Skip to content
Success

Console Output

Started by user Thomas Jaeckle
Running as Thomas Jaeckle
Agent basic-t9wps is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-t9wps"
  namespace: "ditto"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-t9wps"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-t9wps"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-ditto"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-t9wps (basic) in workspace /home/jenkins/agent/workspace/ditto-release-without-central
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-T5lllUzDJ2QO/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/ditto-release-without-central@tmp/private_key_15332181712653623708.key (/home/jenkins/agent/workspace/ditto-release-without-central@tmp/private_key_15332181712653623708.key)
[ssh-agent] Using credentials eclipse-ditto-bot (GitHub bot SSH)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/ditto-release-without-central # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/release-3.5^{commit} # timeout=10
Checking out Revision 4d5d4eb3965a2179c755f578ac20a6c1b3fce69a (origin/release-3.5)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4d5d4eb3965a2179c755f578ac20a6c1b3fce69a # timeout=10
Commit message: "fix Helm config for operatorMetrics not having defined a "scrapeInterval""
First time build. Skipping changelog.
[ditto-release-without-central] $ /bin/sh -xe /tmp/jenkins1860109865684650575.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 83152FB003D7A0D6: public key "Eclipse Ditto Project <ditto-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 83152FB003D7A0D6: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 4918931C87A4D709C69E2B5F83152FB003D7A0D6 trust
Secret subkeys are available.

pub  rsa4096/83152FB003D7A0D6
     created: 2017-10-25  expires: 2027-12-13  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/41E8B437A26D3F7E
     created: 2017-10-25  expires: 2027-12-13  usage: S   
[ unknown] (1). Eclipse Ditto Project <ditto-dev@eclipse.org>

pub  rsa4096/83152FB003D7A0D6
     created: 2017-10-25  expires: 2027-12-13  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/41E8B437A26D3F7E
     created: 2017-10-25  expires: 2027-12-13  usage: S   
[ unknown] (1). Eclipse Ditto Project <ditto-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/83152FB003D7A0D6
     created: 2017-10-25  expires: 2027-12-13  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/41E8B437A26D3F7E
     created: 2017-10-25  expires: 2027-12-13  usage: S   
[ unknown] (1). Eclipse Ditto Project <ditto-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 4FCB0B3C1C3BD703C85721D441E8B437A26D3F7E trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2027-12-13
pub  rsa4096/83152FB003D7A0D6
     created: 2017-10-25  expires: 2027-12-13  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/41E8B437A26D3F7E
     created: 2017-10-25  expires: 2027-12-13  usage: S   
[ultimate] (1). Eclipse Ditto Project <ditto-dev@eclipse.org>

pub  rsa4096/83152FB003D7A0D6
     created: 2017-10-25  expires: 2027-12-13  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/41E8B437A26D3F7E
     created: 2017-10-25  expires: 2027-12-13  usage: S   
[ultimate] (1). Eclipse Ditto Project <ditto-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/83152FB003D7A0D6
     created: 2017-10-25  expires: 2027-12-13  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/41E8B437A26D3F7E
     created: 2017-10-25  expires: 2027-12-13  usage: S   
[ultimate] (1). Eclipse Ditto Project <ditto-dev@eclipse.org>

+ gpg --list-keys
/home/jenkins/.gnupg/pubring.kbx
--------------------------------
pub   rsa4096 2017-10-25 [SCEA] [expires: 2027-12-13]
      4918931C87A4D709C69E2B5F83152FB003D7A0D6
uid           [ultimate] Eclipse Ditto Project <ditto-dev@eclipse.org>
sub   rsa4096 2017-10-25 [S] [expires: 2027-12-13]

+ git config user.name 'Eclipse Ditto Bot'
+ git config user.email ditto-bot@eclipse.org
[ditto-release-without-central] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors clean install -PperformRelease,signArtifactsEclipse -DcreateJavadoc=true -DskipITs=true -Drevision=3.5.1
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:3.5.1
[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-release-without-central/policies/service/pom.xml, line 143, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.eclipse.ditto:ditto:pom:3.5.1 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
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Ditto                                                      [pom]
[INFO] Eclipse Ditto :: Legal                                             [jar]
[INFO] Eclipse Ditto :: BOM                                               [pom]
[INFO] Eclipse Ditto :: Utils                                             [pom]
[INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions                       [jar]
[INFO] Eclipse Ditto :: JSON                                           [bundle]
[INFO] Eclipse Ditto :: Base                                              [pom]
[INFO] Eclipse Ditto :: Base :: Model                                  [bundle]
[INFO] Eclipse Ditto :: Base :: API                                       [jar]
[INFO] Eclipse Ditto :: Internal                                          [pom]
[INFO] Eclipse Ditto :: Internal :: Utils                                 [pom]
[INFO] Eclipse Ditto :: Internal :: Utils :: Config                       [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Metrics                      [jar]
[INFO] Eclipse Ditto :: Utils :: Result                                   [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Tracing                      [jar]
[INFO] Eclipse Ditto :: Internal :: Models                                [pom]
[INFO] Eclipse Ditto :: Internal :: Models :: Streaming                   [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pekko                        [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Health                       [jar]
[INFO] Eclipse Ditto :: JSON CBOR                                      [bundle]
[INFO] Eclipse Ditto :: Policies                                          [pom]
[INFO] Eclipse Ditto :: Policies :: Model                              [bundle]
[INFO] Eclipse Ditto :: Things                                            [pom]
[INFO] Eclipse Ditto :: Things :: Model                                [bundle]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cluster                      [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Extension                    [jar]
[INFO] Eclipse Ditto :: Placeholders                                   [bundle]
[INFO] Eclipse Ditto :: Base :: Service                                   [jar]
[INFO] Eclipse Ditto :: Connectivity                                      [pom]
[INFO] Eclipse Ditto :: Connectivity :: Model                          [bundle]
[INFO] Eclipse Ditto :: Thing Search                                      [pom]
[INFO] Eclipse Ditto :: Thing Search :: Model                          [bundle]
[INFO] Eclipse Ditto :: Messages                                          [pom]
[INFO] Eclipse Ditto :: Messages :: Model                              [bundle]
[INFO] Eclipse Ditto :: Protocol                                       [bundle]
[INFO] Eclipse Ditto :: Internal :: Models :: Signal                      [jar]
[INFO] Eclipse Ditto :: Policies :: API                                   [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data             [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub                      [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache                        [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Test                         [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistence                  [jar]
[INFO] Eclipse Ditto :: Things :: API                                     [jar]
[INFO] Eclipse Ditto :: Connectivity :: API                               [jar]
[INFO] Eclipse Ditto :: JWT                                               [pom]
[INFO] Eclipse Ditto :: JWT :: Model                                   [bundle]
[INFO] Eclipse Ditto :: WoT                                               [pom]
[INFO] Eclipse Ditto :: WoT :: Model                                   [bundle]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders                [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces                   [jar]
[INFO] Eclipse Ditto :: Policies :: Enforcement                           [jar]
[INFO] Eclipse Ditto :: RQL                                               [pom]
[INFO] Eclipse Ditto :: RQL :: Model                                   [bundle]
[INFO] Eclipse Ditto :: RQL :: parser                                  [bundle]
[INFO] Eclipse Ditto :: RQL :: Query                                   [bundle]
[INFO] Eclipse Ditto :: Thing Search :: API                               [jar]
[INFO] Eclipse Ditto :: Edge                                              [pom]
[INFO] Eclipse Ditto :: Edge :: Service                                   [jar]
[INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment           [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers          [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors            [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Protocol                     [jar]
[INFO] Eclipse Ditto :: RQL :: search option parser                    [bundle]
[INFO] Eclipse Ditto :: Internal :: Utils :: Search                       [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies             [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things               [jar]
[INFO] Eclipse Ditto :: Connectivity :: Service                           [jar]
[INFO] Eclipse Ditto :: Documentation                                     [pom]
[INFO] Eclipse Ditto :: Gateway                                           [pom]
[INFO] Eclipse Ditto :: Gateway :: API                                    [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: HTTP                         [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: JWT                          [jar]
[INFO] Eclipse Ditto :: Gateway :: Service                                [jar]
[INFO] Eclipse Ditto :: Policies :: Service                               [jar]
[INFO] Eclipse Ditto :: WoT :: Integration                                [jar]
[INFO] Eclipse Ditto :: Things :: Service                                 [jar]
[INFO] Eclipse Ditto :: Thing Search :: Service                           [jar]
[INFO] 
[INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
[INFO] Building Eclipse Ditto 3.5.1                                      [1/77]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto ---
[INFO] 
[INFO] --- license:4.2:check (default) @ ditto ---
[WARNING]  Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes
[WARNING]  Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header
[WARNING]  Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes
[WARNING]  Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See https://mycila.carbou.me/license-maven-plugin for more information.
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto >>>
[INFO] 
[INFO] --- license:4.2:check (default) @ ditto ---
[WARNING]  Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes
[WARNING]  Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header
[WARNING]  Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes
[WARNING]  Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See https://mycila.carbou.me/license-maven-plugin for more information.
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto/3.5.1/ditto-3.5.1.pom
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-legal >--------------------
[INFO] Building Eclipse Ditto :: Legal 3.5.1                             [2/77]
[INFO]   from legal/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-legal ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-legal ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-legal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/legal/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal ---
[INFO] Copying 8 resources from  to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/legal/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/ditto-legal-3.5.1.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-legal ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-legal ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/legal/target/ditto-legal-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/ditto-legal-3.5.1.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-legal ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/legal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-legal/3.5.1/ditto-legal-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/ditto-legal-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-legal/3.5.1/ditto-legal-3.5.1.jar
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-bom >---------------------
[INFO] Building Eclipse Ditto :: BOM 3.5.1                               [3/77]
[INFO]   from bom/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-bom ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-bom ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-bom ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/bom/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-bom >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-bom ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/bom/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-bom <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-bom ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-bom ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-bom ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-bom ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/bom/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-bom/3.5.1/ditto-bom-3.5.1.pom
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-utils >--------------------
[INFO] Building Eclipse Ditto :: Utils 3.5.1                             [4/77]
[INFO]   from utils/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-utils >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-utils <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-utils ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-utils ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-utils ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils/3.5.1/ditto-utils-3.5.1.pom
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >----------------
[INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 3.5.1       [5/77]
[INFO]   from utils/jsr305/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-jsr305 ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-jsr305 ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils-jsr305 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-utils-jsr305 >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils-jsr305 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-utils-jsr305 <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-utils-jsr305 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 ---
[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:3.5.1'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment
[WARNING] ElementType[] value() default {};
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment
[WARNING] ElementType[] value() default {};
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-jsr305 ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/3.5.1/ditto-utils-jsr305-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/3.5.1/ditto-utils-jsr305-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/3.5.1/ditto-utils-jsr305-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/3.5.1/ditto-utils-jsr305-3.5.1-javadoc.jar
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-json >--------------------
[INFO] Building Eclipse Ditto :: JSON 3.5.1                              [6/77]
[INFO]   from json/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-json ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/json/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/json/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/json/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to java.lang.String for a varargs call
  cast to java.lang.String[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.json.JsonValue for a varargs call
  cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.json.JsonPointer for a varargs call
  cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-json ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.json.ImmutableJsonDoubleTest
[INFO] Tests run: 270, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 s -- in org.eclipse.ditto.json.ImmutableJsonDoubleTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonKeyTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.json.ImmutableJsonKeyTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayNullTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.json.ImmutableJsonArrayNullTest
[INFO] Running org.eclipse.ditto.json.JsonValueFieldDefinitionTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.780 s -- in org.eclipse.ditto.json.JsonValueFieldDefinitionTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.ditto.json.ImmutableJsonArrayTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonIntTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.json.ImmutableJsonIntTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonLongTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.json.ImmutableJsonLongTest
[INFO] Running org.eclipse.ditto.json.JsonCollectorsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.json.JsonCollectorsTest
[INFO] Running org.eclipse.ditto.json.FieldMapJsonHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.json.FieldMapJsonHandlerTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.ditto.json.ImmutableJsonFieldTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonBooleanTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.json.ImmutableJsonBooleanTest
[INFO] Running org.eclipse.ditto.json.JsonArrayTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.json.JsonArrayTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest
[INFO] Running org.eclipse.ditto.json.JsonMergePatchTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.json.JsonMergePatchTest
[INFO] Running org.eclipse.ditto.json.JsonObjectMergerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.JsonObjectMergerTest
[INFO] Running org.eclipse.ditto.json.JsonPointerInvalidExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.JsonPointerInvalidExceptionTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest
[INFO] Running org.eclipse.ditto.json.ValueListJsonHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.ValueListJsonHandlerTest
[INFO] Running org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
[INFO] Running org.eclipse.ditto.json.JsonParseExceptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.JsonParseExceptionTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.eclipse.ditto.json.ImmutableJsonObjectTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonLiteralTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.json.ImmutableJsonLiteralTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonStringTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.json.ImmutableJsonStringTest
[INFO] Running org.eclipse.ditto.json.JsonValueParserTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.eclipse.ditto.json.JsonValueParserTest
[INFO] Running org.eclipse.ditto.json.JsonFieldSelectorTrieTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonFieldSelectorTrieTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonPatchTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.json.ImmutableJsonPatchTest
[INFO] Running org.eclipse.ditto.json.JsonFactoryTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.ditto.json.JsonFactoryTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonPointerTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.ditto.json.ImmutableJsonPointerTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonNullTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.json.ImmutableJsonNullTest
[INFO] Running org.eclipse.ditto.json.JavaValueFieldDefinitionTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.json.JavaValueFieldDefinitionTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectNullTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.ImmutableJsonObjectNullTest
[INFO] Running org.eclipse.ditto.json.JsonCharEscaperTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.json.JsonCharEscaperTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 935, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-tests.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-json >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-json ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/json/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-json <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment
[WARNING] public static JsonObject newObject(final JsonValue jsonValue) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key
[WARNING] boolean containsFlatteningArrays(CharSequence key);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:37: warning: no @throws for java.io.IOException
[WARNING] void writeCachedElement(byte[] cachedData) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:42: warning: no @throws for java.io.IOException
[WARNING] void writeNull() throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state
[WARNING] void writeBoolean(boolean state) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @throws for java.io.IOException
[WARNING] void writeBoolean(boolean state) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number
[WARNING] void writeNumber(float number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @throws for java.io.IOException
[WARNING] void writeNumber(float number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number
[WARNING] void writeNumber(double number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @throws for java.io.IOException
[WARNING] void writeNumber(double number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number
[WARNING] void writeNumber(long number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @throws for java.io.IOException
[WARNING] void writeNumber(long number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number
[WARNING] void writeNumber(int number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @throws for java.io.IOException
[WARNING] void writeNumber(int number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text
[WARNING] void writeString(String text) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @throws for java.io.IOException
[WARNING] void writeString(String text) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name
[WARNING] void writeFieldName(String name) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @throws for java.io.IOException
[WARNING] void writeFieldName(String name) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment
[WARNING] @Nullable private final String description;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment
[WARNING] private final String errorCode;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment
[WARNING] @Nullable private final URI href;
[WARNING] ^
[WARNING] 21 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-json ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/json/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-json ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-json ---
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-base >--------------------
[INFO] Building Eclipse Ditto :: Base 3.5.1                              [7/77]
[INFO]   from base/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-base >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-base <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-base ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-base ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-base ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base/3.5.1/ditto-base-3.5.1.pom
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-base-model >-----------------
[INFO] Building Eclipse Ditto :: Base :: Model 3.5.1                     [8/77]
[INFO]   from base/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-model ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-model ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/json/Jsonifiable.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/json/Jsonifiable.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/test/java/org/eclipse/ditto/base/model/signals/events/assertions/AbstractEventAssert.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/test/java/org/eclipse/ditto/base/model/signals/events/assertions/AbstractEventAssert.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest
[INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest
[INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest
[INFO] Running org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest
[INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest
[INFO] Running org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest
[INFO] Running org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest
[INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.LongValueValidatorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.headers.LongValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest
[INFO] Running org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest
[INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest
[INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest
[INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest
[INFO] Running org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest
[INFO] Running org.eclipse.ditto.base.model.headers.EnumValueValidatorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.EnumValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest
[INFO] Running org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest
[INFO] Running org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest
[INFO] Running org.eclipse.ditto.base.model.headers.IntValueValidatorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.headers.IntValueValidatorTest
[INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCategoryTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.HttpStatusCategoryTest
[INFO] Running org.eclipse.ditto.base.model.common.DittoDurationTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s -- in org.eclipse.ditto.base.model.common.DittoDurationTest
[INFO] Running org.eclipse.ditto.base.model.common.LikeHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.LikeHelperTest
[INFO] Running org.eclipse.ditto.base.model.common.ConditionCheckerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.common.ConditionCheckerTest
[INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest
[INFO] Running org.eclipse.ditto.base.model.common.HttpStatusTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.eclipse.ditto.base.model.common.HttpStatusTest
[INFO] Running org.eclipse.ditto.base.model.common.BinaryValidationResultTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.BinaryValidationResultTest
[INFO] Running org.eclipse.ditto.base.model.common.PlaceholdersTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.PlaceholdersTest
[INFO] Running org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest
[INFO] Running org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest
[INFO] Running org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest
[INFO] Running org.eclipse.ditto.base.model.entity.id.RegexPatternsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.entity.id.RegexPatternsTest
[INFO] Running org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest
[INFO] Running org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest
[INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest
[INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdsTest
[INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest
[INFO] Running org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest
[INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest
[INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest
[INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest
[INFO] Running org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest
[INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest
Jan 30, 2024 8:31:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:31:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest
[INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest
[INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest
[INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest
[INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest
[INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest
[INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest
[INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest
[INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest
[INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest
[INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest
[INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest
[INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest
[INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest
[INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest
[INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest
[INFO] Running org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest
[INFO] Running org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest
[INFO] Running org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest
[INFO] Running org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest
[INFO] Running org.eclipse.ditto.base.model.signals.DateTimeUtilTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.signals.DateTimeUtilTest
[INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest
[INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest
[INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest
[INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest
[INFO] Running org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest
[INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest
[INFO] Running org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest
[INFO] Running org.eclipse.ditto.base.model.json.JsonSchemaVersionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.json.JsonSchemaVersionTest
[INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest
[INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest
[INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest
[INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest
[INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest
[INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest
[INFO] Running org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest
[INFO] Running org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest
[INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest
[INFO] Running org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest
[INFO] Running org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest
[INFO] Running org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest
[INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest
[INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest
[INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest
[INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest
[INFO] Running org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest
[INFO] Running org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest
[INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 805, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-tests.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-base-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-base-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-base-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.headers.contenttype;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.headers.entitytag;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/namespaces/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.namespaces;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/namespaces/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/announcements/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.announcements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/exceptions/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.events.streaming;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommand.java:145: warning: no comment
[WARNING] protected boolean canEqual(@Nullable final Object other) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandResponse.java:129: warning: no comment
[WARNING] protected boolean canEqual(@Nullable final Object other) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandSizeValidator.java:35: warning: no comment
[WARNING] protected static final String DEFAULT_LIMIT = "-1";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandSizeValidator.java:39: warning: no comment
[WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:194: warning: no comment
[WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment
[WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment
[WARNING] protected final S myself;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:649: warning: no comment
[WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:357: warning: no comment
[WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:298: warning: no comment
[WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment
[WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:543: warning: no comment
[WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractErrorResponse.java:29: warning: no comment
[WARNING] protected static final String FALLBACK_ID = "unknown:unknown";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractErrorResponse.java:46: warning: no comment
[WARNING] protected static DittoRuntimeException buildExceptionFromJson(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/AbstractEvent.java:139: warning: no comment
[WARNING] protected boolean canEqual(@Nullable final Object other) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment
[WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/AbstractNamespacedEntityId.java:53: warning: no comment
[WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:46: warning: no comment
[WARNING] protected final EntityId entityId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:47: warning: no comment
[WARNING] protected final JsonPointer resourcePath;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:59: warning: no comment
[WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/CommandResponseJsonDeserializer.java:81: warning: no @param for dittoHeaders
[WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/CommandResponseJsonDeserializer.java:81: warning: no @return
[WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:182: warning: no comment
[WARNING] BINARY
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:180: warning: no comment
[WARNING] JSON,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:181: warning: no comment
[WARNING] JSON_MERGE_PATCH,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:179: warning: no comment
[WARNING] TEXT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:257: warning: no comment
[WARNING] public Matcher getRegexMatcher(final CharSequence duration) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:261: warning: no comment
[WARNING] public String getSuffix() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:265: warning: no comment
[WARNING] public Duration getJavaDuration(final long amount) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:269: warning: no comment
[WARNING] public ChronoUnit getChronoUnit() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:221: warning: no comment
[WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment
[WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment
[WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment
[WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:223: warning: no comment
[WARNING] MONTHS("mo", months -> ofPeriodGreaterThanDays(Period.ofMonths((int) months)), ChronoUnit.MONTHS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment
[WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment
[WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:222: warning: no comment
[WARNING] WEEKS("w", weeks -> ofPeriodGreaterThanDays(Period.ofWeeks((int) weeks)), ChronoUnit.WEEKS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:224: warning: no comment
[WARNING] YEARS("y", years -> ofPeriodGreaterThanDays(Period.ofYears((int) years)), ChronoUnit.YEARS);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment
[WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment
[WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment
[WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/EntityIdJsonDeserializer.java:54: warning: no @return
[WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/EntityTagMatchers.java:94: warning: no comment
[WARNING] public boolean isEmpty() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/EntityTagMatchers.java:98: warning: no comment
[WARNING] public Stream<EntityTagMatcher> stream() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/type/EntityTypeJsonDeserializer.java:51: warning: no @return
[WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment
[WARNING] public int getCode() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment
[WARNING] public boolean isClientError() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment
[WARNING] public boolean isInformational() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment
[WARNING] public boolean isRedirection() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment
[WARNING] public boolean isServerError() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment
[WARNING] public boolean isSuccess() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/validation/NoControlCharactersNoSlashesValidator.java:37: warning: no comment
[WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/validation/NoControlCharactersValidator.java:36: warning: no comment
[WARNING] protected NoControlCharactersValidator(final CharSequence id) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/exceptions/PathUnknownException.java:117: warning: no comment
[WARNING] public Builder(final JsonPointer path) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/RegexPatterns.java:20: warning: no comment
[WARNING] public final class RegexPatterns {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:63: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:66: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:69: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/AbstractStreamingSubscriptionEvent.java:132: warning: no comment
[WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/StreamingSubscriptionEvent.java:68: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/StreamingSubscriptionEvent.java:71: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:286: warning: no @param for dittoHeaders
[WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:464: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> FILTER =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:449: warning: no comment
[WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:455: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:452: warning: no comment
[WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:458: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment
[WARNING] public Builder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment
[WARNING] @Nullable private final String invalidHeaderKey;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment
[WARNING] @Nullable private final String notSupportedHeaderKey;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment
[WARNING] private final String description;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment
[WARNING] private final String errorCode;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment
[WARNING] private final URI href;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment
[WARNING] private final HttpStatus httpStatus;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment
[WARNING] private final String entityId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/ResourceMap.java:32: warning: no comment
[WARNING] private final T resource;
[WARNING] ^
[WARNING] 88 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-base-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model ---
[INFO] Installing org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------
[INFO] Building Eclipse Ditto :: Base :: API 3.5.1                       [9/77]
[INFO]   from base/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 53 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest
Jan 30, 2024 8:32:16 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:16 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:16 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.255 s -- in org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest
[INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigResponseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.eclipse.ditto.base.api.common.ModifyConfigResponseTest
[INFO] Running org.eclipse.ditto.base.api.common.ShutdownResponseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.base.api.common.ShutdownResponseTest
[INFO] Running org.eclipse.ditto.base.api.common.ShutdownTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.base.api.common.ShutdownTest
[INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest
[INFO] Running org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest
[INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigTest
[INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest
[INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
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.
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
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.
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
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.
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
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.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest
[INFO] Running org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest
[INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.base.api.common.ModifyConfigTest
[INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest
[INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:32:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest
[INFO] Running org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-base-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-base-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-base-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/commands/sudo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.commands.sudo;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/common/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.common;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/common/purge/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.common.purge;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.devops;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.devops.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.persistence;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/cleanup/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.persistence.cleanup;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/ChangeLogLevel.java:54: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/DevOpsErrorResponse.java:82: warning: no @param for serviceName
[WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/DevOpsErrorResponse.java:82: warning: no @param for instance
[WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/LoggingFacade.java:35: warning: no @param for includeDisabledLoggers
[WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/common/purge/PurgeEntities.java:164: warning: no comment
[WARNING] public static String getTopic(final EntityType entityType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/RetrieveLoggerConfigResponse.java:54: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason",
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return
[WARNING] public abstract String getPubSubTopic();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment
[WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) {
[WARNING] ^
[WARNING] 16 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-base-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/3.5.1/ditto-base-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/3.5.1/ditto-base-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/3.5.1/ditto-base-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/3.5.1/ditto-base-api-3.5.1-javadoc.jar
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------
[INFO] Building Eclipse Ditto :: Internal 3.5.1                         [10/77]
[INFO]   from internal/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal/3.5.1/ditto-internal-3.5.1.pom
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >---------------
[INFO] Building Eclipse Ditto :: Internal :: Utils 3.5.1                [11/77]
[INFO]   from internal/utils/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils/3.5.1/ditto-internal-utils-3.5.1.pom
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 3.5.1      [12/77]
[INFO]   from internal/utils/config/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-config ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-config ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-config ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 16 resources from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest
[INFO] Running org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest
[INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretTest
[INFO] Running org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest
[INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest
[INFO] Running org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest
[INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest
[INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest
[INFO] Running org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s -- in org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest
[INFO] Running org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest
[INFO] Running org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.838 s -- in org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-config >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-config ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-config <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/raw/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.config.raw;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/ScopedConfig.java:77: warning: no comment
[WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/ScopedConfig.java:83: warning: no comment
[WARNING] static Config dittoExtension(final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/ScopedConfig.java:79: warning: no comment
[WARNING] static Config getOrEmpty(final Config config, final String path) {
[WARNING] ^
[WARNING] 5 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-config ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/3.5.1/ditto-internal-utils-config-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/3.5.1/ditto-internal-utils-config-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/3.5.1/ditto-internal-utils-config-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/3.5.1/ditto-internal-utils-config-3.5.1-javadoc.jar
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >-----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 3.5.1     [13/77]
[INFO]   from internal/utils/metrics/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-metrics ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-metrics ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-metrics ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 38 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.256 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest
[INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest
[INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.050 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest
[INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.PreparedKamonTimerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.PreparedKamonTimerTest
[INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.964 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest
[INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest
[INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest
[INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest
[INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest
[INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest
[INFO] Running org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s -- in org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-metrics >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-metrics ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-metrics <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-metrics ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/counter/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/gauge/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/histogram/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/tag/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/executor/InstrumentedForkJoinExecutorServiceConfigurator.java:51: warning: no comment
[WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/executor/InstrumentedThreadPoolExecutorServiceConfigurator.java:51: warning: no comment
[WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/counter/KamonCounter.java:45: warning: no comment
[WARNING] public static KamonCounter newCounter(final String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/gauge/KamonGauge.java:42: warning: no comment
[WARNING] public static Gauge newGauge(final String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/histogram/KamonHistogram.java:50: warning: no comment
[WARNING] public static Histogram newHistogram(final String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/StartedTimer.java:60: warning: no @return
[WARNING] StartedTimer onStop(OnStopHandler onStopHandler);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/Timers.java:27: warning: no @param for name
[WARNING] public static PreparedTimer newTimer(final String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/Timers.java:27: warning: no @return
[WARNING] public static PreparedTimer newTimer(final String name) {
[WARNING] ^
[WARNING] 15 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-metrics ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/3.5.1/ditto-internal-utils-metrics-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/3.5.1/ditto-internal-utils-metrics-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/3.5.1/ditto-internal-utils-metrics-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/3.5.1/ditto-internal-utils-metrics-3.5.1-javadoc.jar
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-utils-result >----------------
[INFO] Building Eclipse Ditto :: Utils :: Result 3.5.1                  [14/77]
[INFO]   from utils/result/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-result ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-result ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils-result ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/src/test/java/org/eclipse/ditto/utils/result/OkTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/src/test/java/org/eclipse/ditto/utils/result/OkTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.utils.result.OkTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.307 s -- in org.eclipse.ditto.utils.result.OkTest
[INFO] Running org.eclipse.ditto.utils.result.ErrTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.utils.result.ErrTest
[INFO] Running org.eclipse.ditto.utils.result.ResultTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.utils.result.ResultTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-utils-result >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils-result ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-utils-result <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-utils-result ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.utils.result;
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-result ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/3.5.1/ditto-utils-result-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/3.5.1/ditto-utils-result-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/3.5.1/ditto-utils-result-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/3.5.1/ditto-utils-result-3.5.1-javadoc.jar
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >-----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 3.5.1     [15/77]
[INFO]   from internal/utils/tracing/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-tracing ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-tracing ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-tracing ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 26 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 26 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.938 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest
08:33:16.408 [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
08:33:16.467 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
08:33:16.477 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
08:33:16.478 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
08:33:16.507 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
08:33:16.871 [main] INFO kamon.Init -- 
 _
| |
| | ____ _ _ __ ___   ___  _ __
| |/ / _  |  _ ` _ \ / _ \|  _ \
|   < (_| | | | | | | (_) | | | |
|_|\_\__,_|_| |_| |_|\___/|_| |_|
=====================================
Initializing Kamon Telemetry v2.6.6 / Kanela not found

08:33:18.123 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.399 s -- in org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest
08:33:18.161 [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
08:33:18.163 [main] WARN kamon.module.ModuleRegistry -- Failed to create instance of module [Prometheus Reporter]
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at kamon.prometheus.PrometheusReporter.startEmbeddedServerIfEnabled(PrometheusReporter.scala:91)
	at kamon.prometheus.PrometheusReporter.<init>(PrometheusReporter.scala:45)
	at kamon.prometheus.PrometheusReporter$Factory.create(PrometheusReporter.scala:123)
	at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361)
	at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
	at scala.Option.fold(Option.scala:263)
	at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127)
	at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120)
	at scala.collection.immutable.List.foreach(List.scala:333)
	at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120)
	at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99)
	at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98)
	at kamon.Kamon$.loadModules(Kamon.scala:19)
	at kamon.Init.init(Init.scala:69)
	at kamon.Init.init$(Init.scala:60)
	at kamon.Kamon$.init(Kamon.scala:19)
	at kamon.Kamon.init(Kamon.scala)
	at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.net.SocketException: No such file or directory
	at java.base/sun.nio.ch.Net.bind0(Native Method)
	at java.base/sun.nio.ch.Net.bind(Net.java:555)
	at java.base/sun.nio.ch.ServerSocketChannelImpl.netBind(ServerSocketChannelImpl.java:337)
	at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:294)
	at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:89)
	at jdk.httpserver/sun.net.httpserver.ServerImpl.<init>(ServerImpl.java:101)
	at jdk.httpserver/sun.net.httpserver.HttpServerImpl.<init>(HttpServerImpl.java:50)
	at jdk.httpserver/sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:35)
	at jdk.httpserver/com.sun.net.httpserver.HttpServer.create(HttpServer.java:150)
	at kamon.prometheus.embeddedhttp.SunEmbeddedHttpServer.<init>(SunEmbeddedHttpServer.scala:34)
	... 36 common frames omitted
08:33:18.166 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
08:33:18.166 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
08:33:18.167 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
08:33:18.168 [main] INFO kamon.Init -- 
 _
| |
| | ____ _ _ __ ___   ___  _ __
| |/ / _  |  _ ` _ \ / _ \|  _ \
|   < (_| | | | | | | (_) | | | |
|_|\_\__,_|_| |_| |_|\___/|_| |_|
=====================================
Initializing Kamon Telemetry v2.6.6 / Kanela not found

Jan 30, 2024 8:33:18 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
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
Jan 30, 2024 8:33:18 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
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
08:33:18.400 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
kamon.otel.StatusRuntimeException$: Exporting trace span failed
	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:33:18.400 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
kamon.otel.StatusRuntimeException$: Exporting trace span failed
	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Jan 30, 2024 8:33:18 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
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
08:33:18.470 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
kamon.otel.StatusRuntimeException$: Exporting trace span failed
	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Jan 30, 2024 8:33:18 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
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
08:33:18.570 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
kamon.otel.StatusRuntimeException$: Exporting trace span failed
	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Jan 30, 2024 8:33:18 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
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
08:33:18.671 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
kamon.otel.StatusRuntimeException$: Exporting trace span failed
	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:33:18.675 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s -- in org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest
08:33:18.999 [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
08:33:19.001 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
08:33:19.002 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
08:33:19.002 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
08:33:19.002 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
08:33:19.003 [main] INFO kamon.Init -- 
 _
| |
| | ____ _ _ __ ___   ___  _ __
| |/ / _  |  _ ` _ \ / _ \|  _ \
|   < (_| | | | | | | (_) | | | |
|_|\_\__,_|_| |_| |_|\___/|_| |_|
=====================================
Initializing Kamon Telemetry v2.6.6 / Kanela not found

Jan 30, 2024 8:33:19 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
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
08:33:19.211 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
kamon.otel.StatusRuntimeException$: Exporting trace span failed
	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Jan 30, 2024 8:33:19 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
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
08:33:19.306 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
kamon.otel.StatusRuntimeException$: Exporting trace span failed
	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
Jan 30, 2024 8:33:19 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
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
08:33:19.406 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
08:33:19.406 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
kamon.otel.StatusRuntimeException$: Exporting trace span failed
	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s -- in org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.DittoTracingTest
08:33:19.452 [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
08:33:19.454 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
08:33:19.455 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
08:33:19.455 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
08:33:19.455 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
08:33:19.456 [main] INFO kamon.Init -- 
 _
| |
| | ____ _ _ __ ___   ___  _ __
| |/ / _  |  _ ` _ \ / _ \|  _ \
|   < (_| | | | | | | (_) | | | |
|_|\_\__,_|_| |_| |_|\___/|_| |_|
=====================================
Initializing Kamon Telemetry v2.6.6 / Kanela not found

08:33:19.553 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
08:33:19.561 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
08:33:19.921 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:33:19.923 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:33:19.924 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
Jan 30, 2024 8:33:19 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
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
08:33:19.959 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
kamon.otel.StatusRuntimeException$: Exporting trace span failed
	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:33:19.967 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
08:33:19.968 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
08:33:19.970 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:33:19.972 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
08:33:19.973 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
08:33:19.974 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
08:33:19.976 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s -- in org.eclipse.ditto.internal.utils.tracing.DittoTracingTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest
08:33:20.033 [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]]]>
08:33:20.062 [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]]]>
08:33:20.062 [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]]]>
08:33:20.063 [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]]]>
08:33:20.063 [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]]]>
08:33:20.064 [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]]]>
08:33:20.065 [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]]]>
08:33:20.065 [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]]]>
08:33:20.066 [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]]]>
08:33:20.066 [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]]]>
08:33:20.066 [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]]]>
08:33:20.067 [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]]]>
08:33:20.067 [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]]]>
[WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.349 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest
[INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 119, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-tracing >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-tracing ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-tracing <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.tracing.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/filter/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.tracing.filter;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.tracing.span;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:56: warning: no comment
[WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:54: warning: no comment
[WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:37: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:41: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:44: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:32: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:39: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:47: warning: no comment
[WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:49: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:52: warning: no comment
[WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:35: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:68: warning: no comment
[WARNING] public abstract Tag getTagForValue(T value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/StartedSpan.java:111: warning: no @return
[WARNING] Map<String, String> propagateContext(Map<String, String> map);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceInformation.java:43: warning: no comment
[WARNING] public URI getTraceUri() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:151: warning: no @param for traceUri
[WARNING] public static String metricizeTraceUri(final String traceUri) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:151: warning: no @return
[WARNING] public static String metricizeTraceUri(final String traceUri) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:158: warning: no @param for path
[WARNING] public static String normalizePath(final String path) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:158: warning: no @return
[WARNING] public static String normalizePath(final String path) {
[WARNING] ^
[WARNING] 21 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-tracing ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/3.5.1/ditto-internal-utils-tracing-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/3.5.1/ditto-internal-utils-tracing-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/3.5.1/ditto-internal-utils-tracing-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/3.5.1/ditto-internal-utils-tracing-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/3.5.1/ditto-internal-utils-tracing-3.5.1-tests.jar
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-internal-models >---------------
[INFO] Building Eclipse Ditto :: Internal :: Models 3.5.1               [16/77]
[INFO]   from internal/models/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-models >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-models <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-models ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models/3.5.1/ditto-internal-models-3.5.1.pom
[INFO] 
[INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >----------
[INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 3.5.1  [17/77]
[INFO]   from internal/models/streaming/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-streaming ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-streaming ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-streaming ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest
Jan 30, 2024 8:33:28 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
Jan 30, 2024 8:33:29 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
Jan 30, 2024 8:33:29 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:33:29 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:33:29 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
Jan 30, 2024 8:33:29 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation 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.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest
[INFO] Running org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest
[INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest
Jan 30, 2024 8:33:30 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:33:30 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:33:30 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:33:30 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:33:30 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest
[INFO] Running org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest
Jan 30, 2024 8:33:30 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
Jan 30, 2024 8:33:30 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-models-streaming >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-streaming ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-models-streaming <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-models-streaming ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/src/main/java/org/eclipse/ditto/internal/models/streaming/AbstractEntityIdWithRevision.java:34: warning: no comment
[WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/src/main/java/org/eclipse/ditto/internal/models/streaming/SudoStreamSnapshots.java:122: warning: no @param for dittoHeaders
[WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-streaming ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/3.5.1/ditto-internal-models-streaming-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/3.5.1/ditto-internal-models-streaming-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/3.5.1/ditto-internal-models-streaming-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/3.5.1/ditto-internal-models-streaming-3.5.1-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 3.5.1       [18/77]
[INFO]   from internal/utils/pekko/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pekko ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pekko ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pekko ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko ---
[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
[INFO] Compiler bridge file is not installed yet
warning: 4 deprecations (since 2.12.0)
warning: 1 deprecation (since 2.12.5)
warning: 2 deprecations (since 2.12.9)
warning: 2 deprecations (since 2.13)
warning: 7 deprecations (since 2.13.0)
warning: 1 deprecation (since 2.13.12)
warning: 1 deprecation (since 2.13.4)
warning: 18 deprecations in total; re-run with -deprecation for details
warning: 2 feature warnings; re-run with -feature for details
9 warnings
[INFO] Compiler bridge installed
[INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/classes ...
[WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
[WARNING] one warning found
[INFO] NoPosition: Note: Some input files use or override a deprecated API.
[INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
[INFO] done compiling
[INFO] compile in 15.0 s
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 51 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko ---
[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
[INFO] compile in 0.2 s
[INFO] 
[INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 51 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko ---
[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
[INFO] compiling 19 Java sources to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/test-classes ...
[INFO] NoPosition: Note: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java uses or overrides a deprecated API.
[INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
[INFO] NoPosition: Note: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java uses unchecked or unsafe operations.
[INFO] NoPosition: Note: Recompile with -Xlint:unchecked for details.
[INFO] done compiling
[INFO] compile in 2.7 s
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
SLF4J(I): Attempting to load provider "org.eclipse.ditto.internal.utils.pekko.logging.StaticMDCServiceProvider" specified via "slf4j.provider" system property
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.658 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest
[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.200 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest
[INFO] [01/30/2024 08:34:05.479] [main] [CoordinatedShutdown(pekko://monitored-unbounded-mailbox-test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.356 s -- in org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest
[INFO] [01/30/2024 08:34:05.902] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:05.993] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:06.090] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest
[INFO] [01/30/2024 08:34:06.162] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:06.224] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:06.289] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:06.350] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest
[INFO] [01/30/2024 08:34:07.112] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.764 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest
[INFO] [01/30/2024 08:34:07.322] [default-pekko.actor.default-dispatcher-5] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-10)] [resume-source-errors-flow] Element: FailureWithLookBehind[error=java.lang.IllegalStateException: 1st expected error, finalElements=[2]]
[INFO] [01/30/2024 08:34:07.342] [default-pekko.actor.default-dispatcher-5] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-10)] [resume-source-errors-flow] Element: FailureWithLookBehind[error=java.lang.IllegalStateException: 2nd expected error, finalElements=[2]]
[INFO] [01/30/2024 08:34:07.359] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:07.419] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:07.488] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.370 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest
[INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest
[INFO] [01/30/2024 08:34:07.572] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:07.626] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:07.683] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:07.734] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:07.791] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:07.844] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:07.900] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:07.960] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:08.017] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:08.070] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:08.124] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:08.168] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:08.224] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:08.280] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:08.336] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:08.389] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:08.442] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:08.495] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 121, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-pekko >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pekko ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-pekko <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-pekko ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pekko ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/3.5.1/ditto-internal-utils-pekko-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/3.5.1/ditto-internal-utils-pekko-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/3.5.1/ditto-internal-utils-pekko-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/3.5.1/ditto-internal-utils-pekko-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/3.5.1/ditto-internal-utils-pekko-3.5.1-tests.jar
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 3.5.1      [19/77]
[INFO]   from internal/utils/health/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-health ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-health ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-health ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 35 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.health.StatusInfoTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.259 s -- in org.eclipse.ditto.internal.utils.health.StatusInfoTest
[INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest
[INFO] Running org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest
[INFO] Running org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest
[INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest
[INFO] Running org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest
[INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthTest
[INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest
[INFO] Running org.eclipse.ditto.internal.utils.health.SubsystemHealthCheckTest
[INFO] [01/30/2024 08:34:25.782] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:25.975] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [pekkoDeadLetter][01/30/2024 08:34:26.005] [default-pekko.actor.default-dispatcher-6] [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'.
[INFO] [01/30/2024 08:34:26.614] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:34:26.771] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.471 s -- in org.eclipse.ditto.internal.utils.health.SubsystemHealthCheckTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-health >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-health ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-health <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-health ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.health;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.health.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:337: warning: no @param for events
[WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:239: warning: no comment
[WARNING] protected Stream<Pair<Instant, Event>> getEventStream() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:251: warning: no comment
[WARNING] protected void shutdownStream(final Shutdown shutdown) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:376: warning: no comment
[WARNING] default StatusDetailMessage.Level level() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:374: warning: no comment
[WARNING] String name();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractHealthCheckingActor.java:35: warning: no comment
[WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractHealthCheckingActor.java:72: warning: no comment
[WARNING] public final StatusInfo getHealth() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:95: warning: no comment
[WARNING] public Level getLevel() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:99: warning: no comment
[WARNING] public JsonValue getMessage() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:55: warning: no comment
[WARNING] public static StatusDetailMessage of(final Level level, final String message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:59: warning: no comment
[WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:63: warning: no comment
[WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:42: warning: no comment
[WARNING] ERROR;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:40: warning: no comment
[WARNING] INFO,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:41: warning: no comment
[WARNING] WARN,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:44: warning: no comment
[WARNING] public static final Level DEFAULT = INFO;
[WARNING] ^
[WARNING] 18 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 35 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-health ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/3.5.1/ditto-internal-utils-health-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/3.5.1/ditto-internal-utils-health-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/3.5.1/ditto-internal-utils-health-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/3.5.1/ditto-internal-utils-health-3.5.1-javadoc.jar
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------
[INFO] Building Eclipse Ditto :: JSON CBOR 3.5.1                        [20/77]
[INFO]   from json-cbor/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json-cbor ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json-cbor ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-json-cbor ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/JacksonCborFactory.java: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/JacksonCborFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/JacksonCborFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.json.cbor.CborJsonTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s -- in org.eclipse.ditto.json.cbor.CborJsonTest
[INFO] Running org.eclipse.ditto.json.cbor.BinaryToHexConverterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.cbor.BinaryToHexConverterTest
[INFO] Running org.eclipse.ditto.json.cbor.SerializationRoundTripTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.json.cbor.SerializationRoundTripTest
[INFO] Running org.eclipse.ditto.json.cbor.JacksonCborFactoryTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.json.cbor.JacksonCborFactoryTest
[INFO] Running org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest
[INFO] Running org.eclipse.ditto.json.cbor.CborIllegalValuesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.json.cbor.CborIllegalValuesTest
[INFO] Running org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor ---
[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-release-without-central/json-cbor/target/classes/META-INF (add {maven-resources} if you want to include the maven resources)
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-json-cbor >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-json-cbor ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-json-cbor <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-json-cbor ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:56: warning: no @throws for java.io.IOException
[WARNING] public static String toHexString(final byte[] array) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:66: warning: no @throws for java.io.IOException
[WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:76: warning: no @throws for java.io.IOException
[WARNING] public static String toHexString(final InputStream inputStream) throws IOException {
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json-cbor ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/3.5.1/ditto-json-cbor-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/3.5.1/ditto-json-cbor-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/3.5.1/ditto-json-cbor-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/3.5.1/ditto-json-cbor-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor ---
[INFO] Installing org/eclipse/ditto/ditto-json-cbor/3.5.1/ditto-json-cbor-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------
[INFO] Building Eclipse Ditto :: Policies 3.5.1                         [21/77]
[INFO]   from policies/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-policies >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-policies <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-policies ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-policies ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-policies ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies/3.5.1/ditto-policies-3.5.1.pom
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-policies-model >---------------
[INFO] Building Eclipse Ditto :: Policies :: Model 3.5.1                [22/77]
[INFO]   from policies/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-model ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-model ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest
Jan 30, 2024 8:34:54 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.650 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s -- in org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest
[INFO] Running org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionFailedExceptionTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotModifiableExceptionTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyModificationInvalidExceptionTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyConflictExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyConflictExceptionTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotAccessibleExceptionTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotAccessibleExceptionTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionNotModifiedExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionNotModifiedExceptionTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotModifiableExceptionTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyUnavailableExceptionTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotModifiableExceptionTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectsNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectsNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyIdNotExplicitlySettableExceptionTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToAccessExceptionRegistryTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToModifyExceptionRegistryTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest
[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
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest
[INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest
[INFO] Running org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.ImmutableResourceTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceKeyTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableResourceKeyTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyTest
[INFO] Running org.eclipse.ditto.policies.model.PoliciesResourceTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.PoliciesResourceTypeTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest
[INFO] Running org.eclipse.ditto.policies.model.PolicyImporterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.PolicyImporterTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest
[INFO] Running org.eclipse.ditto.policies.model.PoliciesModelFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.PoliciesModelFactoryTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableLabelTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableLabelTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectsTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIdTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIdTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutablePermissionsTest
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.ImmutablePermissionsTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableResourcesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.ImmutableResourcesTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest
[INFO] Running org.eclipse.ditto.policies.model.PolicyIdTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.PolicyIdTest
[INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 925, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-tests.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-policies-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-policies-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-policies-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/announcements/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.announcements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/actions/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/exceptions/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/modify/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/query/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.commands.query;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment
[WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/actions/ActivateTokenIntegration.java:142: warning: no @param for subjectAnnouncement
[WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/modify/DeletePolicyImportResponse.java:108: warning: no @param for httpStatus
[WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment
[WARNING] public String getName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment
[WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10"));
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment
[WARNING] default CompletionStage<Policy> withResolvedImports(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyEntriesModified.java:62: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyEntryCreated.java:60: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyErrorResponse.java:126: warning: no comment
[WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyErrorResponse.java:133: warning: no comment
[WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyImportCreated.java:62: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyImportsModified.java:62: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyImportsValidator.java:37: warning: no comment
[WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyImportsValidator.java:30: warning: no comment
[WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:32: warning: no comment
[WARNING] POLICY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:35: warning: no comment
[WARNING] POLICY_ENTRIES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:36: warning: no comment
[WARNING] POLICY_ENTRY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:38: warning: no comment
[WARNING] POLICY_ENTRY_RESOURCE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:37: warning: no comment
[WARNING] POLICY_ENTRY_RESOURCES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:40: warning: no comment
[WARNING] POLICY_ENTRY_SUBJECT;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:39: warning: no comment
[WARNING] POLICY_ENTRY_SUBJECTS,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:34: warning: no comment
[WARNING] POLICY_IMPORT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:33: warning: no comment
[WARNING] POLICY_IMPORTS,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/ResourceCreated.java:62: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/ResourcesModified.java:46: warning: no comment
[WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/ResourcesModified.java:59: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/query/RetrievePolicyImportResponse.java:56: warning: no comment
[WARNING] public static final String POLICY_IMPORT = "policyImport";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/SubjectsDeletedPartially.java:69: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/SubjectsModifiedPartially.java:70: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS =
[WARNING] ^
[WARNING] 36 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model ---
[INFO] Installing org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-things >-------------------
[INFO] Building Eclipse Ditto :: Things 3.5.1                           [23/77]
[INFO]   from things/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-things >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-things <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-things ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-things ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-things ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things/3.5.1/ditto-things-3.5.1.pom
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-things-model >----------------
[INFO] Building Eclipse Ditto :: Things :: Model 3.5.1                  [24/77]
[INFO]   from things/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-model ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-model ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.280 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponseTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponseTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.171 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotAccessibleExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAccessibleExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotDeletableExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MissingThingIdsExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.MissingThingIdsExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConflictExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotAccessibleExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionFailedExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotModifiableExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotModifiableExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAllowedExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistryTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotAccessibleExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotModifiableExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingTooManyModifyingRequestsExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingUnavailableExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest
[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
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingIdNotExplicitlySettableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingIdNotExplicitlySettableExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest
[INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDeletedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.ThingDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.ThingModifiedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.events.ThingModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.ThingMergedTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.events.ThingMergedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.ThingCreatedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.things.model.signals.events.ThingCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest
[INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest
[INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest
[INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest
[INFO] Running org.eclipse.ditto.things.model.NullFeaturesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.NullFeaturesTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableAttributesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.ImmutableAttributesTest
[INFO] Running org.eclipse.ditto.things.model.AttributesModelFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.AttributesModelFactoryTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableThingTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.things.model.ImmutableThingTest
[INFO] Running org.eclipse.ditto.things.model.NullFeaturePropertiesTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.things.model.NullFeaturePropertiesTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableThingDefinitionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.ImmutableThingDefinitionTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableThingRevisionTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.model.ImmutableThingRevisionTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturesTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.eclipse.ditto.things.model.ImmutableFeaturesTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest
[INFO] Running org.eclipse.ditto.things.model.NullFeatureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.NullFeatureTest
[INFO] Running org.eclipse.ditto.things.model.ThingIdTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.eclipse.ditto.things.model.ThingIdTest
[INFO] Running org.eclipse.ditto.things.model.NullThingDefinitionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.NullThingDefinitionTest
[INFO] Running org.eclipse.ditto.things.model.ThingsJsonTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.things.model.ThingsJsonTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest
[INFO] Running org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest
[INFO] Running org.eclipse.ditto.things.model.ThingFieldSelectorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.ThingFieldSelectorTest
[INFO] Running org.eclipse.ditto.things.model.NullAttributesTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.NullAttributesTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest
[INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureTest
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.model.ImmutableFeatureTest
[INFO] Running org.eclipse.ditto.things.model.ThingsModelFactoryTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.ThingsModelFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1438, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-tests.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-things-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-things-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-things-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.model.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/modify/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.model.signals.commands.modify;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.model.signals.commands.query;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.model.signals.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/AttributeNotAccessibleException.java:35: warning: no comment
[WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/AttributesNotAccessibleException.java:34: warning: no comment
[WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/modify/CreateThing.java:65: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/FeatureDefinitionBuilder.java:44: warning: no @param for <T>
[WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/FeatureDefinitionBuilder.java:64: warning: no @param for <T>
[WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/modify/MergeThingResponse.java:120: warning: no @param for path
[WARNING] public static MergeThingResponse newInstance(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:771: warning: no @param for features
[WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:771: warning: no @param for jsonFieldSelector
[WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:784: warning: no @param for featureIds
[WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:784: warning: no @param for jsonFieldSelector
[WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:797: warning: no @param for featureIds
[WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:797: warning: no @param for jsonPointer
[WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveFeatureDesiredPropertiesResponse.java:156: warning: no @param for desiredProperties
[WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveFeaturePropertiesResponse.java:150: warning: no @param for featureProperties
[WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveThing.java:272: warning: no comment
[WARNING] public RetrieveThing build() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveThings.java:77: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingCommandToModifyExceptionRegistry.java:49: warning: no comment
[WARNING] public final class ThingCommandToModifyExceptionRegistry
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingConditionInvalidException.java:66: warning: no @param for description
[WARNING] public static Builder newBuilder(final String condition, final String description) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:83: warning: no comment
[WARNING] public static Builder forDittoProtocol() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:71: warning: no comment
[WARNING] public static Builder forPostMethod() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:75: warning: no comment
[WARNING] public static Builder forPutMethod() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:79: warning: no comment
[WARNING] public static Builder forPutOrPatchMethod() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:89: warning: no @param for revision
[WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:89: warning: no @param for timestamp
[WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:89: warning: no @param for metadata
[WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:225: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_PATH =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:228: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingNotCreatableException.java:116: warning: no @param for httpStatus
[WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingNotCreatableException.java:129: warning: no @return
[WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:46: warning: no comment
[WARNING] ATTRIBUTE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:45: warning: no comment
[WARNING] ATTRIBUTES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:49: warning: no comment
[WARNING] DEFINITION,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:48: warning: no comment
[WARNING] FEATURE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:50: warning: no comment
[WARNING] FEATURE_DEFINITION,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:53: warning: no comment
[WARNING] FEATURE_DESIRED_PROPERTIES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:54: warning: no comment
[WARNING] FEATURE_DESIRED_PROPERTY;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:51: warning: no comment
[WARNING] FEATURE_PROPERTIES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:52: warning: no comment
[WARNING] FEATURE_PROPERTY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:47: warning: no comment
[WARNING] FEATURES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:38: warning: no comment
[WARNING] POLICY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:39: warning: no comment
[WARNING] POLICY_ENTRIES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:40: warning: no comment
[WARNING] POLICY_ENTRY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:44: warning: no comment
[WARNING] POLICY_ENTRY_RESOURCE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:43: warning: no comment
[WARNING] POLICY_ENTRY_RESOURCES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:42: warning: no comment
[WARNING] POLICY_ENTRY_SUBJECT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:41: warning: no comment
[WARNING] POLICY_ENTRY_SUBJECTS,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:37: warning: no comment
[WARNING] POLICY_ID,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:36: warning: no comment
[WARNING] THING,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment
[WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*");
[WARNING] ^
[WARNING] 54 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-things-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model ---
[INFO] Installing org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >-----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 3.5.1     [25/77]
[INFO]   from internal/utils/cluster/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cluster ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cluster ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cluster ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 29 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/test/java/org/eclipse/ditto/internal/utils/cluster/MappingStrategiesBuilderTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/test/java/org/eclipse/ditto/internal/utils/cluster/MappingStrategiesBuilderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.571 s -- in org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] [01/30/2024 08:35:58.084] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:35:59.283] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.262 s -- in org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest
[INFO] [01/30/2024 08:35:59.893] [main] [ArteryTransport(pekko://ShardRegionProxyActorFactoryTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355] with UID [-4572440318960828814]
[INFO] [01/30/2024 08:35:59.909] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355] - Starting up, Pekko version [1.0.1] ...
[INFO] [01/30/2024 08:36:00.000] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355] - Registered cluster JMX MBean [pekko:type=Cluster]
[INFO] [01/30/2024 08:36:00.000] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355] - Started up successfully
[INFO] [01/30/2024 08:36:00.017] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
[INFO] [01/30/2024 08:36:00.017] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
[INFO] [01/30/2024 08:36:00.182] [main] [CoordinatedShutdown(pekko://ShardRegionProxyActorFactoryTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:36:00.184] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-9] [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355/system/sharding/myShardRegionNameProxy] myShardRegionName: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest
[INFO] [01/30/2024 08:36:00.196] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355] - Exiting completed
[INFO] [01/30/2024 08:36:00.196] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355] - Shutting down...
[INFO] [01/30/2024 08:36:00.197] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355] - Successfully shut down
[INFO] [pekkoDeadLetter][01/30/2024 08:36:00.197] [ShardRegionProxyActorFactoryTest-pekko.actor.default-dispatcher-5] [pekko://ShardRegionProxyActorFactoryTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://ShardRegionProxyActorFactoryTest/system/cluster/core/daemon#-202642724] 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'.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest
[INFO] [01/30/2024 08:36:00.203] [ShardRegionProxyActorFactoryTest-pekko.remote.default-remote-dispatcher-8] [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/30/2024 08:36:00.204] [ShardRegionProxyActorFactoryTest-pekko.remote.default-remote-dispatcher-8] [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/30/2024 08:36:00.270] [ShardRegionProxyActorFactoryTest-pekko.remote.default-remote-dispatcher-8] [pekko://ShardRegionProxyActorFactoryTest@10.40.48.153:17355/system/remoting-terminator] Remoting shut down.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest
[WARN] [01/30/2024 08:36:02.084] [system-pekko.remote.default-remote-dispatcher-7] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-6)] [outbound connection to [pekko://system@127.0.0.1:33481], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
[WARN] [01/30/2024 08:36:02.084] [system-pekko.remote.default-remote-dispatcher-8] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-6)] [outbound connection to [pekko://system@127.0.0.1:33481], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
[WARN] [01/30/2024 08:36:04.583] [system-pekko.remote.default-remote-dispatcher-7] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-12)] [outbound connection to [pekko://system@127.0.0.1:44063], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
[WARN] [01/30/2024 08:36:04.583] [system-pekko.remote.default-remote-dispatcher-6] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-12)] [outbound connection to [pekko://system@127.0.0.1:44063], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.238 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest
[INFO] [01/30/2024 08:36:05.663] [main] [CoordinatedShutdown(pekko://CborJsonValueSerializer)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest
[INFO] [01/30/2024 08:36:05.875] [main] [CoordinatedShutdown(pekko://JsonValueSourceRefTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest
[INFO] Running org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-cluster >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cluster ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-cluster <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-cluster ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cluster;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cluster.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java:75: warning: no comment
[WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/DistPubSubAccess.java:99: warning: no @param for group
[WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/DistPubSubAccess.java:112: warning: no @param for group
[WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/GlobalMappingStrategies.java:29: warning: no comment
[WARNING] public final class GlobalMappingStrategies extends MappingStrategies {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/SerializerExceptions.java:50: warning: no comment
[WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/SerializerExceptions.java:37: warning: no comment
[WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/SerializerExceptions.java:68: warning: no comment
[WARNING] public UnsupportedManifest(final String manifest) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardNumberCalculator.java:43: warning: no @param for numberOfShards
[WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionExtractor.java:60: warning: no @return
[WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionExtractor.java:75: warning: no @return
[WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionProxyActorFactory.java:48: warning: no @param for actorSystem
[WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionProxyActorFactory.java:48: warning: no @param for clusterConfig
[WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
[WARNING] ^
[WARNING] 14 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cluster ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/3.5.1/ditto-internal-utils-cluster-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/3.5.1/ditto-internal-utils-cluster-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/3.5.1/ditto-internal-utils-cluster-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/3.5.1/ditto-internal-utils-cluster-3.5.1-javadoc.jar
[INFO] 
[INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 3.5.1   [26/77]
[INFO]   from internal/utils/extension/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-extension ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-extension ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-extension ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-extension >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-extension ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-extension <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java:28: warning: no comment
[WARNING] public final class DittoExtensionIds implements Extension {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java:33: warning: no comment
[WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java:48: warning: no comment
[WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:100: warning: no comment
[WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:98: warning: no comment
[WARNING] protected abstract String getConfigKey();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:76: warning: no comment
[WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:68: warning: no comment
[WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:129: warning: no comment
[WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass,
[WARNING] ^
[WARNING] 8 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-extension ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/3.5.1/ditto-internal-utils-extension-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/3.5.1/ditto-internal-utils-extension-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/3.5.1/ditto-internal-utils-extension-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/3.5.1/ditto-internal-utils-extension-3.5.1-javadoc.jar
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-placeholders >----------------
[INFO] Building Eclipse Ditto :: Placeholders 3.5.1                     [27/77]
[INFO]   from placeholders/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-placeholders ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-placeholders ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-placeholders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlEncode.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlEncode.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.placeholders.PlaceholderFilterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s -- in org.eclipse.ditto.placeholders.PlaceholderFilterTest
[INFO] Running org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.000 s -- in org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionFilterTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 s -- in org.eclipse.ditto.placeholders.PipelineFunctionFilterTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineElementResolvedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.placeholders.PipelineElementResolvedTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUpperTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUpperTest
[INFO] Running org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest
[INFO] Running org.eclipse.ditto.placeholders.ImmutablePipelineTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.placeholders.ImmutablePipelineTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionLowerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineFunctionLowerTest
[INFO] Running org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest
[INFO] Running org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSplitTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSplitTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionTrimTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineFunctionTrimTest
[INFO] Running org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest
[INFO] Running org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest
[INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionJoinTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionJoinTest
[INFO] Running org.eclipse.ditto.placeholders.ExpressionResolverTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.placeholders.ExpressionResolverTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 202, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-placeholders >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-placeholders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-placeholders <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-placeholders ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T>
[WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return
[WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) {
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-placeholders ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/3.5.1/ditto-placeholders-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/3.5.1/ditto-placeholders-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/3.5.1/ditto-placeholders-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/3.5.1/ditto-placeholders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders ---
[INFO] Installing org/eclipse/ditto/ditto-placeholders/3.5.1/ditto-placeholders-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-base-service >----------------
[INFO] Building Eclipse Ditto :: Base :: Service 3.5.1                  [28/77]
[INFO]   from base/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-service ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-service ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 54 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DockerSwarmServiceDiscovery.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DockerSwarmServiceDiscovery.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service ---
[INFO] Copying 7 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest
[INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest
[INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.395 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest
[INFO] Running org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.140 s -- in org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest
[INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest
[INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest
[INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest
[INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest
[INFO] Running org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest
[INFO] Running org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest
[INFO] Running org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest
Jan 30, 2024 8:36:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
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.
Jan 30, 2024 8:36:42 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
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.
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest
[INFO] Running org.eclipse.ditto.base.service.actors.DittoRootActorControlTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.713 s -- in org.eclipse.ditto.base.service.actors.DittoRootActorControlTest
[INFO] Running org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-base-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-base-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-base-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.cluster;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.config.http;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/limits/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.config.limits;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/supervision/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.config.supervision;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/devops/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.devops;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractPlaceholderSubstitution.java:41: warning: no comment
[WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:39: warning: no comment
[WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:82: warning: no comment
[WARNING] protected static Policy substitutePolicy(final Policy policy,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:100: warning: no comment
[WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:66: warning: no comment
[WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:48: warning: no comment
[WARNING] protected static Subjects substituteSubjects(final Subjects subjects,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/DefaultHttpProxyConfig.java:63: warning: no comment
[WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment
[WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment
[WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment
[WARNING] protected final Config rawConfig;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment
[WARNING] protected final C serviceSpecificConfig;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment
[WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/HttpConfig.java:64: warning: no comment
[WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65));
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment
[WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment
[WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment
[WARNING] public static final String TYPE = PREFIX + NAME;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment
[WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment
[WARNING] public boolean isEnabled() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment
[WARNING] public final class ModifySplitBrainResolverResponse
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment
[WARNING] public static final String TYPE = PREFIX + NAME;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment
[WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment
[WARNING] public boolean isEnabled() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/NoOpRootActorStarter.java:27: warning: no @param for config
[WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:81: warning: no @param for config
[WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment
[WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment
[WARNING] public String getActorName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment
[WARNING] public Props getProps() {
[WARNING] ^
[WARNING] 36 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-base-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/3.5.1/ditto-base-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/3.5.1/ditto-base-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/3.5.1/ditto-base-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/3.5.1/ditto-base-service-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/3.5.1/ditto-base-service-3.5.1-tests.jar
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-connectivity >----------------
[INFO] Building Eclipse Ditto :: Connectivity 3.5.1                     [29/77]
[INFO]   from connectivity/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-connectivity >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-connectivity <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-connectivity ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity/3.5.1/ditto-connectivity-3.5.1.pom
[INFO] 
[INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >-------------
[INFO] Building Eclipse Ditto :: Connectivity :: Model 3.5.1            [30/77]
[INFO]   from connectivity/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-model ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-model ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/AbstractConnection.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/AbstractConnection.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest
[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
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest
[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
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest
[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
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionSignalIllegalExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionSignalIllegalExceptionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest
[INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest
[INFO] Running org.eclipse.ditto.connectivity.model.CredentialsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.CredentialsTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest
[INFO] Running org.eclipse.ditto.connectivity.model.ConnectionUriTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.connectivity.model.ConnectionUriTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest
[INFO] Running org.eclipse.ditto.connectivity.model.LogTypeTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.model.LogTypeTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetTest
[INFO] Running org.eclipse.ditto.connectivity.model.ConnectionIdTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ConnectionIdTest
[INFO] Running org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest
[INFO] Running org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest
[INFO] Running org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest
[INFO] Running org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest
[INFO] Running org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest
[INFO] Running org.eclipse.ditto.connectivity.model.ConnectionTypeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.model.ConnectionTypeTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest
[INFO] Running org.eclipse.ditto.connectivity.model.HonoConnectionTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.connectivity.model.HonoConnectionTest
[INFO] Running org.eclipse.ditto.connectivity.model.HmacCredentialsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.connectivity.model.HmacCredentialsTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest
[INFO] Running org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest
[INFO] Running org.eclipse.ditto.connectivity.model.HonoAddressAliasTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s -- in org.eclipse.ditto.connectivity.model.HonoAddressAliasTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest
[INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest
[INFO] Running org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 457, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-tests.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-connectivity-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-connectivity-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-connectivity-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.model;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.model.mqtt;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/AbstractConnectivityAnnouncement.java:57: warning: no comment
[WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/AbstractConnectivityAnnouncement.java:67: warning: no comment
[WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/AbstractConnectivityAnnouncement.java:73: warning: no comment
[WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/events/AbstractConnectivityEvent.java:46: warning: no @param for revision
[WARNING] protected AbstractConnectivityEvent(final String type,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/events/AbstractConnectivityEvent.java:46: warning: no @param for metadata
[WARNING] protected AbstractConnectivityEvent(final String type,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:87: warning: no @param for timestamp
[WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:101: warning: no @param for timestamp
[WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:101: warning: no @param for dittoHeaders
[WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:132: warning: no @param for dittoHeaders
[WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:145: warning: no comment
[WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:181: warning: no comment
[WARNING] public Instant getTimestamp() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/exceptions/ConnectionTimeoutException.java:63: warning: no @param for operation
[WARNING] public static Builder newBuilder(final ConnectionId connectionId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/ConnectivityCommandInterceptor.java:34: warning: no comment
[WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/exceptions/ConnectivityCommandInvalidException.java:62: warning: no @param for invalidCommand
[WARNING] public static Builder newBuilder(final String invalidCommand) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:619: warning: no @param for mappings
[WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:626: warning: no @param for mappings
[WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:662: warning: no @param for source
[WARNING] public static SourceBuilder newSourceBuilder(final Source source) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:705: warning: no @param for target
[WARNING] public static TargetBuilder newTargetBuilder(final Target target) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:771: warning: no @param for sshTunnel
[WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment
[WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/LoggingExpired.java:80: warning: no @param for dittoHeaders
[WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/LoggingExpired.java:109: warning: no @param for dittoHeaders
[WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/LoggingExpired.java:119: warning: no comment
[WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment
[WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment
[WARNING] public static final long MIN_INTERVAL_SECONDS = 1L;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return
[WARNING] ReplyTarget build();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:224: warning: no comment
[WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:148: warning: no comment
[WARNING] public Optional<Boolean> getContainsFailure() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:317: warning: no comment
[WARNING] public RetrieveConnectionMetricsResponse build() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:302: warning: no comment
[WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:307: warning: no comment
[WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:312: warning: no comment
[WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnections.java:82: warning: no @param for idsOnly
[WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnections.java:95: warning: no @param for idsOnly
[WARNING] public static RetrieveConnections newInstance(final boolean idsOnly,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:113: warning: no @param for dittoHeaders
[WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:297: warning: no comment
[WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:471: warning: no comment
[WARNING] public RetrieveConnectionStatusResponse build() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:413: warning: no comment
[WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:408: warning: no comment
[WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:393: warning: no comment
[WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:398: warning: no comment
[WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:403: warning: no comment
[WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:418: warning: no comment
[WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:428: warning: no comment
[WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:423: warning: no comment
[WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:433: warning: no comment
[WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:453: warning: no comment
[WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:352: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:349: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:340: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:343: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:346: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:355: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:361: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:358: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment
[WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment
[WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment
[WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment
[WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment
[WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"),
[WARNING] ^
[WARNING] 63 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model ---
[INFO] Installing org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >-----------------
[INFO] Building Eclipse Ditto :: Thing Search 3.5.1                     [31/77]
[INFO]   from thingsearch/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-thingsearch >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-thingsearch <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-thingsearch ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch/3.5.1/ditto-thingsearch-3.5.1.pom
[INFO] 
[INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >--------------
[INFO] Building Eclipse Ditto :: Thing Search :: Model 3.5.1            [32/77]
[INFO]   from thingsearch/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-model ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-model ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to java.lang.String for a varargs call
  cast to java.lang.String[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest
[INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest
[INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest
[INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest
[INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest
[INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest
[INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest
[INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest
[INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest
[INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest
[INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest
[INFO] Running org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s -- in org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest
[INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-thingsearch-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-thingsearch-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-thingsearch-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/exceptions/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/subscription/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.model.signals.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/CountThings.java:90: warning: no @param for namespaces
[WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/subscription/CreateSubscription.java:102: warning: no @param for namespaces
[WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/QueryThings.java:115: warning: no @param for namespaces
[WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options,
[WARNING] ^
[WARNING] 8 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/3.5.1/ditto-thingsearch-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/3.5.1/ditto-thingsearch-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/3.5.1/ditto-thingsearch-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/3.5.1/ditto-thingsearch-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model ---
[INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/3.5.1/ditto-thingsearch-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------
[INFO] Building Eclipse Ditto :: Messages 3.5.1                         [33/77]
[INFO]   from messages/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-messages ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/messages/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-messages >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-messages ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/messages/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-messages <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-messages ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-messages ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-messages ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/messages/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages/3.5.1/ditto-messages-3.5.1.pom
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-messages-model >---------------
[INFO] Building Eclipse Ditto :: Messages :: Model 3.5.1                [34/77]
[INFO]   from messages/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages-model ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages-model ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-messages-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s -- in org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest
[INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s -- in org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest
[INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest
[INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest
[INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest
[INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest
[INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest
[INFO] Running org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest
[INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest
[INFO] Running org.eclipse.ditto.messages.model.MessageHeadersBuilderTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s -- in org.eclipse.ditto.messages.model.MessageHeadersBuilderTest
[INFO] Running org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest
[INFO] Running org.eclipse.ditto.messages.model.MessagesModelFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.messages.model.MessagesModelFactoryTest
[INFO] Running org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest
[INFO] Running org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest
[INFO] Running org.eclipse.ditto.messages.model.TimestampValueValidatorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.messages.model.TimestampValueValidatorTest
[INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.eclipse.ditto.messages.model.ImmutableMessageTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-messages-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-messages-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-messages-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-messages-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.messages.model.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/MessagePayloadSerializer.java:98: warning: no comment
[WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/MessagesModelFactory.java:74: warning: no @param for initialHeaders
[WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/SendMessageAcceptedResponse.java:78: warning: no @param for messageHeaders
[WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/SendMessageAcceptedResponse.java:93: warning: no @param for messageHeaders
[WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/SendMessageAcceptedResponse.java:135: warning: no comment
[WARNING] public Optional<String> getCorrelationId() {
[WARNING] ^
[WARNING] 6 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/3.5.1/ditto-messages-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/3.5.1/ditto-messages-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/3.5.1/ditto-messages-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/3.5.1/ditto-messages-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model ---
[INFO] Installing org/eclipse/ditto/ditto-messages-model/3.5.1/ditto-messages-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------
[INFO] Building Eclipse Ditto :: Protocol 3.5.1                         [35/77]
[INFO]   from protocol/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-protocol ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-protocol ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/MessageSignalMapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/MessageSignalMapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.protocol.ImmutablePayloadTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.957 s -- in org.eclipse.ditto.protocol.ImmutablePayloadTest
[INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.113 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest
[INFO] Running org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest
[INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest
[INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest
[INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest
[INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest
[INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest
[INFO] Running org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest
[INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest
[INFO] Running org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.883 s -- in org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest
[INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest
[INFO] Running org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest
[INFO] Running org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest
[INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest
[INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest
[INFO] Running org.eclipse.ditto.protocol.ImmutableMessagePathTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.protocol.ImmutableMessagePathTest
[INFO] Running org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest
[INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest
[INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest
[INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest
[INFO] Running org.eclipse.ditto.protocol.ProtocolFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.protocol.ProtocolFactoryTest
[INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathTest
[INFO] Running org.eclipse.ditto.protocol.ImmutableAdaptableTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.protocol.ImmutableAdaptableTest
[INFO] Running com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1344, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-protocol >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-protocol <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-protocol ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag
[WARNING] * <p>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.protocol.adapter.connectivity;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.protocol.adapter.policies;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.protocol.adapter.provider;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment
[WARNING] protected final PayloadPathMatcher payloadPathMatcher;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment
[WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment
[WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment
[WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name
[WARNING] AnnouncementsTopicPathBuilder name(String name);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment
[WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment
[WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment
[WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment
[WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment
[WARNING] public static EmptyPathMatcher getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return
[WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return
[WARNING] public static IllegalAdaptableException newInstance(final String message,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment
[WARNING] public Builder(final JsonPointer path) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment
[WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment
[WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment
[WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment
[WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment
[WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment
[WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment
[WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment
[WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment
[WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment
[WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment
[WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment
[WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment
[WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment
[WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment
[WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment
[WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment
[WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment
[WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment
[WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment
[WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment
[WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment
[WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment
[WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment
[WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment
[WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment
[WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment
[WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment
[WARNING] protected RetrieveThingsCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment
[WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment
[WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment
[WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment
[WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment
[WARNING] protected static Feature featureFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment
[WARNING] protected static String featureIdFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment
[WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment
[WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment
[WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment
[WARNING] protected static Features featuresFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment
[WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment
[WARNING] protected static String leafValue(final JsonPointer path) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment
[WARNING] protected static String namespaceFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment
[WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment
[WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment
[WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment
[WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment
[WARNING] protected static Thing thingFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment
[WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment
[WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment
[WARNING] public final class RetrieveThingsCommandResponseMappingStrategies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment
[WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment
[WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment
[WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment
[WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment
[WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment
[WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment
[WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment
[WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment
[WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment
[WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment
[WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment
[WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment
[WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment
[WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment
[WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment
[WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment
[WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment
[WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment
[WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment
[WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment
[WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment
[WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment
[WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment
[WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName
[WARNING] TopicPathBuildable subscribe(String subscribingCommandName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment
[WARNING] String ID_PLACEHOLDER = "_";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment
[WARNING] String PATH_DELIMITER = "/";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment
[WARNING] default boolean isWildcardTopic() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment
[WARNING] CREATE("create"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment
[WARNING] CREATED("created"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment
[WARNING] DELETE("delete"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment
[WARNING] DELETED("deleted");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment
[WARNING] MERGE("merge"),
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-protocol ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-protocol ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/protocol/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/3.5.1/ditto-protocol-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/3.5.1/ditto-protocol-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/3.5.1/ditto-protocol-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/3.5.1/ditto-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol ---
[INFO] Installing org/eclipse/ditto/ditto-protocol/3.5.1/ditto-protocol-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >-----------
[INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 3.5.1     [36/77]
[INFO]   from internal/models/signal/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signal ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signal ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-signal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/test/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidatorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/test/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidatorTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/test/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidatorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.models.signal.SignalInformationPointTest
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.010 s -- in org.eclipse.ditto.internal.models.signal.SignalInformationPointTest
[INFO] Running org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s -- in org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest
[INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest
[INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest
[INFO] Running org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest
[INFO] Running org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-models-signal >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-signal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-models-signal <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-models-signal ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidator.java:54: warning: empty <p> tag
[WARNING] * <p>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:29: warning: no comment
[WARNING] ANNOUNCEMENT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:31: warning: no comment
[WARNING] COMMAND,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:33: warning: no comment
[WARNING] EVENT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:35: warning: no comment
[WARNING] RESPONSE;
[WARNING] ^
[WARNING] 5 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signal ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/3.5.1/ditto-internal-models-signal-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/3.5.1/ditto-internal-models-signal-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/3.5.1/ditto-internal-models-signal-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/3.5.1/ditto-internal-models-signal-3.5.1-javadoc.jar
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-policies-api >----------------
[INFO] Building Eclipse Ditto :: Policies :: API 3.5.1                  [37/77]
[INFO]   from policies/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest
[INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest
[INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest
[INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest
[INFO] Running org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest
[INFO] Running org.eclipse.ditto.policies.api.PolicyTagTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.policies.api.PolicyTagTest
[INFO] Running org.eclipse.ditto.policies.api.PoliciesValidatorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.policies.api.PoliciesValidatorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-policies-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-policies-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-policies-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.api;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/src/main/java/org/eclipse/ditto/policies/api/commands/sudo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.api.commands.sudo;
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/3.5.1/ditto-policies-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/3.5.1/ditto-policies-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/3.5.1/ditto-policies-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/3.5.1/ditto-policies-api-3.5.1-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 3.5.1 [38/77]
[INFO]   from internal/utils/ddata/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-ddata ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-ddata ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-ddata ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.990 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-ddata >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-ddata ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-ddata <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-ddata ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.ddata;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/DistributedData.java:77: warning: no @param for ddataExecutor
[WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/DistributedData.java:110: warning: no @param for actorSystem
[WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/DistributedData.java:64: warning: no comment
[WARNING] protected final int numberOfShards;
[WARNING] ^
[WARNING] 4 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-ddata ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/3.5.1/ditto-internal-utils-ddata-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/3.5.1/ditto-internal-utils-ddata-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/3.5.1/ditto-internal-utils-ddata-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/3.5.1/ditto-internal-utils-ddata-3.5.1-javadoc.jar
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 3.5.1     [39/77]
[INFO]   from internal/utils/pubsub/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 81 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/SubUpdater.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/SubUpdater.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.585 s -- in org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.89 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest
[INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.272 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest
[INFO] Running org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 143.9 s -- in org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-pubsub >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-pubsub <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/literal/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/AbstractDDataHandler.java:42: warning: no comment
[WARNING] protected final SelfUniqueAddress selfUniqueAddress;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/AbstractDDataHandler.java:46: warning: no comment
[WARNING] protected AbstractDDataHandler(final DistributedDataConfig config,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:46: warning: no comment
[WARNING] protected final AckExtractor<T> ackExtractor;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:39: warning: no comment
[WARNING] protected final ActorRefFactory actorRefFactory;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:45: warning: no comment
[WARNING] protected final CompressedDData ddata;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:44: warning: no comment
[WARNING] protected final DistributedDataConfig ddataConfig;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:47: warning: no comment
[WARNING] protected final DistributedAcks distributedAcks;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:41: warning: no comment
[WARNING] protected final String factoryId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:40: warning: no comment
[WARNING] protected final Class<T> messageClass;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:42: warning: no comment
[WARNING] protected final PubSubTopicExtractor<T> topicExtractor;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/ClusterMemberRemovedAware.java:49: warning: no comment
[WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedAcks.java:131: warning: no @param for system
[WARNING] static DistributedAcks empty(final ActorSystem system) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:56: warning: no @param for <S>
[WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, final CharSequence groupIndexKey,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:91: warning: no @param for <S>
[WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/ack/GroupedSnapshot.java:61: warning: no @param for groups
[WARNING] public Set<V> getValues(final Collection<String> groups) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/PubUpdater.java:50: warning: no @return
[WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/api/SubAck.java:44: warning: no @param for consistent
[WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/api/Subscribe.java:70: warning: no @param for resubscribe
[WARNING] public static Subscribe of(final Collection<String> topics,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/SubUpdater.java:70: warning: no comment
[WARNING] public static final int MAX_ERROR_COUNTER = 3;
[WARNING] ^
[WARNING] 20 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-javadoc.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub ---
[INFO] Copying 1 resource from src/main/resources to target
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/3.5.1/ditto-internal-utils-pubsub-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/3.5.1/ditto-internal-utils-pubsub-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/3.5.1/ditto-internal-utils-pubsub-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/3.5.1/ditto-internal-utils-pubsub-3.5.1-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 3.5.1       [40/77]
[INFO]   from internal/utils/cache/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cache ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 17 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.cache.ComparableCacheTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s -- in org.eclipse.ditto.internal.utils.cache.ComparableCacheTest
[INFO] Running org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.905 s -- in org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 s -- in org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-cache >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cache ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-cache <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-cache ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cache;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cache.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cache.entry;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:44: warning: no comment
[WARNING] boolean exists();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:32: warning: no comment
[WARNING] static <T> Entry<T> fetchError(final Throwable throwable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:67: warning: no comment
[WARNING] default Optional<T> get() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:28: warning: no comment
[WARNING] static <T> Entry<T> nonexistent() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:24: warning: no comment
[WARNING] static <T> Entry<T> of(final long revision, final T value) {
[WARNING] ^
[WARNING] 8 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/3.5.1/ditto-internal-utils-cache-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/3.5.1/ditto-internal-utils-cache-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/3.5.1/ditto-internal-utils-cache-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/3.5.1/ditto-internal-utils-cache-3.5.1-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >-------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 3.5.1        [41/77]
[INFO]   from internal/utils/test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-test ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-test ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-test >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-test ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-test <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test ---
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-test ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/3.5.1/ditto-internal-utils-test-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/3.5.1/ditto-internal-utils-test-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/3.5.1/ditto-internal-utils-test-3.5.1-tests.jar
[INFO] 
[INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >---------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 3.5.1 [42/77]
[INFO]   from internal/utils/persistence/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistence ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistence ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-persistence ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 75 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence ---
[INFO] Copying 12 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.295 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexFactoryTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest
08:42:06,385 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
08:42:06,386 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e5cbcfe - No custom configurators were discovered as a service.
08:42:06,386 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e5cbcfe - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
08:42:06,387 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e5cbcfe - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
08:42:06,388 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
08:42:06,388 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
08:42:06,391 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e5cbcfe - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
08:42:06,391 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e5cbcfe - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
08:42:06,391 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e5cbcfe - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
08:42:06,392 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/test-classes/logback-test.xml]
08:42:06,484 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
08:42:06,494 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
08:42:06,494 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
08:42:06,501 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
08:42:06,524 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR]
08:42:06,524 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
08:42:06,525 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
08:42:06,527 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
08:42:06,527 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
08:42:06,527 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
08:42:06,528 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT]
08:42:06,528 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@9ae0794 - End of configuration.
08:42:06,529 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5693d1d2 - Registering current configuration as safe fallback point
08:42:06,529 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e5cbcfe - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 138 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest
2024-01-30 08:42:07,187 WARN  [] o.mongodb.driver.uri  - Connection string contains unsupported option 'writeconcern'.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.676 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest
2024-01-30 08:42:12,472 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
2024-01-30 08:42:12,472 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
2024-01-30 08:42:12,898 WARN  [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.794 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest
2024-01-30 08:42:13,270 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-6) - [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
2024-01-30 08:42:13,271 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-6) - [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
2024-01-30 08:42:13,476 WARN  [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now.
[WARN] [01/30/2024 08:42:13.494] [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#-1624815011]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
[WARN] [01/30/2024 08:42:13.498] [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#-1624815011]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
2024-01-30 08:42:13,662 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-10) - [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
2024-01-30 08:42:13,663 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-10) - [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
[WARN] [01/30/2024 08:42:13.725] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#1546031224]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
[WARN] [01/30/2024 08:42:13.725] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#1546031224]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
2024-01-30 08:42:13,864 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-14) - [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
2024-01-30 08:42:13,865 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-14) - [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
[WARN] [01/30/2024 08:42:13.910] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-1005970516]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
[WARN] [01/30/2024 08:42:13.910] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-1005970516]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
2024-01-30 08:42:14,059 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-18) - [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
2024-01-30 08:42:14,060 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-18) - [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
[WARN] [01/30/2024 08:42:14.098] [PekkoTestSystem-pekko.actor.internal-dispatcher-7] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#2105652527]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
[WARN] [01/30/2024 08:42:14.099] [PekkoTestSystem-pekko.actor.internal-dispatcher-7] [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#2105652527]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
2024-01-30 08:42:14,190 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-22) - [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
2024-01-30 08:42:14,191 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-22) - [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
[WARN] [01/30/2024 08:42:14.263] [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#-1930584506]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
[WARN] [01/30/2024 08:42:14.263] [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#-1930584506]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.191 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest
[INFO] Running org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-persistence >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-persistence ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-persistence <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-persistence ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/eventsource/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoEventAdapter.java:56: warning: no comment
[WARNING] protected final EventRegistry<T> eventRegistry;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoEventAdapter.java:55: warning: no comment
[WARNING] protected final ExtendedActorSystem system;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoEventAdapter.java:59: warning: no comment
[WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java:74: warning: no @param for <T>
[WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoSnapshotAdapter.java:72: warning: no @param for entity
[WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoSnapshotAdapter.java:48: warning: no comment
[WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/operations/AbstractPersistenceOperationsActor.java:119: warning: no @param for optionalToCloseWhenStopped
[WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/operations/AbstractPersistenceOperationsActor.java:418: warning: no comment
[WARNING] public record OpComplete(Command<?> command, ActorRef sender) {}
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/operations/AbstractPersistenceOperationsActor.java:171: warning: no comment
[WARNING] protected abstract String getActorName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/DittoMongoCollectionCache.java:40: warning: no comment
[WARNING] public DittoMongoCollectionCache(final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:31: warning: no comment
[WARNING] public BsonInt32 getBsonInt() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:21: warning: no comment
[WARNING] ASCENDING(1), DESCENDING(-1);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:21: warning: no comment
[WARNING] ASCENDING(1), DESCENDING(-1);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:23: warning: no comment
[WARNING] public static final IndexDirection DEFAULT = ASCENDING;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/monitoring/KamonCommandListener.java:37: warning: no comment
[WARNING] public KamonCommandListener(final String metricName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/monitoring/KamonConnectionPoolListener.java:41: warning: no comment
[WARNING] public KamonConnectionPoolListener(final String metricName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/MongoOpsUtil.java:55: warning: no comment
[WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/MongoOpsUtil.java:49: warning: no comment
[WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoReadJournal.java:210: warning: no @param for actorSystem
[WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoReadJournal.java:160: warning: no comment
[WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoReadJournal.java:159: warning: no comment
[WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:41: warning: no comment
[WARNING] public com.mongodb.ReadConcern getMongoReadConcern() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:30: warning: no comment
[WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:25: warning: no comment
[WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:28: warning: no comment
[WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:26: warning: no comment
[WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:27: warning: no comment
[WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:29: warning: no comment
[WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:39: warning: no comment
[WARNING] public com.mongodb.ReadPreference getMongoReadPreference() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:29: warning: no comment
[WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest());
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:25: warning: no comment
[WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:26: warning: no comment
[WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:27: warning: no comment
[WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:28: warning: no comment
[WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/SuffixBuilderConfig.java:40: warning: no comment
[WARNING] EXTRACTOR_CLASS("class", ""),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/SuffixBuilderConfig.java:42: warning: no comment
[WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList());
[WARNING] ^
[WARNING] 41 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistence ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/3.5.1/ditto-internal-utils-persistence-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/3.5.1/ditto-internal-utils-persistence-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/3.5.1/ditto-internal-utils-persistence-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/3.5.1/ditto-internal-utils-persistence-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/3.5.1/ditto-internal-utils-persistence-3.5.1-tests.jar
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-things-api >-----------------
[INFO] Building Eclipse Ditto :: Things :: API 3.5.1                    [43/77]
[INFO]   from things/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/things/api/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 12 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/things/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.880 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest
[INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest
[INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest
[INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest
[INFO] Running org.eclipse.ditto.things.api.ThingSnapshotTakenTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.721 s -- in org.eclipse.ditto.things.api.ThingSnapshotTakenTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-things-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-things-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-things-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/api/src/main/java/org/eclipse/ditto/things/api/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.api;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/api/src/main/java/org/eclipse/ditto/things/api/commands/sudo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.api.commands.sudo;
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-things-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/3.5.1/ditto-things-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/3.5.1/ditto-things-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/3.5.1/ditto-things-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/3.5.1/ditto-things-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >--------------
[INFO] Building Eclipse Ditto :: Connectivity :: API 3.5.1              [44/77]
[INFO]   from connectivity/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 28 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.connectivity.api.ConnectionTagTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 s -- in org.eclipse.ditto.connectivity.api.ConnectionTagTest
[INFO] Running org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.835 s -- in org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 s -- in org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest
[INFO] Running org.eclipse.ditto.connectivity.api.InboundSignalTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] [01/30/2024 08:42:44.020] [main] [CoordinatedShutdown(pekko://InboundSignalTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.611 s -- in org.eclipse.ditto.connectivity.api.InboundSignalTest
[INFO] Running org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest
[INFO] Running org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest
[INFO] Running org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest
[INFO] Running org.eclipse.ditto.connectivity.api.BaseClientStateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.api.BaseClientStateTest
[INFO] Running org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest
[INFO] Running org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-connectivity-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-connectivity-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-connectivity-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.api;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/messaging/monitoring/logs/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment
[WARNING] CONNECTED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment
[WARNING] CONNECTING,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment
[WARNING] DISCONNECTED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment
[WARNING] DISCONNECTING,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment
[WARNING] INITIALIZED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment
[WARNING] TESTING;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment
[WARNING] UNKNOWN,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment
[WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment
[WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment
[WARNING] BYTES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment
[WARNING] TEXT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment
[WARNING] TEXT_AND_BYTES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment
[WARNING] UNKNOWN
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/messaging/monitoring/logs/LogEntryFactory.java:65: warning: no @return
[WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/messaging/monitoring/logs/LogEntryFactory.java:112: warning: no @return
[WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment
[WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/OutboundSignalFactory.java:87: warning: no @param for targets
[WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTag.java:44: warning: no comment
[WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTag.java:46: warning: no comment
[WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTag.java:119: warning: no comment
[WARNING] public String getTag() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTagResponse.java:141: warning: no comment
[WARNING] public Set<ConnectionId> getConnectionIds() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionTags.java:43: warning: no comment
[WARNING] public static final String NAME = "sudoRetrieveConnectionTags";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionTags.java:45: warning: no comment
[WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionTagsResponse.java:141: warning: no comment
[WARNING] public Set<String> getConnectionTags() {
[WARNING] ^
[WARNING] 27 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/3.5.1/ditto-connectivity-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/3.5.1/ditto-connectivity-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/3.5.1/ditto-connectivity-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/3.5.1/ditto-connectivity-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-jwt >---------------------
[INFO] Building Eclipse Ditto :: JWT 3.5.1                              [45/77]
[INFO]   from jwt/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-jwt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/jwt/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-jwt >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-jwt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/jwt/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-jwt <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-jwt ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-jwt ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/jwt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt/3.5.1/ditto-jwt-3.5.1.pom
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------
[INFO] Building Eclipse Ditto :: JWT :: Model 3.5.1                     [46/77]
[INFO]   from jwt/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt-model ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt-model ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-jwt-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.jwt.model.AudienceTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.eclipse.ditto.jwt.model.AudienceTest
[INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest
[INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-jwt-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-jwt-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-jwt-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-jwt-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.jwt.model;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment
[WARNING] protected AbstractJsonWebToken(final String token) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment
[WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment
[WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment
[WARNING] public interface JwtException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment
[WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException {
[WARNING] ^
[WARNING] 6 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/3.5.1/ditto-jwt-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/3.5.1/ditto-jwt-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/3.5.1/ditto-jwt-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/3.5.1/ditto-jwt-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model ---
[INFO] Installing org/eclipse/ditto/ditto-jwt-model/3.5.1/ditto-jwt-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-wot >---------------------
[INFO] Building Eclipse Ditto :: WoT 3.5.1                              [47/77]
[INFO]   from wot/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-wot >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-wot <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-wot ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-wot ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-wot ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot/3.5.1/ditto-wot-3.5.1.pom
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------
[INFO] Building Eclipse Ditto :: WoT :: Model 3.5.1                     [48/77]
[INFO]   from wot/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-model ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-model ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.wot.model.ThingDescriptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s -- in org.eclipse.ditto.wot.model.ThingDescriptionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-wot-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-wot-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-wot-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment
[WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment
[WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment
[WARNING] String getActionName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment
[WARNING] Optional<SingleDataSchema> getInput();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment
[WARNING] Optional<SingleDataSchema> getOutput();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment
[WARNING] boolean isIdempotent();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment
[WARNING] boolean isSafe();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment
[WARNING] Optional<Boolean> isSynchronous();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment
[WARNING] static Action.Builder newBuilder(final CharSequence actionName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment
[WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence actionName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment
[WARNING] Builder setIdempotent(@Nullable Boolean idempotent);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment
[WARNING] Builder setInput(@Nullable SingleDataSchema input);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment
[WARNING] Builder setOutput(@Nullable SingleDataSchema output);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment
[WARNING] Builder setSafe(@Nullable Boolean safe);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment
[WARNING] Builder setSynchronous(@Nullable Boolean synchronous);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment
[WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment
[WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment
[WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment
[WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment
[WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment
[WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment
[WARNING] static ActionFormElement.Builder newBuilder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment
[WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment
[WARNING] static Builder newBuilder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment
[WARNING] static Builder newBuilder(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment
[WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment
[WARNING] static ActionForms fromJson(final JsonArray jsonArray) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment
[WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment
[WARNING] static Actions from(final Collection<Action> actions) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment
[WARNING] static Actions fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment
[WARNING] Optional<Action> getAction(CharSequence actionName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment
[WARNING] static Actions of(final Map<String, Action> actions) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment
[WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment
[WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment
[WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment
[WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment
[WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment
[WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment
[WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment
[WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment
[WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment
[WARNING] List<String> getAllOf();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:137: warning: no comment
[WARNING] SecuritySchemeScheme getScheme();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment
[WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment
[WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment
[WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment
[WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment
[WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment
[WARNING] Optional<SecuritySchemeIn> getIn();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment
[WARNING] Optional<String> getName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment
[WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment
[WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment
[WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment
[WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment
[WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment
[WARNING] static ArraySchema fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment
[WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment
[WARNING] Optional<DataSchema> getItems();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment
[WARNING] Optional<Integer> getMaxItems();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment
[WARNING] Optional<Integer> getMinItems();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:104: warning: no comment
[WARNING] Optional<DataSchemaType> getType();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment
[WARNING] static ArraySchema.Builder newBuilder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment
[WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment
[WARNING] default ArraySchema.Builder toBuilder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment
[WARNING] static Builder newBuilder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment
[WARNING] static Builder newBuilder(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment
[WARNING] Builder setItems(@Nullable DataSchema items);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment
[WARNING] Builder setMaxItems(@Nullable Integer maxItems);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment
[WARNING] Builder setMinItems(@Nullable Integer minItems);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment
[WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment
[WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment
[WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment
[WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment
[WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment
[WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment
[WARNING] static SingleAtType newSingleAtType(final CharSequence type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment
[WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment
[WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment
[WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment
[WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment
[WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment
[WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment
[WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment
[WARNING] String REL_ICON = "icon";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment
[WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment
[WARNING] Optional<IRI> getAnchor();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment
[WARNING] IRI getHref();
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/3.5.1/ditto-wot-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/3.5.1/ditto-wot-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/3.5.1/ditto-wot-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/3.5.1/ditto-wot-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model ---
[INFO] Installing org/eclipse/ditto/ditto-wot-model/3.5.1/ditto-wot-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >--------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 3.5.1 [49/77]
[INFO]   from internal/utils/cache-loaders/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache-loaders ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache-loaders ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cache-loaders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.463 s -- in org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest
08:43:17.715 [test-pekko.actor.default-dispatcher-4] INFO org.apache.pekko.event.slf4j.Slf4jLogger -- Slf4jLogger started
08:43:18.980 [Thread-2] 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-1#443196563]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:20.008 [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-1#443196563]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:23.608 [Thread-7] 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-3#-309478175]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:24.857 [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-3#-309478175]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:26.328 [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-3#-309478175]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:28.207 [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-3#-309478175]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:30.718 [Thread-12] 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-4#294779339]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:31.978 [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-4#294779339]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:34.438 [Thread-16] 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-5#-1843387318]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:38.977 [Thread-21] 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#-509522274]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:41.017 [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-8#-509522274]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:51.118 [Thread-32] 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#-337463142]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:53.158 [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-13#-337463142]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:55.198 [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-13#-337463142]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:57.238 [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-13#-337463142]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:58.748 [Thread-37] 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-14#-505189729]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:43:59.768 [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-14#-505189729]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:44:00.788 [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-14#-505189729]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:44:01.808 [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-14#-505189729]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
08:44:03.824 [test-pekko.actor.default-dispatcher-4] INFO org.apache.pekko.actor.CoordinatedShutdown -- Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.12 s -- in org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest
[INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest
[INFO] [01/30/2024 08:44:03.988] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-cache-loaders >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cache-loaders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-cache-loaders <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-cache-loaders ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cacheloaders;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/ActorAskCacheLoader.java:82: warning: no @param for <K>
[WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:22: warning: no comment
[WARNING] BACKOFF_DELAY
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:21: warning: no comment
[WARNING] FIXED_DELAY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:20: warning: no comment
[WARNING] NO_DELAY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:19: warning: no comment
[WARNING] OFF,
[WARNING] ^
[WARNING] 7 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache-loaders ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/3.5.1/ditto-internal-utils-cache-loaders-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/3.5.1/ditto-internal-utils-cache-loaders-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/3.5.1/ditto-internal-utils-cache-loaders-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/3.5.1/ditto-internal-utils-cache-loaders-3.5.1-javadoc.jar
[INFO] 
[INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 3.5.1  [50/77]
[INFO]   from internal/utils/namespaces/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-namespaces ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-namespaces ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-namespaces ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest
[INFO] [01/30/2024 08:44:13.611] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.48.153:39433] with UID [-5888715880050565108]
[INFO] [01/30/2024 08:44:13.636] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:39433] - Starting up, Pekko version [1.0.1] ...
[INFO] [01/30/2024 08:44:13.777] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:39433] - Registered cluster JMX MBean [pekko:type=Cluster]
[INFO] [01/30/2024 08:44:13.777] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:39433] - Started up successfully
[INFO] [01/30/2024 08:44:13.804] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:39433] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
[INFO] [01/30/2024 08:44:13.804] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:39433] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
[INFO] [01/30/2024 08:44:14.775] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:44:14.785] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:39433] - Exiting completed
[INFO] [01/30/2024 08:44:14.785] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:39433] - Shutting down...
[INFO] [01/30/2024 08:44:14.786] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:39433] - Successfully shut down
[INFO] [pekkoDeadLetter][01/30/2024 08:44:14.786] [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#-1447603992] 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'.
[INFO] [01/30/2024 08:44:14.801] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.48.153:39433/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/30/2024 08:44:14.802] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.48.153:39433/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/30/2024 08:44:14.821] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.48.153:39433/system/remoting-terminator] Remoting shut down.
[INFO] [01/30/2024 08:44:14.920] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.48.153:37501] with UID [-6428034778123143063]
[INFO] [01/30/2024 08:44:14.921] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37501] - Starting up, Pekko version [1.0.1] ...
[INFO] [01/30/2024 08:44:14.926] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37501] - Registered cluster JMX MBean [pekko:type=Cluster]
[INFO] [01/30/2024 08:44:14.926] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37501] - Started up successfully
[INFO] [01/30/2024 08:44:14.928] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37501] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
[INFO] [01/30/2024 08:44:14.928] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37501] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
[INFO] [01/30/2024 08:44:15.001] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [pekkoDeadLetter][01/30/2024 08:44:15.002] [BlockedNamespacesTest-pekko.actor.default-dispatcher-6] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#164408989] 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'.
[INFO] [01/30/2024 08:44:15.002] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37501] - Exiting completed
[INFO] [01/30/2024 08:44:15.002] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37501] - Shutting down...
[INFO] [01/30/2024 08:44:15.003] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37501] - Successfully shut down
[INFO] [01/30/2024 08:44:15.005] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.48.153:37501/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/30/2024 08:44:15.006] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.48.153:37501/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/30/2024 08:44:15.008] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.48.153:37501/system/remoting-terminator] Remoting shut down.
[INFO] [01/30/2024 08:44:15.084] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.48.153:37789] with UID [2848053349156109191]
[INFO] [01/30/2024 08:44:15.085] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37789] - Starting up, Pekko version [1.0.1] ...
[INFO] [01/30/2024 08:44:15.090] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37789] - Registered cluster JMX MBean [pekko:type=Cluster]
[INFO] [01/30/2024 08:44:15.090] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37789] - Started up successfully
[INFO] [01/30/2024 08:44:15.092] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37789] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
[INFO] [01/30/2024 08:44:15.092] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:37789] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
[INFO] [01/30/2024 08:44:15.261] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.48.153:33079] with UID [-4501368694591751643]
[INFO] [01/30/2024 08:44:15.263] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:33079] - Starting up, Pekko version [1.0.1] ...
[INFO] [01/30/2024 08:44:15.267] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:33079] - Registered cluster JMX MBean [pekko:type=Cluster]
[INFO] [01/30/2024 08:44:15.267] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:33079] - Started up successfully
[INFO] [01/30/2024 08:44:15.269] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:33079] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
[INFO] [01/30/2024 08:44:15.269] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:33079] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
[INFO] [01/30/2024 08:44:17.395] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [pekkoDeadLetter][01/30/2024 08:44:17.396] [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#830970776] 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'.
[INFO] [01/30/2024 08:44:17.397] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:33079] - Exiting completed
[INFO] [01/30/2024 08:44:17.397] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:33079] - Shutting down...
[INFO] [01/30/2024 08:44:17.397] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:33079] - Successfully shut down
[INFO] [01/30/2024 08:44:17.399] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.48.153:33079/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/30/2024 08:44:17.399] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.48.153:33079/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/30/2024 08:44:17.402] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.48.153:33079/system/remoting-terminator] Remoting shut down.
[INFO] [01/30/2024 08:44:17.442] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.48.153:34055] with UID [7731927567187912401]
[INFO] [01/30/2024 08:44:17.443] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34055] - Starting up, Pekko version [1.0.1] ...
[INFO] [01/30/2024 08:44:17.447] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34055] - Registered cluster JMX MBean [pekko:type=Cluster]
[INFO] [01/30/2024 08:44:17.447] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34055] - Started up successfully
[INFO] [01/30/2024 08:44:17.460] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34055] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
[INFO] [01/30/2024 08:44:17.460] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34055] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
[INFO] [01/30/2024 08:44:17.491] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [pekkoDeadLetter][01/30/2024 08:44:17.492] [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#128913791] 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'.
[INFO] [01/30/2024 08:44:17.493] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34055] - Exiting completed
[INFO] [01/30/2024 08:44:17.493] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34055] - Shutting down...
[INFO] [01/30/2024 08:44:17.493] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34055] - Successfully shut down
[INFO] [01/30/2024 08:44:17.496] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.48.153:34055/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/30/2024 08:44:17.496] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.48.153:34055/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/30/2024 08:44:17.498] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.48.153:34055/system/remoting-terminator] Remoting shut down.
[INFO] [01/30/2024 08:44:17.568] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.48.153:34811] with UID [-3190465414820796489]
[INFO] [01/30/2024 08:44:17.569] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34811] - Starting up, Pekko version [1.0.1] ...
[INFO] [01/30/2024 08:44:17.573] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34811] - Registered cluster JMX MBean [pekko:type=Cluster]
[INFO] [01/30/2024 08:44:17.573] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34811] - Started up successfully
[INFO] [01/30/2024 08:44:17.574] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34811] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
[INFO] [01/30/2024 08:44:17.574] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34811] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
[INFO] [01/30/2024 08:44:17.603] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [pekkoDeadLetter][01/30/2024 08:44:17.603] [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#1930903309] 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'.
[INFO] [01/30/2024 08:44:17.604] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34811] - Exiting completed
[INFO] [01/30/2024 08:44:17.604] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34811] - Shutting down...
[INFO] [01/30/2024 08:44:17.604] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.48.153:34811] - Successfully shut down
[INFO] [01/30/2024 08:44:17.606] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.48.153:34811/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/30/2024 08:44:17.606] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.48.153:34811/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/30/2024 08:44:17.608] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.48.153:34811/system/remoting-terminator] Remoting shut down.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.959 s -- in org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-namespaces >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-namespaces ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-namespaces <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-namespaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/src/main/java/org/eclipse/ditto/internal/utils/namespaces/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.namespaces;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/src/main/java/org/eclipse/ditto/internal/utils/namespaces/BlockedNamespacesUpdater.java:61: warning: no @param for pubSubMediator
[WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) {
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-namespaces ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/3.5.1/ditto-internal-utils-namespaces-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/3.5.1/ditto-internal-utils-namespaces-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/3.5.1/ditto-internal-utils-namespaces-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/3.5.1/ditto-internal-utils-namespaces-3.5.1-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------
[INFO] Building Eclipse Ditto :: Policies :: Enforcement 3.5.1          [51/77]
[INFO]   from policies/enforcement/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-enforcement ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-enforcement ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-enforcement ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 32 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/CommandWithOptionalEntityPreEnforcer.java: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/CommandWithOptionalEntityPreEnforcer.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/CommandWithOptionalEntityPreEnforcer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/CachingPolicyEnforcerProviderTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/CachingPolicyEnforcerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/CachingPolicyEnforcerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.624 s -- in org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest
[INFO] Running org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.931 s -- in org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest
[INFO] Running org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest
[INFO] [01/30/2024 08:44:32.004] [default-pekko.actor.default-dispatcher-4] [pekko://default/user/$a] Received namespaces: <ORSet(namespace1, namespace2, namespace4)>
[INFO] [01/30/2024 08:44:32.113] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:44:32.612] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:44:32.769 [WARN ] o.e.d.p.e.CachingPolicyEnforcerProvider - Did receive Optional holding an unexpected type. Did expect a PolicyEnforcer but got <class java.lang.String>.
[INFO] [01/30/2024 08:44:32.780] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:44:32.892] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:44:32.996] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:44:33.207] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:44:33.294] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:44:33.397] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:44:33.494] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.487 s -- in org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest
[INFO] Running org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest
[INFO] [01/30/2024 08:44:34.185] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:44:34.267] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 s -- in org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest
[INFO] Running org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest
[INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest
[INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest
[INFO] Running org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest
08:44:36.232 [WARN ] o.e.d.p.e.DefaultPolicyEnforcerProvider - Got exception when trying to load the policy enforcer via cache loader. This is unexpected
java.lang.IllegalStateException: This is expected
	at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProvider.getPolicyEnforcer(DefaultPolicyEnforcerProvider.java:60)
	at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest.getPolicyEnforcerWhenCacheLoaderThrowsException(DefaultPolicyEnforcerProviderTest.java:90)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
	at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
	at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 222, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-policies-enforcement >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-enforcement ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-policies-enforcement <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-policies-enforcement ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.enforcement.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.enforcement.pre;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment
[WARNING] protected static final ThreadSafeDittoLogger LOGGER =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:84: warning: no @param for signal
[WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment
[WARNING] protected final E enforcement;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment
[WARNING] protected final I entityId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment
[WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment
[WARNING] protected final PreEnforcerProvider preEnforcer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment
[WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment
[WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment
[WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment
[WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment
[WARNING] public interface Invalidatable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment
[WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcer.java:48: warning: no @param for policyResolver
[WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment
[WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/PreEnforcerProvider.java:68: warning: no @return
[WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) {
[WARNING] ^
[WARNING] 17 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-enforcement ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/3.5.1/ditto-policies-enforcement-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/3.5.1/ditto-policies-enforcement-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/3.5.1/ditto-policies-enforcement-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/3.5.1/ditto-policies-enforcement-3.5.1-javadoc.jar
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-rql >---------------------
[INFO] Building Eclipse Ditto :: RQL 3.5.1                              [52/77]
[INFO]   from rql/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-rql >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-rql <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-rql ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-rql ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-rql ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql/3.5.1/ditto-rql-3.5.1.pom
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------
[INFO] Building Eclipse Ditto :: RQL :: Model 3.5.1                     [53/77]
[INFO]   from rql/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-model ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-model ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s -- in org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest
[INFO] Running org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest
[INFO] Running org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest
[INFO] Running org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-rql-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-rql-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-rql-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/LogicalNode.java:174: warning: no comment
[WARNING] public String getName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/LogicalNode.java:178: warning: no comment
[WARNING] public static Type byName(final String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/MultiComparisonNode.java:79: warning: no comment
[WARNING] public String getName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/SingleComparisonNode.java:94: warning: no comment
[WARNING] public String getName() {
[WARNING] ^
[WARNING] 4 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/3.5.1/ditto-rql-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/3.5.1/ditto-rql-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/3.5.1/ditto-rql-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/3.5.1/ditto-rql-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model ---
[INFO] Installing org/eclipse/ditto/ditto-rql-model/3.5.1/ditto-rql-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >-----------------
[INFO] Building Eclipse Ditto :: RQL :: parser 3.5.1                    [54/77]
[INFO]   from rql/parser/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-parser ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-parser ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:3.5.1...
[INFO] 
[INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser ---
[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
[INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/classes ...
[WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning.
[INFO] done compiling
[INFO] compile in 8.1 s
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser ---
[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
[INFO] compile in 0.0 s
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser ---
[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
[INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/test-classes ...
[WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning.
[INFO] done compiling
[INFO] compile in 2.0 s
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.rql.parser.RqlPredicateParserTest
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 s -- in org.eclipse.ditto.rql.parser.RqlPredicateParserTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser ---
[WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:3.5.1 : Unused Import-Package instructions: [org.apache.pekko*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-rql-parser >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-rql-parser <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-rql-parser ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1-sources.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-parser ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1-sources.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-parser/3.5.1/ditto-rql-parser-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-parser/3.5.1/ditto-rql-parser-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-parser/3.5.1/ditto-rql-parser-3.5.1-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser ---
[INFO] Installing org/eclipse/ditto/ditto-rql-parser/3.5.1/ditto-rql-parser-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------
[INFO] Building Eclipse Ditto :: RQL :: Query 3.5.1                     [55/77]
[INFO]   from rql/query/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-query ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-query ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-query ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.rql.query.SortOptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.324 s -- in org.eclipse.ditto.rql.query.SortOptionTest
[INFO] Running org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest
[INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest
[INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest
[INFO] Running org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest
[INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest
[INFO] Running org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-rql-query >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-query ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-rql-query <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-rql-query ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:20: warning: no comment
[WARNING] T visitAttribute(String key);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:25: warning: no comment
[WARNING] T visitFeature(String featureId);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:24: warning: no comment
[WARNING] T visitFeatureDefinition(String featureId);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:31: warning: no comment
[WARNING] T visitFeatureDesiredProperties(CharSequence featureId);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:26: warning: no comment
[WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:22: warning: no comment
[WARNING] T visitFeatureIdProperty(String featureId, String property);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:29: warning: no comment
[WARNING] T visitFeatureProperties(CharSequence featureId);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:42: warning: no comment
[WARNING] T visitMetadata(String key);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:28: warning: no comment
[WARNING] T visitSimple(String fieldName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment
[WARNING] public ExistsThingPredicateVisitor() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment
[WARNING] public boolean isDefinition() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment
[WARNING] public static FieldNamesPredicateVisitor getNewInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/FilterFieldExpressionVisitor.java:34: warning: no comment
[WARNING] T visitMetadata(String key);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment
[WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:26: warning: no comment
[WARNING] T visitEq(@Nullable Object value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:28: warning: no comment
[WARNING] T visitGe(@Nullable Object value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:30: warning: no comment
[WARNING] T visitGt(@Nullable Object value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:40: warning: no comment
[WARNING] T visitILike(@Nullable String value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:42: warning: no comment
[WARNING] T visitIn(List<?> values);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:32: warning: no comment
[WARNING] T visitLe(@Nullable Object value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:38: warning: no comment
[WARNING] T visitLike(@Nullable String value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:34: warning: no comment
[WARNING] T visitLt(@Nullable Object value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:36: warning: no comment
[WARNING] T visitNe(@Nullable Object value);
[WARNING] ^
[WARNING] 23 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-query ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/3.5.1/ditto-rql-query-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/3.5.1/ditto-rql-query-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/3.5.1/ditto-rql-query-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/3.5.1/ditto-rql-query-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query ---
[INFO] Installing org/eclipse/ditto/ditto-rql-query/3.5.1/ditto-rql-query-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >---------------
[INFO] Building Eclipse Ditto :: Thing Search :: API 3.5.1              [56/77]
[INFO]   from thingsearch/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/test/java/org/eclipse/ditto/thingsearch/api/commands/sudo/StreamThingsTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/test/java/org/eclipse/ditto/thingsearch/api/commands/sudo/StreamThingsTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/test/java/org/eclipse/ditto/thingsearch/api/commands/sudo/StreamThingsTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.581 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest
[INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest
[INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest
[INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest
[INFO] Running org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s -- in org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest
[INFO] Running org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest
[INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest
[INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest
[INFO] Running org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-thingsearch-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-thingsearch-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-thingsearch-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.api;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/commands/sudo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.api.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:50: warning: no @param for entries
[WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return
[WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/commands/sudo/SudoUpdateThing.java:95: warning: no @param for updateReason
[WARNING] public static SudoUpdateThing of(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/commands/sudo/SudoUpdateThing.java:110: warning: no @param for updateReason
[WARNING] public static SudoUpdateThing of(final ThingId thingId,
[WARNING] ^
[WARNING] 7 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/3.5.1/ditto-thingsearch-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/3.5.1/ditto-thingsearch-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/3.5.1/ditto-thingsearch-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/3.5.1/ditto-thingsearch-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-edge >--------------------
[INFO] Building Eclipse Ditto :: Edge 3.5.1                             [57/77]
[INFO]   from edge/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-edge ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/edge/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-edge >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-edge ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/edge/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-edge <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-edge ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-edge ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-edge ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/edge/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge/3.5.1/ditto-edge-3.5.1.pom
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-edge-service >----------------
[INFO] Building Eclipse Ditto :: Edge :: Service 3.5.1                  [58/77]
[INFO]   from edge/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge-service ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge-service ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-edge-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 44 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingCommandResponseAcknowledgementProvider.java: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingCommandResponseAcknowledgementProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingCommandResponseAcknowledgementProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/test/java/org/eclipse/ditto/edge/service/dispatching/ThingsAggregatorProxyActorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/test/java/org/eclipse/ditto/edge/service/dispatching/ThingsAggregatorProxyActorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/test/java/org/eclipse/ditto/edge/service/dispatching/ThingsAggregatorProxyActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/test/java/org/eclipse/ditto/edge/service/acknowledgements/messages/MessageCommandAckRequestSetterTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/test/java/org/eclipse/ditto/edge/service/acknowledgements/messages/MessageCommandAckRequestSetterTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest
08:45:31.219 [INFO ] [] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
[INFO] [01/30/2024 08:45:33.467] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-4] [pekko://ThingsAggregatorProxyActorTest/user/$a][correlation-id:a0e724c6-8a0d-4a87-8b97-c8b7994f8207] Got 'RetrieveThings' message. Retrieving requested '1' Things..
[INFO] [01/30/2024 08:45:33.533] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-4] [pekko://ThingsAggregatorProxyActorTest/user/$b][correlation-id:a0e724c6-8a0d-4a87-8b97-c8b7994f8207] Got 'RetrieveThings' message. Retrieving requested '1' Things..
[INFO] [01/30/2024 08:45:33.534] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-4] [pekko://ThingsAggregatorProxyActorTest/user/$b] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
[INFO] [01/30/2024 08:45:33.808] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-5] [pekko://ThingsAggregatorProxyActorTest/user/$b] OP_COMPLETE: finished waiting for requests
[INFO] [01/30/2024 08:45:33.831] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$c][correlation-id:a0e724c6-8a0d-4a87-8b97-c8b7994f8207] Got 'RetrieveThings' message. Retrieving requested '1' Things..
[INFO] [01/30/2024 08:45:33.854] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$d] SERVICE_REQUESTS_DONE: no ongoing requests
[INFO] [01/30/2024 08:45:33.870] [main] [CoordinatedShutdown(pekko://ThingsAggregatorProxyActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.455 s -- in org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest
[INFO] Running org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest
08:45:33.908 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.410 s -- in org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest
[INFO] Running org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest
08:45:34.312 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
08:45:35.767 [INFO ] [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTestSignalTransformer.
08:45:35.890 [DEBUG] [cid-1-create] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar>
08:45:35.898 [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]>.
08:45:35.899 [DEBUG] [cid-2-modify] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar>
08:45:36.087 [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]>.
08:45:36.088 [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
08:45:36.095 [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
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.843 s -- in org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest
[INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest
[INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest
[INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest
[INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest
[INFO] Running org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.430 s -- in org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest
[INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest
08:45:38.677 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:45:38.878 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:45:39.004 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:45:39.125 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:45:39.798 [DEBUG] [04ee8267-a5a5-4cd6-b934-01a1f4457566] o.e.d.e.s.a.AcknowledgementForwarderActor - Received Acknowledgement / ErrorResponse, forwarding to acknowledgement aggregator <ActorSelection[Anchor(pekko://PekkoTestSystem/), Path(/system/testProbe-13#1738508945)]>: <Acknowledgement [label=my-requested-ack, entityId=:4c25d4bd-e860-4fcc-b276-ae8065f95fd9, httpStatus=HttpStatus [code=202, category=SUCCESS], payload=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=04ee8267-a5a5-4cd6-b934-01a1f4457566, ditto-ackgregator-address=pekko://PekkoTestSystem/system/testProbe-13#1738508945, response-required=false}], isWeak=false]>
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest
[INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest
[INFO] [01/30/2024 08:45:40.042] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-14/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-b92dd5d] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
[WARN] [01/30/2024 08:45:40.065] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-14/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-b92dd5d] Received invalid response. Reason: Entity ID of live response <:6c7cc85c-3d9d-4989-9d81-3b5f20b0e777> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-b92dd5d, requested-acks=["live-response"], channel=live, timeout=3000ms, ditto-connection-id=9513e3c9-eb09-4029-a6ae-be669c838c50, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:6c7cc85c-3d9d-4989-9d81-3b5f20b0e777].
[INFO] [01/30/2024 08:45:43.046] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-14/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-b92dd5d] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
[INFO] [01/30/2024 08:45:43.498] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:45:43.551] [AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive/system/testProbe-15/$a][correlation-id:AcknowledgementAggregatorActorTest.resetConnectivityHeadersForLive-6ad3c53] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>.
[INFO] [01/30/2024 08:45:43.564] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:45:43.611] [AcknowledgementAggregatorActorTest_keepCommandHeaders-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders/system/testProbe-16/$a][correlation-id:AcknowledgementAggregatorActorTest.keepCommandHeaders-03c4552] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>.
[INFO] [01/30/2024 08:45:43.614] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:45:43.682] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-17/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-571bfa8] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
[WARN] [01/30/2024 08:45:43.683] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-17/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-571bfa8] Received invalid response. Reason: Entity ID of live response <:b75c4686-a10f-45ed-930e-f9145fbdc919> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-571bfa8, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:b75c4686-a10f-45ed-930e-f9145fbdc919].
[INFO] [01/30/2024 08:45:43.685] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:45:43.732] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-18/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-bfcd514] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
[WARN] [01/30/2024 08:45:43.733] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-18/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-bfcd514] Received invalid response. Reason: Entity ID of live response <:bf5ecd08-9fc6-4cea-899b-88eaf2ff5507> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-bfcd514, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:bf5ecd08-9fc6-4cea-899b-88eaf2ff5507].
[INFO] [01/30/2024 08:45:46.742] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-18/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-bfcd514] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
[INFO] [01/30/2024 08:45:46.746] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:45:46.802] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-19/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-55227e8] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT0.001S>.
[INFO] [01/30/2024 08:45:46.824] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-19/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-55227e8] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
[INFO] [01/30/2024 08:45:46.827] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:45:46.884] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-20/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-c70fa00] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT0.001S>.
[INFO] [01/30/2024 08:45:46.904] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-20/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-c70fa00] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
[INFO] [01/30/2024 08:45:46.907] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:45:46.956] [AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements/system/testProbe-21/$a][correlation-id:AcknowledgementAggregatorActorTest.discardDuplicateAndUnsolicitedAcknowledgements-9ac3f24] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>.
[INFO] [01/30/2024 08:45:46.960] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:45:47.015] [AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-22/$a][correlation-id:awaitsOnlyUntilTimeout] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT5S>.
[INFO] [01/30/2024 08:45:52.027] [AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-22/$a][correlation-id:awaitsOnlyUntilTimeout] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
[INFO] [01/30/2024 08:45:53.017] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [pekkoDeadLetter][01/30/2024 08:45:53.019] [AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-22/$a] Message [org.eclipse.ditto.base.model.signals.acks.Acknowledgement] to Actor[pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-22/$a#786685832] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-22/$a#786685832] 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'.
[INFO] [01/30/2024 08:45:53.069] [AcknowledgementAggregatorActorTest_returnSingleResponseForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive/system/testProbe-23/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForLive-cb666bc] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>.
[INFO] [01/30/2024 08:45:53.072] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:45:53.117] [AcknowledgementAggregatorActorTest_returnSingleResponseForTwin-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin/system/testProbe-24/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForTwin-704f0c6] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
[INFO] [01/30/2024 08:45:53.119] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.29 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest
[INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest
[INFO] [01/30/2024 08:45:53.538] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest
[INFO] Running org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest
08:45:53.565 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest
[INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest
[INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest
[INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest
[INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest
[INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-edge-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-edge-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-edge-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-edge-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service.acknowledgements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/message/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service.dispatching;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service.placeholders;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/AskWithRetryCommandForwarder.java:61: warning: no comment
[WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DefaultDittoHeadersValidator.java:41: warning: no comment
[WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/signaltransformer/DefaultNamespaceAppender.java:67: warning: no comment
[WARNING] public DefaultNamespaceAppender(final String defaultNamespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DittoHeadersValidator.java:67: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderActor.java:260: warning: no comment
[WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderExtension.java:59: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/FeaturePlaceholder.java:27: warning: no comment
[WARNING] static FeaturePlaceholder getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/PolicyPlaceholder.java:24: warning: no comment
[WARNING] static PolicyPlaceholder getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/RequestPlaceholder.java:24: warning: no comment
[WARNING] static RequestPlaceholder getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingJsonPlaceholder.java:24: warning: no comment
[WARNING] static ThingJsonPlaceholder getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingPlaceholder.java:24: warning: no comment
[WARNING] static ThingPlaceholder getInstance() {
[WARNING] ^
[WARNING] 17 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/3.5.1/ditto-edge-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/3.5.1/ditto-edge-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/3.5.1/ditto-edge-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/3.5.1/ditto-edge-service-3.5.1-javadoc.jar
[INFO] 
[INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------
[INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 3.5.1 [59/77]
[INFO]   from internal/models/signalenrichment/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signalenrichment ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signalenrichment ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-signalenrichment ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 s -- in org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest
[INFO] Running org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest
08:46:04.452 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::43530ee1-f4a7-4de2-beb6-c13dca15b151>
08:46:05.511 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::43530ee1-f4a7-4de2-beb6-c13dca15b151>
[INFO] [01/30/2024 08:46:05.589] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:05.693 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::ec2a7f52-3775-4905-8760-b91c15088ea6>
08:46:06.078 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::ec2a7f52-3775-4905-8760-b91c15088ea6>
08:46:07.086 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::ec2a7f52-3775-4905-8760-b91c15088ea6>
[INFO] [01/30/2024 08:46:08.090] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:08.135 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::c70bda3c-eb8c-4c9d-90f8-8e05dfd28cf6>
08:46:08.137 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::c70bda3c-eb8c-4c9d-90f8-8e05dfd28cf6>
[INFO] [01/30/2024 08:46:09.141] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:09.190 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b912c17c-a045-4f72-9571-0c5651a31898>
08:46:09.193 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b912c17c-a045-4f72-9571-0c5651a31898>
[INFO] [01/30/2024 08:46:10.198] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:10.235 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::dfd90314-1502-48fb-9588-f4da829e9600>
08:46:10.238 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::dfd90314-1502-48fb-9588-f4da829e9600>
[INFO] [01/30/2024 08:46:11.244] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:11.286 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::081eb8c4-19cf-487a-8409-5a8398e6a35d>
08:46:11.293 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::081eb8c4-19cf-487a-8409-5a8398e6a35d>
[INFO] [01/30/2024 08:46:12.299] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:12.335 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::9c0ba186-1475-4da5-ac0b-ce37e5875913>
08:46:12.337 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::9c0ba186-1475-4da5-ac0b-ce37e5875913>
[INFO] [01/30/2024 08:46:12.341] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:12.380 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::bba82f45-9566-4f7b-92d8-d4658ba355c0>
08:46:12.382 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::bba82f45-9566-4f7b-92d8-d4658ba355c0>
[INFO] [01/30/2024 08:46:12.385] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:12.425 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1925fab5-1cc3-49d5-88db-5003facc63c6>
[INFO] [01/30/2024 08:46:12.431] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
Jan 30, 2024 8:46:12 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':1925fab5-1cc3-49d5-88db-5003facc63c6' 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=251835e4-6914-42fb-8aaf-72dcf8c53bf1}]]
	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: ThingNotAccessibleException [message='The Thing with ID ':1925fab5-1cc3-49d5-88db-5003facc63c6' 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=251835e4-6914-42fb-8aaf-72dcf8c53bf1}]]
	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150)
	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:119)
	at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40)
	at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39)
	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:106)
	at org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest.thingNotAccessible(DittoCachingSignalEnrichmentFacadeTest.java:22)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

08:46:12.475 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing:test:thing-id>
[INFO] [01/30/2024 08:46:12.478] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:12.521 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::3b841fb9-ce69-4542-9591-d6fa61e0acdd>
Jan 30, 2024 8:46:22 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-11#-1707200732), 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.
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-11#-1707200732), 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.

[INFO] [01/30/2024 08:46:22.534] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:22.573 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::3199de02-1af6-4cc5-93f0-af98aa78b71e>
[INFO] [01/30/2024 08:46:22.576] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:22.629 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::12dd05a8-1d6b-41b9-bc6d-5638d251a936>
Jan 30, 2024 8:46:22 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@3ce46458
	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@3ce46458
	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109)
	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
	... 2 more

[INFO] [01/30/2024 08:46:22.633] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.74 s -- in org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest
[INFO] Running org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest
[INFO] [01/30/2024 08:46:22.703] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:46:22.754] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:46:22.816] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:46:22.853] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:46:22.887] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest
[INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest
[INFO] [01/30/2024 08:46:22.931] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:22.980 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::a7995cb4-e144-46d9-aef9-8df56147d4cc>
08:46:22.982 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::a7995cb4-e144-46d9-aef9-8df56147d4cc>
[INFO] [01/30/2024 08:46:22.986] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:23.022 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::17fccfae-4832-4ca9-b44a-91fb1c3ecaec>
08:46:23.025 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::17fccfae-4832-4ca9-b44a-91fb1c3ecaec>
08:46:24.027 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::17fccfae-4832-4ca9-b44a-91fb1c3ecaec>
[INFO] [01/30/2024 08:46:25.030] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:25.069 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::38c209d9-ac9b-4038-b9cd-054e819f0603>
08:46:25.071 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::38c209d9-ac9b-4038-b9cd-054e819f0603>
[INFO] [01/30/2024 08:46:26.074] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:26.111 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::5a9ab365-ad67-430b-bfc0-537858286c7d>
08:46:26.114 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::5a9ab365-ad67-430b-bfc0-537858286c7d>
[INFO] [01/30/2024 08:46:27.116] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:27.152 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::814a447d-997e-410d-a9ca-5b1964ad8a91>
08:46:27.154 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::814a447d-997e-410d-a9ca-5b1964ad8a91>
[INFO] [01/30/2024 08:46:28.158] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:28.192 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::78a913ba-7384-4253-8d0c-f8cbc63ace62>
08:46:28.194 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::78a913ba-7384-4253-8d0c-f8cbc63ace62>
[INFO] [01/30/2024 08:46:29.197] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:29.244 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::982f3dee-6dd5-47e9-abff-ece234e7a94c>
08:46:29.246 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::982f3dee-6dd5-47e9-abff-ece234e7a94c>
[INFO] [01/30/2024 08:46:29.249] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:29.284 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::a990d8fc-88b3-4832-b116-e1d654643fa5>
08:46:29.286 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::a990d8fc-88b3-4832-b116-e1d654643fa5>
[INFO] [01/30/2024 08:46:29.288] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:29.326 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::d01db83d-0c3b-484b-b5d0-f78a09ed465f>
Jan 30, 2024 8:46:29 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':d01db83d-0c3b-484b-b5d0-f78a09ed465f' 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=948dd77c-6ca6-490c-9a9f-be5738892a39}]]
	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: ThingNotAccessibleException [message='The Thing with ID ':d01db83d-0c3b-484b-b5d0-f78a09ed465f' 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=948dd77c-6ca6-490c-9a9f-be5738892a39}]]
	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150)
	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:119)
	at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40)
	at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39)
	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:106)
	at org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest.thingNotAccessible(SearchIndexingSignalEnrichmentFacadeTest.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[INFO] [01/30/2024 08:46:29.328] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:29.361 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing:test:thing-id>
[INFO] [01/30/2024 08:46:29.366] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:29.404 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::9675cdc7-b6f4-4e05-a578-5cd41925c16f>
Jan 30, 2024 8:46:39 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://SearchIndexingSignalEnrichmentFacadeTest/system/testProbe-30#-623186644), 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.
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://SearchIndexingSignalEnrichmentFacadeTest/system/testProbe-30#-623186644), 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.

[INFO] [01/30/2024 08:46:39.422] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:39.462 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::58f1e808-faed-451a-a7d5-c6ab02fbb98f>
[INFO] [01/30/2024 08:46:39.465] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:46:39.501 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::c60fdadd-1afd-41f6-939c-0b662f946181>
Jan 30, 2024 8:46:39 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@7cefd57
	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@7cefd57
	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109)
	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
	... 2 more

[INFO] [01/30/2024 08:46:39.503] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.61 s -- in org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-models-signalenrichment >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-signalenrichment ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-models-signalenrichment <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-models-signalenrichment ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.models.signalenrichment;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/CachingSignalEnrichmentFacade.java:47: warning: no comment
[WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:83: warning: no @return
[WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:458: warning: no comment
[WARNING] protected static final class CachingParameters {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:60: warning: no comment
[WARNING] protected final Cache<SignalEnrichmentCacheKey, JsonObject> extraFieldsCache;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:62: warning: no comment
[WARNING] protected DittoCachingSignalEnrichmentFacade(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:453: warning: no comment
[WARNING] protected JsonFieldSelector determineSelector(final String namespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:284: warning: no comment
[WARNING] protected CompletableFuture<JsonObject> doCacheLookup(final SignalEnrichmentCacheKey cacheKey,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:163: warning: no comment
[WARNING] protected CompletionStage<JsonObject> doRetrievePartialThing(final EntityId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:465: warning: no comment
[WARNING] public CachingParameters(@Nullable final JsonFieldSelector fieldSelector,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/SearchIndexingSignalEnrichmentFacade.java:59: warning: no @return
[WARNING] public static SearchIndexingSignalEnrichmentFacade newInstance(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/SignalEnrichmentProviderConfig.java:57: warning: no comment
[WARNING] CACHE_ENABLED("cache.enabled", true);
[WARNING] ^
[WARNING] 12 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 10 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signalenrichment ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/3.5.1/ditto-internal-models-signalenrichment-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/3.5.1/ditto-internal-models-signalenrichment-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/3.5.1/ditto-internal-models-signalenrichment-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/3.5.1/ditto-internal-models-signalenrichment-3.5.1-javadoc.jar
[INFO] 
[INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >-----
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 3.5.1 [60/77]
[INFO]   from internal/utils/conditional-headers/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-conditional-headers ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-conditional-headers ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-conditional-headers ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfEqualPreconditionHeader.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfEqualPreconditionHeader.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfEqualPreconditionHeader.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s -- in org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest
[INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest
[INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-conditional-headers >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-conditional-headers ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-conditional-headers <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-conditional-headers ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.headers.conditional;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/ConditionalHeadersValidator.java:143: warning: no @param for <C>
[WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/ConditionalHeadersValidator.java:143: warning: no @return
[WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfMatchPreconditionHeader.java:28: warning: no comment
[WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfNoneMatchPreconditionHeader.java:26: warning: no comment
[WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
[WARNING] ^
[WARNING] 5 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-conditional-headers ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/3.5.1/ditto-internal-utils-conditional-headers-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/3.5.1/ditto-internal-utils-conditional-headers-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/3.5.1/ditto-internal-utils-conditional-headers-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/3.5.1/ditto-internal-utils-conditional-headers-3.5.1-javadoc.jar
[INFO] 
[INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 3.5.1 [61/77]
[INFO]   from internal/utils/persistent-actors/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistent-actors ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistent-actors ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-persistent-actors ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 42 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/AbstractCommandStrategies.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/AbstractCommandStrategies.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/test/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/test/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/test/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.932 s -- in org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest
[INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] [01/30/2024 08:47:00.476] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:00.727] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:00.881] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:00.974] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.825 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest
[INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest
08:47:01.496 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:01.917 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
08:47:01.979 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id>
08:47:02.218 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT8M35.625S> from start
08:47:02.219 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
08:47:02.358 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:02.403 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
08:47:02.424 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Activating kill-switch on demand: <SingleKillSwitch(756210070)>
08:47:02.428 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
08:47:02.428 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown and disabled. Last PID=<thing:last:pid>
08:47:02.759 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:02.814 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream disabled. lastPid=<>
08:47:02.868 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:02.933 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
08:47:02.936 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
08:47:02.937 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id>
08:47:03.038 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
08:47:03.039 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT7M25.60546875S> from start
08:47:03.143 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
08:47:03.159 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT7M28.2421875S> from start
[INFO] [01/30/2024 08:47:03.159] [test-pekko.actor.default-dispatcher-6] [pekko://test/system/testProbe-5/$a] Stream complete. Next stream in <PT7M28.2421875S> from start
08:47:03.190 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:03.260 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
08:47:03.263 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Aborting stream because of graceful shutdown.
08:47:03.264 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown. Next stream in <PT9M53.26171875S> starting from <>
08:47:03.297 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:03.361 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
08:47:03.364 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT6M20.859375S> from start
08:47:03.395 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:03.501 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:03.592 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
[INFO] [01/30/2024 08:47:03.857] [test-pekko.actor.default-dispatcher-7] [pekko://test/system/testProbe-13/$a] Stream complete. Next stream in <PT5M19.921875S> from start
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest
[INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest
[INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest
[INFO] [01/30/2024 08:47:04.312] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:04.490] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:04.760] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest
[INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest
[INFO] Running org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest
[INFO] [01/30/2024 08:47:04.913] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$a] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>.
[INFO] [01/30/2024 08:47:04.916] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$a] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>.
[INFO] [01/30/2024 08:47:05.941] [Thread-26] [pekko://PekkoTestSystem/user/$a] Sending pings completed.
[INFO] [01/30/2024 08:47:05.941] [PekkoTestSystem-pekko.actor.default-dispatcher-8] [pekko://PekkoTestSystem/user/$a] Got ping completed.
[INFO] [01/30/2024 08:47:05.955] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$b] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>.
[INFO] [01/30/2024 08:47:05.955] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$b] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>.
Jan 30, 2024 8:47:05 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
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.
[INFO] [01/30/2024 08:47:05.965] [PekkoTestSystem-pekko.actor.default-dispatcher-8] [pekko://PekkoTestSystem/user/$b] Another ping iteration is currently in progress. Next iteration will be started after <PT10M>.
Jan 30, 2024 8:47:06 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
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.
Jan 30, 2024 8:47:06 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
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.
[INFO] [01/30/2024 08:47:06.981] [Thread-27] [pekko://PekkoTestSystem/user/$b] Sending pings completed.
[INFO] [01/30/2024 08:47:06.982] [PekkoTestSystem-pekko.actor.default-dispatcher-8] [pekko://PekkoTestSystem/user/$b] Got ping completed.
[INFO] [01/30/2024 08:47:07.083] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.308 s -- in org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest
[INFO] Running org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest
08:47:07.427 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:07.570 [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.
08:47:07.571 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Another cleanup is already running, rejecting the new cleanup request.
08:47:07.600 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:07.638 [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.
08:47:07.639 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteSucceeds' completed.
08:47:07.679 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:07.715 [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.
08:47:07.718 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteSnapshot' failed. Snapshots: DeleteSnapshotsFailure (thing:namespace:failDeleteSnapshot). Messages: DeleteMessagesSuccess.
08:47:07.740 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:07.792 [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.
08:47:07.792 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteNotCalledWhenRevisionDidNotChange' completed.
08:47:07.810 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:07.845 [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.
08:47:07.846 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteMessage' failed. Snapshots: DeleteSnapshotsSuccess. Messages: DeleteMessagesFailure (thing:namespace:failDeleteMessage).
08:47:07.879 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:07.915 [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.
08:47:07.915 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testZeroStaleEventsKept' completed.
08:47:07.943 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:47:07.983 [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.
08:47:07.983 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed.
08:47:07.988 [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.
08:47:07.988 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 s -- in org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-persistent-actors >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-persistent-actors ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-persistent-actors <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-persistent-actors ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistentactors;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/AbstractCommandStrategies.java:39: warning: no comment
[WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/events/AbstractEventStrategies.java:36: warning: no comment
[WARNING] protected final Logger log = LoggerFactory.getLogger(getClass());
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/results/ResultVisitor.java:80: warning: no @param for errorCausingCommand
[WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:530: warning: no comment
[WARNING] protected void becomeDeletedHandler() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:680: warning: no comment
[WARNING] protected void handleByCommandStrategy(final C command) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1047: warning: no comment
[WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:125: warning: no comment
[WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:129: warning: no comment
[WARNING] @Nullable protected ActorRef enforcerChild;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:127: warning: no comment
[WARNING] @Nullable protected E entityId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:131: warning: no comment
[WARNING] protected final Duration localAskTimeout;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:119: warning: no comment
[WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:123: warning: no comment
[WARNING] protected final MongoReadJournal mongoReadJournal;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:117: warning: no comment
[WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:128: warning: no comment
[WARNING] @Nullable protected ActorRef persistenceActorChild;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:146: warning: no comment
[WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:141: warning: no comment
[WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:226: warning: no comment
[WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:596: warning: no comment
[WARNING] protected void becomeTwinSignalProcessingAwaiting() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:1025: warning: no comment
[WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:646: warning: no comment
[WARNING] protected void restartChild() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistentActorWithTimersAndCleanup.java:60: warning: no comment
[WARNING] protected AbstractPersistentActorWithTimersAndCleanup() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistentActorWithTimersAndCleanup.java:64: warning: no comment
[WARNING] protected DittoDiagnosticLoggingAdapter createLogger() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/DefaultContext.java:54: warning: no @param for <K>
[WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/DefaultContext.java:54: warning: no @param for actorSystem
[WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/EmptyEvent.java:59: warning: no comment
[WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/EmptyEvent.java:68: warning: no comment
[WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/results/Result.java:53: warning: no @param for <E>
[WARNING] static <E extends Event<?>> Result<E> empty() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:344: warning: no comment
[WARNING] public enum Control {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:348: warning: no comment
[WARNING] SERVICE_REQUESTS_DONE
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:347: warning: no comment
[WARNING] SHUTDOWN,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:345: warning: no comment
[WARNING] STREAM_COMPLETE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:346: warning: no comment
[WARNING] STREAM_FAILED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:355: warning: no comment
[WARNING] IN_QUIET_PERIOD,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:356: warning: no comment
[WARNING] RUNNING
[WARNING] ^
[WARNING] 37 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistent-actors ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/3.5.1/ditto-internal-utils-persistent-actors-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/3.5.1/ditto-internal-utils-persistent-actors-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/3.5.1/ditto-internal-utils-persistent-actors-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/3.5.1/ditto-internal-utils-persistent-actors-3.5.1-javadoc.jar
[INFO] 
[INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >-----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 3.5.1    [62/77]
[INFO]   from internal/utils/protocol/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-protocol ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-protocol ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.243 s -- in org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest
[INFO] Running org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.849 s -- in org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-protocol >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-protocol <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-protocol ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/main/java/org/eclipse/ditto/internal/utils/protocol/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.protocol.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/main/java/org/eclipse/ditto/internal/utils/protocol/ProtocolAdapterProvider.java:90: warning: no comment
[WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/main/java/org/eclipse/ditto/internal/utils/protocol/config/ProtocolConfig.java:42: warning: no comment
[WARNING] enum ProtocolConfigValue implements KnownConfigValue {
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-protocol ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/3.5.1/ditto-internal-utils-protocol-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/3.5.1/ditto-internal-utils-protocol-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/3.5.1/ditto-internal-utils-protocol-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/3.5.1/ditto-internal-utils-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >----------
[INFO] Building Eclipse Ditto :: RQL :: search option parser 3.5.1      [63/77]
[INFO]   from rql/search-option-parser/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-search-option-parser ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-search-option-parser ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-search-option-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:3.5.1...
[INFO] 
[INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser ---
[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
[INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/classes ...
[WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
[WARNING] one warning found
[WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning.
[INFO] done compiling
[INFO] compile in 5.5 s
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser ---
[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
[INFO] compile in 0.0 s
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser ---
[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
[INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/test-classes ...
[WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning.
[INFO] done compiling
[INFO] compile in 1.2 s
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 s -- in org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser ---
[WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:3.5.1 : Unused Import-Package instructions: [org.apache.pekko*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-rql-search-option-parser >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-search-option-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-rql-search-option-parser <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-rql-search-option-parser ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1-sources.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-search-option-parser ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-search-option-parser/3.5.1/ditto-rql-search-option-parser-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-search-option-parser/3.5.1/ditto-rql-search-option-parser-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-search-option-parser/3.5.1/ditto-rql-search-option-parser-3.5.1-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser ---
[INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/3.5.1/ditto-rql-search-option-parser-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 3.5.1      [64/77]
[INFO]   from internal/utils/search/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-search ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-search ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-search ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceTest
SLF4J(W): Class path contains multiple SLF4J providers.
SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@5c03eb4e]
SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@6219006a]
SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@5c03eb4e]
[WARN] [01/30/2024 08:47:42.671] [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
[INFO] [01/30/2024 08:47:42.793] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:43.098] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:47:43.246 [default-pekko.actor.default-dispatcher-6] INFO org.eclipse.ditto.internal.utils.search.SearchSource -- Resuming from: org.apache.pekko.stream.RemoteStreamRefActorTerminatedException: [SourceRef-0] Remote stream (pekko://default/system/Materializers/StreamSupervisor-2/$$a-SinkRef-0) failed, reason: mock cursor-not-found error
[INFO] [01/30/2024 08:47:43.424] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:43.540] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.580 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceTest
[INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest
[INFO] [01/30/2024 08:47:43.618] [default-pekko.actor.default-dispatcher-6] [pekko://default/user/$a] SubscriptionID not found, responding with SubscriptionFailed: <RequestFromSubscription[type=thing-search.commands:request, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=nonexistentSid, demand=1]>
[INFO] [01/30/2024 08:47:43.620] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
08:47:43.727 [default-pekko.actor.default-dispatcher-6] ERROR org.eclipse.ditto.internal.utils.search.SearchSource -- Unexpected error
org.apache.pekko.pattern.AskTimeoutException: mock error
[INFO] [01/30/2024 08:47:44.068] [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]>
[INFO] [01/30/2024 08:47:44.073] [default-pekko.actor.default-dispatcher-6] [pekko://default/user/$a/0] SubscriptionFailed [type=thing-search.subscription.events:failed, subscriptionId=0, dittoHeaders=ImmutableDittoHeaders [{}], error=InvalidOptionException [message='Invalid option: 'size(0)'', errorCode=thing-search:search.option.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='size(n) -- n must be between 1 and 200', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]]
[INFO] [01/30/2024 08:47:44.074] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:44.119] [default-pekko.actor.default-dispatcher-4] [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]>
[INFO] [01/30/2024 08:47:44.123] [default-pekko.actor.default-dispatcher-6] [pekko://default/user/$a/0] SubscriptionFailed [type=thing-search.subscription.events:failed, subscriptionId=0, dittoHeaders=ImmutableDittoHeaders [{}], error=SubscriptionProtocolErrorException [message='The number of requested elements must be > 0 (see reactive-streams specification, rule 3.9)', errorCode=thing-search:subscription.protocol.error, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='null', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]]
[INFO] [01/30/2024 08:47:44.125] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest
[INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest
[INFO] [01/30/2024 08:47:44.186] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:44.240] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:44.289] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:44.384] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest
[INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionActorTest
[INFO] [01/30/2024 08:47:44.435] [SubscriptionActorTest0-pekko.actor.default-dispatcher-4] [pekko://SubscriptionActorTest0/user/-2147483648] Stopping due to idle timeout
[INFO] [01/30/2024 08:47:44.463] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:44.510] [SubscriptionActorTest0-pekko.actor.default-dispatcher-5] [pekko://SubscriptionActorTest0/user/-2147483648] Processing <CancelSubscription[type=thing-search.commands:cancel, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=-2147483648]>
[INFO] [01/30/2024 08:47:44.511] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:44.628] [SubscriptionActorTest0-pekko.actor.default-dispatcher-7] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]]
[INFO] [01/30/2024 08:47:44.630] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:47:44.770] [SubscriptionActorTest0-pekko.actor.default-dispatcher-5] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]]
[INFO] [01/30/2024 08:47:44.771] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionActorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-search >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-search ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-search <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-search ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java:109: warning: no @param for configurer
[WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) {
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-search ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/3.5.1/ditto-internal-utils-search-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/3.5.1/ditto-internal-utils-search-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/3.5.1/ditto-internal-utils-search-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/3.5.1/ditto-internal-utils-search-3.5.1-javadoc.jar
[INFO] 
[INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >-------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 3.5.1 [65/77]
[INFO]   from internal/utils/pubsub-policies/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-policies ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-policies ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub-policies ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-pubsub-policies >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub-policies ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-pubsub-policies <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-pubsub-policies ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/src/main/java/org/eclipse/ditto/internal/utils/pubsubpolicies/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies;
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-policies ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/3.5.1/ditto-internal-utils-pubsub-policies-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/3.5.1/ditto-internal-utils-pubsub-policies-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/3.5.1/ditto-internal-utils-pubsub-policies-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/3.5.1/ditto-internal-utils-pubsub-policies-3.5.1-javadoc.jar
[INFO] 
[INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >--------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 3.5.1 [66/77]
[INFO]   from internal/utils/pubsub-things/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-things ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-things ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub-things ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-pubsub-things >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub-things ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-pubsub-things <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-pubsub-things ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.pubsubthings;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:57: warning: no @param for resubscribe
[WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/LiveSignalPub.java:34: warning: no @param for distributedAcks
[WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) {
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-things ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/3.5.1/ditto-internal-utils-pubsub-things-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/3.5.1/ditto-internal-utils-pubsub-things-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/3.5.1/ditto-internal-utils-pubsub-things-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/3.5.1/ditto-internal-utils-pubsub-things-3.5.1-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------
[INFO] Building Eclipse Ditto :: Connectivity :: Service 3.5.1          [67/77]
[INFO]   from connectivity/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-service ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-service ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 8 resources from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 498 source files with javac [debug target 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/rabbitmq/RabbitMQConsumerActor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/rabbitmq/RabbitMQConsumerActor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service ---
[INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service ---
[INFO] Copying 39 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/AbstractMessageMappingProcessorActorTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/AbstractMessageMappingProcessorActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/OutboundMappingProcessorActorTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/OutboundMappingProcessorActorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.237 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.509 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.925 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest
[INFO] [01/30/2024 08:48:28.602] [main] [CoordinatedShutdown(pekko://Mqtt3RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest
08:48:29.974 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect publishing client <publishingClient>. Disconnecting subscribing client …
java.lang.IllegalStateException: Yolo!
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDisconnectsSubscribingClientIfConnectingPublishingClientFailed(DefaultGenericMqttClientTest.java:226)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:48:30.017 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect subscribing client <subscribingClient>.
java.lang.IllegalStateException: Yolo!
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.disconnectFailsIfDisconnectOnSubscribingClientFails(DefaultGenericMqttClientTest.java:264)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:48:30.021 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect publishing client <publishingClient>.
08:48:30.026 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <subscribingClient>.
java.lang.IllegalStateException: Yolo!
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDoesNotCallConnectOnPublishingClientIfConnectingSubscribingClientFailed(DefaultGenericMqttClientTest.java:200)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.SubscriptionStatusTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.SubscriptionStatusTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BufferingFlowableWrapperTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BufferingFlowableWrapperTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest
[INFO] [01/30/2024 08:48:31.207] [main] [CoordinatedShutdown(pekko://Mqtt5RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest
[INFO] [01/30/2024 08:48:31.347] [main] [CoordinatedShutdown(pekko://MqttClientConnectedTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest
08:48:31.427 [INFO ] [main] o.e.d.c.s.m.m.MqttServerRule - Starting server at port 38305
08:48:31.582 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:48:33.503 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:33.504 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M4.365S> interval (min=<PT5M>)
08:48:33.504 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M18.762S> interval (min=<PT5M>)
08:48:33.504 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M22.953S> interval (min=<PT5M>)
08:48:33.504 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M33.867S> interval (min=<PT5M>)
08:48:33.564 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:33.587 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:33.589 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:33.615 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:33.615 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M29.405S> interval (min=<PT5M>)
08:48:34.009 [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@60c57a76]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:34.018 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:34.072 [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@60c57a76]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:34.072 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:34.089 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 33968 
08:48:34.092 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:34.168 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:34.263 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:48:34.395 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.qos=0, mqtt.qos=0, custom.topic=source/status, custom.retain=false, mqtt.retain=false, mqtt.topic=source/status, ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithSourceHeaderMapping-68d62d2, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:34.413 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-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>.
08:48:34.414 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:48:34.464 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1
08:48:34.575 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M8.512S> interval (min=<PT5M>)
08:48:34.575 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:34.577 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M19.811S> interval (min=<PT5M>)
08:48:34.578 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M57.724S> interval (min=<PT5M>)
08:48:34.580 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:34.580 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M5.745S> interval (min=<PT5M>)
08:48:34.582 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:34.582 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:34.586 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M29.311S> interval (min=<PT5M>)
08:48:34.586 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:34.588 [WARN ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-4] 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@62d59f79]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:34.589 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:34.593 [WARN ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@62d59f79]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:34.594 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:34.616 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:34.616 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 33978 
08:48:34.695 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:48:34.706 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:34.770 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] 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]>
08:48:34.783 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:48:34.803 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:48:34.810 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:35.116 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M18.716S> interval (min=<PT5M>)
08:48:35.117 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:35.119 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M26.25S> interval (min=<PT5M>)
08:48:35.121 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M26.865S> interval (min=<PT5M>)
08:48:35.122 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:35.122 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.822S> interval (min=<PT5M>)
08:48:35.125 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:35.125 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:35.131 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M50.081S> interval (min=<PT5M>)
08:48:35.132 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:35.133 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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@4b4ea285]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:35.133 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:35.163 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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@4b4ea285]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:35.164 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:35.167 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 33984 
08:48:35.168 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:35.191 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcementExpectErrorResponse-1a9cfc1, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:35.198 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID 'eclipse/invalid/address'.>
08:48:35.198 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-8] 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-1a9cfc1, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={}]] : and external headers {mqtt.topic=eclipse/invalid/address, mqtt.retain=false, mqtt.qos=0}
08:48:35.215 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] 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]>
08:48:35.217 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
08:48:35.260 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:35.263 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:35.266 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:35.266 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:35.413 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M11.421S> interval (min=<PT5M>)
08:48:35.413 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:35.415 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M35.5S> interval (min=<PT5M>)
08:48:35.417 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M6.492S> interval (min=<PT5M>)
08:48:35.419 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:35.419 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.186S> interval (min=<PT5M>)
08:48:35.422 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:35.422 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:35.428 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:35.428 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.535S> interval (min=<PT5M>)
08:48:35.431 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5fa8a0b4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:35.432 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:35.463 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5fa8a0b4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:35.463 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:35.467 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 33998 
08:48:35.468 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:35.483 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicAndRetrieveConnectionMetrics-0fe7b23, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:35.485 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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>.
08:48:35.537 [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.
08:48:35.547 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:35.621 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:48:35.660 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1
08:48:35.727 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M55.304S> interval (min=<PT5M>)
08:48:35.727 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:35.729 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M12.54S> interval (min=<PT5M>)
08:48:35.730 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M26.697S> interval (min=<PT5M>)
08:48:35.732 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:35.732 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.319S> interval (min=<PT5M>)
08:48:35.734 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:35.734 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:35.761 [WARN ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2d6f3ee8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:35.761 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:35.761 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M48.286S> interval (min=<PT5M>)
08:48:35.761 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:35.764 [WARN ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2d6f3ee8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:35.764 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:35.777 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34008 
08:48:35.778 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:35.847 [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.
08:48:35.852 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED>
08:48:35.853 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:35.856 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:35.856 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:36.004 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M39.191S> interval (min=<PT5M>)
08:48:36.004 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:36.006 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M37.536S> interval (min=<PT5M>)
08:48:36.007 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.853S> interval (min=<PT5M>)
08:48:36.009 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:36.009 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M42.688S> interval (min=<PT5M>)
08:48:36.011 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:36.012 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:36.068 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M32.18S> interval (min=<PT5M>)
08:48:36.068 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:36.070 [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@64b752c4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.071 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.074 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-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@64b752c4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.075 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.088 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34016 
08:48:36.095 [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@64b752c4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.095 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.096 [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@64b752c4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.097 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.ConnectionTesterActor - Established MQTT connection to <tcp://localhost:38305>.
08:48:36.097 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.110 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda> at <tcp://localhost:38305> was successful.
08:48:36.111 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
08:48:36.112 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:36.163 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:36.163 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:36.286 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M28.621S> interval (min=<PT5M>)
08:48:36.286 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:36.288 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M59.979S> interval (min=<PT5M>)
08:48:36.289 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M52.22S> interval (min=<PT5M>)
08:48:36.290 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:36.291 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.656S> interval (min=<PT5M>)
08:48:36.292 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:36.293 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:36.296 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M29.329S> interval (min=<PT5M>)
08:48:36.296 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:36.297 [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@59d031b3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.297 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.300 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@59d031b3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.300 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.302 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34022 
08:48:36.303 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:36.315 [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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-1033a5b, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:36.318 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
08:48:36.329 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34030 
08:48:36.330 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:36.370 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-1033a5b, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:36.373 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
08:48:36.409 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:48:36.409 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-6] 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]
08:48:36.410 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:36.411 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED>
08:48:36.412 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:36.415 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:36.415 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:36.520 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M4.782S> interval (min=<PT5M>)
08:48:36.521 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:36.522 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.859S> interval (min=<PT5M>)
08:48:36.523 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.068S> interval (min=<PT5M>)
08:48:36.524 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:36.525 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.769S> interval (min=<PT5M>)
08:48:36.526 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:36.527 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:36.530 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M42.698S> interval (min=<PT5M>)
08:48:36.530 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:36.531 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5ace695]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.531 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.534 [WARN ] [MqttClientActorTest_testConnectionFails-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@5ace695]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.534 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.546 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34036 
08:48:36.547 [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@5ace695]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.547 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.560 [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@5ace695]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.560 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.560 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda> at <tcp://localhost:38305> failed: Failed to connect.
08:48:36.560 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - TESTING status: <Failure(org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Failed to connect.)>
08:48:36.562 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:36.696 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M22.196S> interval (min=<PT5M>)
08:48:36.698 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:36.701 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M0.366S> interval (min=<PT5M>)
08:48:36.707 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:36.708 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.493S> interval (min=<PT5M>)
08:48:36.708 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:36.708 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:36.709 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M27.811S> interval (min=<PT5M>)
08:48:36.716 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M34.425S> interval (min=<PT5M>)
08:48:36.716 [WARN ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3a8c4bab]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.716 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.717 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:36.721 [WARN ] [MqttClientActorTest_publishToReplyTarget-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@3a8c4bab]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:36.721 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:36.735 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34042 
08:48:36.735 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:36.821 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:48:36.829 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <:843954fb-dcca-492d-aa16-bfe787568fed> to PublishTarget <MqttPublishTarget [topic=replyTarget/:843954fb-dcca-492d-aa16-bfe787568fed, qos=AT_MOST_ONCE]>
08:48:36.832 [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
08:48:36.833 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:36.933 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:48:36.934 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:36.961 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:36.962 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:36.998 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M15.114S> interval (min=<PT5M>)
08:48:36.998 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:37.000 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M48.255S> interval (min=<PT5M>)
08:48:37.001 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.158S> interval (min=<PT5M>)
08:48:37.003 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:37.003 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.192S> interval (min=<PT5M>)
08:48:37.006 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:37.006 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:37.013 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.186S> interval (min=<PT5M>)
08:48:37.013 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:37.015 [WARN ] [MqttClientActorTest_consumeMultipleSources-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@fb7e773]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:37.015 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:37.019 [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@fb7e773]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:37.019 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:37.021 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34046 
08:48:37.022 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:37.070 [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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-d472941A10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.072 [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>.
08:48:37.073 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] 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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-d472941B10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.073 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=C1, mqtt.topic=C1, ditto-reply-target=3, ditto-expected-response-types=["response","error"], ditto-origin=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-d472941C10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.075 [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>.
08:48:37.075 [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>.
08:48:37.076 [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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-d472941A11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.079 [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>.
08:48:37.080 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=B1, mqtt.topic=B1, ditto-reply-target=2, ditto-expected-response-types=["response","error"], ditto-origin=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-d472941B11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.080 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] 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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-d472941C20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.083 [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>.
08:48:37.083 [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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-d472941A12, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.083 [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>.
08:48:37.086 [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>.
08:48:37.087 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=B2, mqtt.topic=B2, ditto-reply-target=2, ditto-expected-response-types=["response","error"], ditto-origin=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-d472941B20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.087 [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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-d472941C30, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.089 [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>.
08:48:37.089 [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>.
08:48:37.092 [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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-d472941B21, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.095 [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>.
08:48:37.096 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
08:48:37.162 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:37.164 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:37.165 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:37.287 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M21.799S> interval (min=<PT5M>)
08:48:37.287 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:37.288 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.416S> interval (min=<PT5M>)
08:48:37.290 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M31.672S> interval (min=<PT5M>)
08:48:37.291 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:37.292 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M13.213S> interval (min=<PT5M>)
08:48:37.294 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:37.294 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:37.297 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:37.297 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M25.305S> interval (min=<PT5M>)
08:48:37.299 [WARN ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@18f1e506]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:37.299 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:37.302 [WARN ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@18f1e506]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:37.303 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:37.315 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34052 
08:48:37.316 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:37.325 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] 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-30T08:48:37.320937691Z, connectivityStatus=null]. Staying in CONNECTING state to continue with connection recovery after backoff.
08:48:37.325 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] 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-30T08:48:37.320937691Z, connectivityStatus=null]>
08:48:37.327 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] 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-30T08:48:37.320937691Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:48:37.327 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
08:48:37.329 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:37.440 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M34.339S> interval (min=<PT5M>)
08:48:37.459 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:37.460 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M36.083S> interval (min=<PT5M>)
08:48:37.461 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M48.39S> interval (min=<PT5M>)
08:48:37.463 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:37.463 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M44.672S> interval (min=<PT5M>)
08:48:37.466 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:37.466 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:37.470 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M41.693S> interval (min=<PT5M>)
08:48:37.470 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:37.472 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@268ade97]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:37.472 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:37.475 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@268ade97]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:37.475 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:37.477 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34060 
08:48:37.478 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:37.479 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators
08:48:37.480 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:37.483 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:37.489 [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=bfc7954b-a41d-4412-9052-77dabc7b4fda, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcement-6999ee3, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:48:37.491 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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>.
08:48:37.491 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
08:48:37.492 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:37.635 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M56.716S> interval (min=<PT5M>)
08:48:37.635 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:37.637 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M31.679S> interval (min=<PT5M>)
08:48:37.638 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M18.541S> interval (min=<PT5M>)
08:48:37.660 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:37.661 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.497S> interval (min=<PT5M>)
08:48:37.662 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:37.662 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:37.665 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M7.212S> interval (min=<PT5M>)
08:48:37.665 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:37.667 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@13331927]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:37.667 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:37.670 [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@13331927]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:37.670 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:37.682 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34066 
08:48:37.683 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
08:48:37.771 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:48:37.771 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:48:37.782 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:37.853 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:37.933 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M30.305S> interval (min=<PT5M>)
08:48:37.933 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:37.934 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M15.34S> interval (min=<PT5M>)
08:48:37.936 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M24.893S> interval (min=<PT5M>)
08:48:37.937 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:37.937 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M9.379S> interval (min=<PT5M>)
08:48:37.939 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:37.939 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:37.941 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.988S> interval (min=<PT5M>)
08:48:37.959 [WARN ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5e1ff843]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:37.960 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:37.960 [WARN ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5e1ff843]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:37.960 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:37.960 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:37.988 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 34070 
08:48:38.071 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:38.162 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M49.11S> interval (min=<PT5M>)
08:48:38.162 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:38.162 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M40.031S> interval (min=<PT5M>)
08:48:38.162 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M46.906S> interval (min=<PT5M>)
08:48:38.162 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:38.163 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.465S> interval (min=<PT5M>)
08:48:38.164 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:38.165 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:38.168 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M53.26S> interval (min=<PT5M>)
08:48:38.168 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:38.170 [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@1b081775]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:38.170 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:38.173 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-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@1b081775]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:38.173 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:38.176 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-9] 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.
08:48:38.186 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:38.287 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:38.363 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M52.536S> interval (min=<PT5M>)
08:48:38.364 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:38.364 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.331S> interval (min=<PT5M>)
08:48:38.366 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M25.267S> interval (min=<PT5M>)
08:48:38.367 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:38.367 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M44.297S> interval (min=<PT5M>)
08:48:38.369 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:38.369 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:38.372 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M33.984S> interval (min=<PT5M>)
08:48:38.372 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:38.375 [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@e44ae7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:38.375 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:38.378 [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@e44ae7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:38.378 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:38.379 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:38.380 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <22> loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:38.381 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 45392 
08:48:38.484 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:38.493 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
08:48:38.493 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:38.494 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:38.572 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 45406 
08:48:38.572 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 45408 
08:48:38.676 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators
08:48:38.677 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:38.692 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:bfc7954b-a41d-4412-9052-77dabc7b4fda> failed. Disabling automatic reconnect.
08:48:38.695 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:bfc7954b-a41d-4412-9052-77dabc7b4fda>.
com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
	... 12 common frames omitted
Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:48:38.697 [INFO ] [RxComputationThreadPool-1] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:bfc7954b-a41d-4412-9052-77dabc7b4fda>.
com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
	... 12 common frames omitted
Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:48:39.415 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M3.025S> interval (min=<PT5M>)
08:48:39.415 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:39.417 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M52.343S> interval (min=<PT5M>)
08:48:39.419 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.858S> interval (min=<PT5M>)
08:48:39.420 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:39.421 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M26.271S> interval (min=<PT5M>)
08:48:39.422 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:39.423 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:39.425 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.047S> interval (min=<PT5M>)
08:48:39.425 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:39.427 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@46314174]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:39.428 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:39.430 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@46314174]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:39.431 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:39.434 [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@46314174]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:39.434 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:39.435 [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@46314174]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:39.436 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:39.436 [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=bfc7954b-a41d-4412-9052-77dabc7b4fda] in state TESTING - status: unknown: Testing connection since 2024-01-30T08:48:39.436204826Z - sender: Actor[pekko://MqttClientActorTest_testTLSConnectionWithoutCertificateCheck/user/$a#-2110358729]
08:48:39.561 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:39.829 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:bfc7954b-a41d-4412-9052-77dabc7b4fda>.
java.security.cert.CertificateException: No name matching localhost found
	at java.base/sun.security.util.HostnameChecker.matchDNS(HostnameChecker.java:234)
	at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:103)
	at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:109)
	at org.eclipse.ditto.connectivity.service.messaging.internal.ssl.DittoTrustManager.checkServerTrusted(DittoTrustManager.java:107)
	at java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1455)
	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1335)
	... 29 common frames omitted
Wrapped by: javax.net.ssl.SSLHandshakeException: No name matching localhost found
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:371)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:309)
	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357)
	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232)
	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277)
	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209)
	at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1647)
	at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1493)
	at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1334)
	at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1383)
	at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468)
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
	at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:833)
Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: javax.net.ssl.SSLHandshakeException: No name matching localhost found
Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: javax.net.ssl.SSLHandshakeException: No name matching localhost found
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
	... 17 common frames omitted
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
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:48:42.870 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-10] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:48:43.195 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:48:43.472 [WARN ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:48:43.476 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:43.476 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:44.448 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - test timed out.
08:48:44.449 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:44.457 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:44.545 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M36.081S> interval (min=<PT5M>)
08:48:44.545 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:44.547 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M34.68S> interval (min=<PT5M>)
08:48:44.548 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M30.187S> interval (min=<PT5M>)
08:48:44.549 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:44.550 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M39.043S> interval (min=<PT5M>)
08:48:44.562 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:44.562 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:44.566 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M13.216S> interval (min=<PT5M>)
08:48:44.566 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:44.568 [WARN ] [MqttClientActorTest_resetConnectionMetrics-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@466afd75]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:44.568 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:44.571 [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@466afd75]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:44.571 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:44.574 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 45420 
08:48:44.575 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 45428 
08:48:44.578 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:bfc7954b-a41d-4412-9052-77dabc7b4fda> failed. Disabling automatic reconnect.
08:48:44.579 [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-30T08:48:44.578780985Z, connectivityStatus=null]>
08:48:44.578 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:bfc7954b-a41d-4412-9052-77dabc7b4fda>.
com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
	... 17 common frames omitted
Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:48:44.580 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-01-30T08:48:44.578780985Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:48:44.580 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - received Exception java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. in state CONNECTING - status: failed: MQTT client got disconnected. - cause <ConnectionClosedException>: Server closed connection without DISCONNECT. At 2024-01-30T08:48:44.578780985Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionMetrics/deadLetters]
08:48:44.643 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:44.685 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:44.752 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M46.668S> interval (min=<PT5M>)
08:48:44.753 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:44.754 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.381S> interval (min=<PT5M>)
08:48:44.756 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M4.015S> interval (min=<PT5M>)
08:48:44.757 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:44.760 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.446S> interval (min=<PT5M>)
08:48:44.760 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:44.760 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:44.764 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.7S> interval (min=<PT5M>)
08:48:44.765 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:44.766 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5107eb6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:44.767 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:44.770 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5107eb6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:44.770 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:44.772 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:44.773 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 45430 
08:48:44.775 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 45434 
08:48:44.776 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:bfc7954b-a41d-4412-9052-77dabc7b4fda> failed. Disabling automatic reconnect.
08:48:44.776 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-01-30T08:48:44.776225259Z, connectivityStatus=null]>
08:48:44.776 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:bfc7954b-a41d-4412-9052-77dabc7b4fda>.
com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
	... 12 common frames omitted
Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:48:44.776 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] 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-30T08:48:44.776225259Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:48:44.777 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] 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-30T08:48:44.776225259Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionLogs/deadLetters]
08:48:44.850 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
08:48:44.882 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:44.928 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M37.184S> interval (min=<PT5M>)
08:48:44.928 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:44.930 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M24.866S> interval (min=<PT5M>)
08:48:44.931 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M7.206S> interval (min=<PT5M>)
08:48:44.932 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <bfc7954b-a41d-4412-9052-77dabc7b4fda>
08:48:44.932 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M19.327S> interval (min=<PT5M>)
08:48:44.935 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:44.935 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:44.938 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M44.088S> interval (min=<PT5M>)
08:48:44.938 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:48:44.939 [WARN ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4c002100]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:44.939 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:44.942 [WARN ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4c002100]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:48:44.942 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:48:44.943 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <bfc7954b-a41d-4412-9052-77dabc7b4fda>.
08:48:44.945 [INFO ] [Thread-5] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38305 accepted at port 45442 
08:48:44.960 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
08:48:44.961 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:bfc7954b-a41d-4412-9052-77dabc7b4fda> failed. Disabling automatic reconnect.
08:48:44.961 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.60 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest
08:48:44.961 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:bfc7954b-a41d-4412-9052-77dabc7b4fda>.
java.net.ConnectException: finishConnect(..) failed: Connection refused
	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:710)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:687)
	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:833)
Wrapped by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:38305
Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:38305
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:38305
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
	... 12 common frames omitted
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:38305
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest
08:48:44.964 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
[INFO] [01/30/2024 08:48:48.520] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.520] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.520] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.520] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.520] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.520] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.521] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.522] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.523] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.524] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.525] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
[INFO] [01/30/2024 08:48:48.526] [MqttConsumerActorTest-pekko.actor.default-dispatcher-6] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 507206309>.
08:48:49.659 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:48:49.663 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:49.663 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:49.860 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:48:49.862 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:48:49.862 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
[INFO] [01/30/2024 08:48:50.326] [main] [CoordinatedShutdown(pekko://MqttConsumerActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.353 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest
[INFO] [01/30/2024 08:48:50.472] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithEmptyCollectionReturnsEmptySource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:48:50.525] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenAllSubscriptionsSuccessfulReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:48:50.569] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenSomeSubscriptionsFailedReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:48:50.622] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWithInvalidSourceAddressReturnsSourceWithSubscribeFailure)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:48:50.672] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_newInstanceWithNullClientThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest
[INFO] [01/30/2024 08:48:50.735] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithNullConnectionSourceThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest
[INFO] [01/30/2024 08:48:50.816] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-33a6e98] Failed to create HiveMqttClientProperties: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>.
[INFO] [01/30/2024 08:48:50.816] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-33a6e98] Test for connection <null> at <null> failed: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>.
[INFO] [01/30/2024 08:48:50.820] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:48:51.006] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n] Established MQTT connection to <example.com>.
[INFO] [01/30/2024 08:48:51.077] [Thread-131] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n][connection-id:c6d8c083-ddf7-468a-bead-8bfb176c4b8f][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException-e9a6aa2] Test for connection <c6d8c083-ddf7-468a-bead-8bfb176c4b8f> at <example.com> failed: [SubscriptionStatus[Topic filter: source/foo => Error: FAILURE(128)], SubscriptionStatus[Topic filter: source/bar => Error: QUOTA_EXCEEDED(151)]]
[INFO] [01/30/2024 08:48:51.078] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:48:51.125] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:c6d8c083-ddf7-468a-bead-8bfb176c4b8f][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-1aed0b5] Failed to create GenericMqttClient: Some argument is invalid.
[INFO] [01/30/2024 08:48:51.126] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:c6d8c083-ddf7-468a-bead-8bfb176c4b8f][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-1aed0b5] Test for connection <c6d8c083-ddf7-468a-bead-8bfb176c4b8f> at <example.com> failed: Some argument is invalid.
[INFO] [01/30/2024 08:48:51.127] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:48:51.222] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o] Established MQTT connection to <example.com>.
[INFO] [01/30/2024 08:49:01.242] [ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond-scheduler-1] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o][connection-id:c6d8c083-ddf7-468a-bead-8bfb176c4b8f][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorDoesNotRespond-6b5c99b] Test for connection <c6d8c083-ddf7-468a-bead-8bfb176c4b8f> at <example.com> failed: Actor <pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/system/testProbe-76> did not report its status within <PT10S>.
[INFO] [01/30/2024 08:49:01.244] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:49:01.304] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p] Established MQTT connection to <example.com>.
[INFO] [01/30/2024 08:49:01.306] [Thread-142] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p][connection-id:c6d8c083-ddf7-468a-bead-8bfb176c4b8f][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException-08e522f] Test for connection <c6d8c083-ddf7-468a-bead-8bfb176c4b8f> at <example.com> failed: [Subscribing failed: [source/foo, source/bar]]
[INFO] [01/30/2024 08:49:01.308] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:49:01.348] [Thread-144] [pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus/user/$a][connection-id:c6d8c083-ddf7-468a-bead-8bfb176c4b8f][correlation-id:ConnectionTesterActorTest.testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus-176aafb] Test for connection <c6d8c083-ddf7-468a-bead-8bfb176c4b8f> at <example.com> failed: The broker is temporarily not available
[INFO] [01/30/2024 08:49:01.349] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:49:01.434] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q] Established MQTT connection to <example.com>.
[INFO] [01/30/2024 08:49:01.439] [Thread-152] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q][connection-id:c6d8c083-ddf7-468a-bead-8bfb176c4b8f][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown-e2d5e88] Test for connection <c6d8c083-ddf7-468a-bead-8bfb176c4b8f> at <example.com> failed: [Actor <pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/system/testProbe-83> did not respond with a RetrieveHealthResponse but with a <Status>., Actor <pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/system/testProbe-85> has status <DOWN>.]
[INFO] [01/30/2024 08:49:01.441] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:49:01.520] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r] Established MQTT connection to <example.com>.
[INFO] [01/30/2024 08:49:01.524] [Thread-160] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r][connection-id:c6d8c083-ddf7-468a-bead-8bfb176c4b8f][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSuccessful-e1ea190] Test for connection <c6d8c083-ddf7-468a-bead-8bfb176c4b8f> at <example.com> was successful.
[INFO] [01/30/2024 08:49:01.525] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.76 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest
08:49:01.592 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:49:01.699 [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]>
08:49:01.897 [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]>
08:49:02.065 [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]>
08:49:02.231 [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]>
08:49:02.233 [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.
08:49:02.668 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] 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-30T08:49:02.621038344Z, 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-30T08:49:02.621038344Z, 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-100#1068194647]]>.
08:49:02.668 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] 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-30T08:49:02.634003045Z, 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-30T08:49:02.634003045Z, 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-100#1068194647]]>.
08:49:02.668 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-30T08:49:02.639338133Z, 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-30T08:49:02.639338133Z, 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-100#1068194647]]>.
08:49:02.812 [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]>
08:49:02.993 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]>
08:49:02.995 [WARN ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Failed to send MQTT Publish message to broker. IllegalStateException: This is totally expected.
08:49:03.000 [ERROR] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Failed to enqueue MQTT message to topic <mqtt/eclipse/ditto> for sending to broker.
java.lang.IllegalStateException: This is totally expected.
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest.sendPublishToBrokerFailureTriggersNegativeAcknowledgementIfAutoAckTargetPresent(MqttPublisherActorTest.java:285)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Wrapped by: org.eclipse.ditto.connectivity.model.MessageSendingFailedException: Failed to send message: This is totally expected.
	at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:152)
	at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:113)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.handleGenericMqttPublishResultFailure(MqttPublisherActor.java:192)
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.lambda$sendMqttPublishMessageToBroker$0(MqttPublisherActor.java:164)
	at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:757)
	at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:735)
	at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2182)
	at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:144)
	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.sendMqttPublishMessageToBroker(MqttPublisherActor.java:160)
	at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1(Sink.scala:141)
	at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1$adapted(Sink.scala:141)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:49:03.000 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Failed to send message: This is totally expected.
08:49:03.246 [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]>
08:49:03.331 [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]>
08:49:03.502 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <MqttPublishTarget [topic=replyTarget/thing:id, qos=AT_MOST_ONCE]>
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.023 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest
08:49:03.914 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.917 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.921 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.923 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.924 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.925 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.926 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.927 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.928 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.931 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.934 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.964 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.965 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.965 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.966 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.967 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.968 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:03.968 [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@245deebf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest
08:49:04.019 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.020 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.023 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.025 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.026 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.027 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.028 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.030 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.033 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.035 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.036 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.037 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.037 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:04.060 [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@4c890e2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest
08:49:04.077 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:49:06.994 [WARN ] [OutboundMappingProcessorActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.OutboundMappingProcessorActor - Could not retrieve extra data due to: CompletionException org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://OutboundMappingProcessorActorTest/), Path(/user/connectivityRoot/edgeCommandForwarder)]] after [2000 ms]. Message of type [org.eclipse.ditto.things.model.signals.commands.query.RetrieveThing]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.
08:49:06.996 [ERROR] [OutboundMappingProcessorActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.OutboundMappingProcessorActor - Enrichment of <OutboundSignalWithSender [delegate=UnmappedOutboundSignal [source=ThingModified [type=things.events:thingModified, timestamp=1970-01-01T00:00:00Z, dittoHeaders=ImmutableDittoHeaders [{requested-acks=["source1","target1","target2","unknown"], ditto-ackgregator-address=pekko://OutboundMappingProcessorActorTest/system/testProbe-122#1677823348, 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-122#1677823348], 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-122#1677823348, response-required=false}]]>.
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.
Wrapped by: org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException: Signal enrichment failed.
	at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:158)
	at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:120)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$recoverFromEnrichmentError$21(OutboundMappingProcessorActor.java:518)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeException.asDittoRuntimeException(DittoRuntimeException.java:106)
	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.recoverFromEnrichmentError(OutboundMappingProcessorActor.java:514)
	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$enrichAndFilterSignal$18(OutboundMappingProcessorActor.java:483)
	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:990)
	at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:974)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
	at java.base/java.lang.Thread.run(Thread.java:833)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.143 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.DefaultConnectionMetricsCounterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.DefaultConnectionMetricsCounterTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest
08:49:13.185 [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-594ffc99-fdb5-4ce2-ae07-5d52d8e2fbd8>, because of size limit.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.362 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ExceptionalConnectionLoggerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ExceptionalConnectionLoggerTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest
08:49:13.343 [ERROR] [main] o.e.d.c.s.m.m.l.DefaultMuteableConnectionLogger - Encountered exception: <java.lang.IllegalArgumentException> in connection logger: <DefaultMuteableConnectionLogger [connectionId=connection-2ada4f80-74bf-4061-9063-f8e372110f55, delegate=Mock for ConnectionLogger, hashCode: 1861484950, active=true]>. Switching delegate to: <ExceptionalConnectionLogger>.
[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
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest
08:49:13.449 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-908558e3-2687-4f60-b418-915bb6305b77>.
08:49:13.449 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-908558e3-2687-4f60-b418-915bb6305b77>.
08:49:13.450 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-908558e3-2687-4f60-b418-915bb6305b77>.
08:49:13.450 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-908558e3-2687-4f60-b418-915bb6305b77>.
08:49:13.450 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-908558e3-2687-4f60-b418-915bb6305b77>.
08:49:13.451 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-a932b698-d532-44a0-bc52-49056f0634fe>.
08:49:13.451 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-a932b698-d532-44a0-bc52-49056f0634fe>.
08:49:13.452 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-a932b698-d532-44a0-bc52-49056f0634fe>.
08:49:13.452 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-a932b698-d532-44a0-bc52-49056f0634fe>.
08:49:13.452 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-a932b698-d532-44a0-bc52-49056f0634fe>.
08:49:13.459 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-2ec1cba7-d2d9-4765-8bc8-f23a4a10340c>.
08:49:13.459 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-2ec1cba7-d2d9-4765-8bc8-f23a4a10340c>.
08:49:13.459 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-2ec1cba7-d2d9-4765-8bc8-f23a4a10340c>.
08:49:13.460 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-2ec1cba7-d2d9-4765-8bc8-f23a4a10340c>.
08:49:13.460 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-2ec1cba7-d2d9-4765-8bc8-f23a4a10340c>.
08:49:13.462 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-89438e64-06f4-4395-b320-9e80ee1eca97>.
08:49:13.462 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-89438e64-06f4-4395-b320-9e80ee1eca97>.
08:49:13.463 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-89438e64-06f4-4395-b320-9e80ee1eca97>.
08:49:13.463 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-89438e64-06f4-4395-b320-9e80ee1eca97>.
08:49:13.463 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-8584046d-c5bc-440d-9590-9ae450899a5f>.
08:49:13.463 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-8584046d-c5bc-440d-9590-9ae450899a5f>.
08:49:13.464 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-8584046d-c5bc-440d-9590-9ae450899a5f>.
08:49:13.464 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-c767d56d-f7ea-431d-ae1a-ea4c62e783a7>.
08:49:13.464 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-c767d56d-f7ea-431d-ae1a-ea4c62e783a7>.
08:49:13.465 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-c767d56d-f7ea-431d-ae1a-ea4c62e783a7>.
08:49:13.465 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-c767d56d-f7ea-431d-ae1a-ea4c62e783a7>.
08:49:13.465 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-70065502-3639-4e0e-81d6-d0a2df994666>.
08:49:13.466 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-70065502-3639-4e0e-81d6-d0a2df994666>.
08:49:13.466 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-70065502-3639-4e0e-81d6-d0a2df994666>.
08:49:13.466 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-70065502-3639-4e0e-81d6-d0a2df994666>.
08:49:13.469 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-70065502-3639-4e0e-81d6-d0a2df994666>.
08:49:13.470 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-560b0648-ac80-4426-9bf0-7b5f4dc0c3bc>.
08:49:13.471 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-560b0648-ac80-4426-9bf0-7b5f4dc0c3bc>.
08:49:13.471 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-560b0648-ac80-4426-9bf0-7b5f4dc0c3bc>.
08:49:13.471 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-560b0648-ac80-4426-9bf0-7b5f4dc0c3bc>.
08:49:13.471 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-560b0648-ac80-4426-9bf0-7b5f4dc0c3bc>.
08:49:13.472 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-560b0648-ac80-4426-9bf0-7b5f4dc0c3bc>.
08:49:13.472 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-81cc77bd-729b-4b66-817e-edbcd9348546>.
08:49:13.472 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-81cc77bd-729b-4b66-817e-edbcd9348546>.
08:49:13.473 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-81cc77bd-729b-4b66-817e-edbcd9348546>.
08:49:13.474 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-de3048d9-07fd-48d9-b5ee-ba8852ba1c0c>.
08:49:13.474 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-de3048d9-07fd-48d9-b5ee-ba8852ba1c0c>.
08:49:13.475 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-de3048d9-07fd-48d9-b5ee-ba8852ba1c0c>.
08:49:13.475 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-de3048d9-07fd-48d9-b5ee-ba8852ba1c0c>.
08:49:13.481 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-de3048d9-07fd-48d9-b5ee-ba8852ba1c0c>.
08:49:13.481 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Dropping <1> of <5> log entries for connection with ID <loggerRegistryTest-de3048d9-07fd-48d9-b5ee-ba8852ba1c0c>, because of size limit.
08:49:13.482 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f30e6da3-0af2-4f93-bdfa-24b2eb845a63>.
08:49:13.482 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f30e6da3-0af2-4f93-bdfa-24b2eb845a63>.
08:49:13.482 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f30e6da3-0af2-4f93-bdfa-24b2eb845a63>.
08:49:13.482 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-f30e6da3-0af2-4f93-bdfa-24b2eb845a63>.
08:49:13.482 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-f30e6da3-0af2-4f93-bdfa-24b2eb845a63>.
08:49:13.493 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-c44c42bd-38de-4434-8930-1b254d649790>.
08:49:13.493 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-c44c42bd-38de-4434-8930-1b254d649790>.
08:49:13.532 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-b7fb9c4c-ad86-42a4-ad1c-6388732f6452>.
08:49:13.532 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-b7fb9c4c-ad86-42a4-ad1c-6388732f6452>.
08:49:13.532 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-b7fb9c4c-ad86-42a4-ad1c-6388732f6452>.
08:49:13.533 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-8abc6366-0618-4090-aee2-18cf6607dd79>.
08:49:13.533 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-8abc6366-0618-4090-aee2-18cf6607dd79>.
08:49:13.533 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-8abc6366-0618-4090-aee2-18cf6607dd79>.
08:49:13.533 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-8abc6366-0618-4090-aee2-18cf6607dd79>.
08:49:13.535 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-9877b32a-3d45-4406-86ff-80a6a865482e>.
08:49:13.535 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-9877b32a-3d45-4406-86ff-80a6a865482e>.
08:49:13.536 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-9877b32a-3d45-4406-86ff-80a6a865482e>.
08:49:13.536 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-9877b32a-3d45-4406-86ff-80a6a865482e>.
08:49:13.536 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-9877b32a-3d45-4406-86ff-80a6a865482e>.
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest
08:49:13.567 [INFO ] [main] o.e.d.c.s.m.m.l.AbstractConnectionLogger - The log message contains an invalid pattern: success {} 
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest
08:49:13.777 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:49:13.836 [ERROR] [main] o.e.d.c.s.m.k.KafkaMessageTransformer - Unexpected {java.lang.IllegalStateException}: {Expected}
java.lang.IllegalStateException: Expected
	at org.eclipse.ditto.connectivity.service.messaging.monitoring.ConnectionMonitor.success(ConnectionMonitor.java:67)
	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformer.transform(KafkaMessageTransformer.java:138)
	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest.unexpectedExceptionCausesMessageToBeDropped(KafkaMessageTransformerTest.java:198)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest
08:49:14.199 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:49:14.241 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Started mock server on port 44813
08:49:14.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M34.307S> interval (min=<PT5M>)
08:49:14.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:14.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M34.947S> interval (min=<PT5M>)
08:49:14.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M27.316S> interval (min=<PT5M>)
08:49:14.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-479e68a8-288d-4050-8980-fc28122a69fd>
08:49:14.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M0.429S> interval (min=<PT5M>)
08:49:14.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-479e68a8-288d-4050-8980-fc28122a69fd>.
08:49:14.268 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-479e68a8-288d-4050-8980-fc28122a69fd>.
08:49:14.270 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M58.034S> interval (min=<PT5M>)
08:49:14.270 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:14.275 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:14.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:14.277 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:14.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:14.279 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
08:49:14.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
08:49:14.288 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:14.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:14.288 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:14.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:14.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - TESTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalStateException>: just for testing., description=child failed, time=2024-01-30T08:49:14.288914808Z, connectivityStatus=null]>
08:49:14.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-d0a1c063-e59a-45b5-9283-71dfc344abe2>
08:49:14.306 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d0a1c063-e59a-45b5-9283-71dfc344abe2>.
08:49:14.306 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d0a1c063-e59a-45b5-9283-71dfc344abe2>.
08:49:14.308 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:14.309 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:14.311 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:14.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:14.313 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
08:49:14.313 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
08:49:14.314 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
08:49:14.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-479e68a8-288d-4050-8980-fc28122a69fd>
08:49:14.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-d0a1c063-e59a-45b5-9283-71dfc344abe2>
08:49:17.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:49:17.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-f32d7ba4-f0b6-41e3-8cac-3095ec22142c>
08:49:17.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f32d7ba4-f0b6-41e3-8cac-3095ec22142c>.
08:49:17.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f32d7ba4-f0b6-41e3-8cac-3095ec22142c>.
08:49:17.402 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:17.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:17.403 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:17.403 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:17.405 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
08:49:17.405 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
08:49:17.405 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
08:49:17.487 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-f32d7ba4-f0b6-41e3-8cac-3095ec22142c>
08:49:20.485 [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.
08:49:20.502 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-bfccc96d-4e38-45b3-badb-fefeeef86432>
08:49:20.503 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-bfccc96d-4e38-45b3-badb-fefeeef86432>.
08:49:20.503 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-bfccc96d-4e38-45b3-badb-fefeeef86432>.
08:49:20.504 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:20.505 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:20.506 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:20.506 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:20.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
08:49:20.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
08:49:20.508 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:20.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:20.508 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:20.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:20.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
08:49:20.523 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-ff9d2137-d278-4a72-8176-896711da9280>
08:49:20.525 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ff9d2137-d278-4a72-8176-896711da9280>.
08:49:20.525 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ff9d2137-d278-4a72-8176-896711da9280>.
08:49:20.527 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:20.527 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:20.528 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:20.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:20.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
08:49:20.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
08:49:20.533 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
08:49:20.587 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-bfccc96d-4e38-45b3-badb-fefeeef86432>
08:49:20.587 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-ff9d2137-d278-4a72-8176-896711da9280>
08:49:23.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:49:23.588 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Sending thing modified message: ThingModified [type=things.events:thingModified, timestamp=2024-01-30T08:48:31.708554164Z, 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]]
08:49:23.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-459e2da7-8444-44d4-b6d7-4c4fd4906c46>
08:49:23.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-459e2da7-8444-44d4-b6d7-4c4fd4906c46>.
08:49:23.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-459e2da7-8444-44d4-b6d7-4c4fd4906c46>.
08:49:23.608 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.608 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.609 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.625 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-03259cbe-2a96-451f-8f78-4412a7040ee6>
08:49:23.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-03259cbe-2a96-451f-8f78-4412a7040ee6>.
08:49:23.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-03259cbe-2a96-451f-8f78-4412a7040ee6>.
08:49:23.628 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.629 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.630 [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.
08:49:23.643 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-2c42d727-3ef1-4351-976c-a221ccedcf07>
08:49:23.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2c42d727-3ef1-4351-976c-a221ccedcf07>.
08:49:23.645 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2c42d727-3ef1-4351-976c-a221ccedcf07>.
08:49:23.646 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.646 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.648 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.650 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-2c42d727-3ef1-4351-976c-a221ccedcf07>.
08:49:23.650 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-2c42d727-3ef1-4351-976c-a221ccedcf07>.
08:49:23.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-459e2da7-8444-44d4-b6d7-4c4fd4906c46>
08:49:23.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-03259cbe-2a96-451f-8f78-4412a7040ee6>
08:49:23.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-2c42d727-3ef1-4351-976c-a221ccedcf07>
08:49:23.755 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-07721142-dfcb-4020-b962-efd00779c8e5>
08:49:23.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-07721142-dfcb-4020-b962-efd00779c8e5>.
08:49:23.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-07721142-dfcb-4020-b962-efd00779c8e5>.
08:49:23.758 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.759 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.761 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.761 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.786 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-07721142-dfcb-4020-b962-efd00779c8e5>
08:49:23.865 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-16adf260-2cd1-4cb3-88ff-863f2880a46d>
08:49:23.866 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-16adf260-2cd1-4cb3-88ff-863f2880a46d>.
08:49:23.867 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-16adf260-2cd1-4cb3-88ff-863f2880a46d>.
08:49:23.868 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.869 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.870 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.870 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.871 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-16adf260-2cd1-4cb3-88ff-863f2880a46d>.
08:49:23.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-16adf260-2cd1-4cb3-88ff-863f2880a46d>
08:49:23.977 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-1b219efa-2b32-41cd-baf4-ab49094aab9c>
08:49:23.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1b219efa-2b32-41cd-baf4-ab49094aab9c>.
08:49:23.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1b219efa-2b32-41cd-baf4-ab49094aab9c>.
08:49:23.979 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.979 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.981 [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@66002eea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:23.981 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:23.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-1b219efa-2b32-41cd-baf4-ab49094aab9c>.
08:49:23.983 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Successfully closed mock server.
[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.752 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest
08:49:23.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:49:23.984 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
08:49:23.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED>
08:49:23.984 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
08:49:23.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED>
08:49:23.986 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-1b219efa-2b32-41cd-baf4-ab49094aab9c>
08:49:23.998 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:49:24.077 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:49:24.080 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:24.080 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:24.167 [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>.
08:49:24.189 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:49:24.256 [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-dcbd48d2-b856-4831-9f7b-b1c73be5afde>
08:49:24.258 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.k.KafkaConsumerActor - Error when shutting down the kafka consumer stream for connection with ID <connection-dcbd48d2-b856-4831-9f7b-b1c73be5afde>
08:49:24.335 [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>.
08:49:24.356 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:49:24.380 [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=1706604563998, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:49:24.459 [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>.
08:49:24.480 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:49:24.505 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <faulty>: <The external message with content-type '<unspecified>' could not be mapped.>
08:49:24.506 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{kafka.key=key, kafka.topic=kafka.topic, kafka.timestamp=1706604563998, ditto-entity-id=thing:ditto:thing, response-required=false, the.key=key, device_id=ditto:thing, the.topic=kafka.topic, correlation-id=01a28305-94bc-4eac-a558-9f41fe17818d, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706604563998, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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.timestamp=1706604563998, reply-to=reply-to-address, correlation-id=01a28305-94bc-4eac-a558-9f41fe17818d, device_id=ditto:thing, kafka.topic=kafka.topic, kafka.key=key}
08:49:24.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706604563998, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:49:24.508 [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>.
08:49:24.607 [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>.
08:49:24.623 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:49:24.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706604563998, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:49:24.649 [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>.
08:49:24.798 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:49:24.931 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:49:24.962 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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=1706604563998, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:49:24.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.>
08:49:24.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, response-required=false, the.key=key, device_id=_invalid, the.topic=kafka.topic, correlation-id=c67372f8-8136-44f0-860e-8f092d007f3b, thing_id=ditto:thing, suffixed_thing_id=_invalid.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706604563998, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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.timestamp=1706604563998, reply-to=reply-to-address, correlation-id=c67372f8-8136-44f0-860e-8f092d007f3b, device_id=_invalid, kafka.topic=kafka.topic, kafka.key=key}
08:49:25.086 [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>.
08:49:25.108 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:49:25.131 [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=1706604563998, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:49:25.133 [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>.
08:49:25.133 [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=1706604563998, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:49:25.135 [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>.
08:49:25.135 [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=1706604563998, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:49:25.232 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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>.
08:49:25.254 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:49:25.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706604563998, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:49:25.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
08:49:25.278 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1706604563998, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:49:25.280 [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>.
08:49:25.384 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.426 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest
08:49:25.423 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-8de64692-6438-4691-a01a-93348ad3b57a> 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.
08:49:25.423 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-a2c16ae4-b108-46e5-a9f1-4624e7ac11e1> 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.
08:49:25.424 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-8a28793a-9500-4551-b37e-fac921b217c6> 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.
08:49:25.424 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-265872bd-7bb9-46d9-823a-f1414908d394> 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.
08:49:25.424 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-7e2c30dd-cf98-4d71-b165-494616562821> 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.
08:49:25.425 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-a646495e-50a0-48e8-9805-4b1664de7973> 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.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest
08:49:25.561 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.562 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.563 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.566 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.567 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.567 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.568 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.569 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.569 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.570 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.570 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.571 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.578 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.578 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.579 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.579 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:25.580 [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@65d221a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest
[INFO] [01/30/2024 08:49:25.801] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:49:25.887] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:49:28.153] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.561 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest
08:49:28.166 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:49:28.248 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
08:49:28.250 [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]>
08:49:28.369 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
08:49:28.372 [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]>
08:49:28.373 [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]>
08:49:28.374 [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]>
08:49:28.375 [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]>
08:49:28.376 [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]>
08:49:28.377 [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]>
08:49:28.379 [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]>
08:49:28.380 [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]>
08:49:28.382 [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]>
08:49:28.383 [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]>
08:49:28.385 [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]>
08:49:28.386 [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]>
08:49:28.387 [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]>
08:49:28.388 [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]>
08:49:28.390 [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]>
08:49:28.391 [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]>
08:49:28.392 [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]>
08:49:28.393 [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]>
08:49:28.394 [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]>
08:49:28.396 [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]>
08:49:28.397 [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]>
08:49:28.398 [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]>
08:49:28.399 [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]>
08:49:28.400 [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]>
08:49:28.401 [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]>
08:49:28.402 [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]>
08:49:28.403 [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]>
08:49:28.404 [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]>
08:49:28.405 [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]>
08:49:28.407 [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]>
08:49:28.408 [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]>
08:49:28.409 [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]>
08:49:28.410 [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]>
08:49:28.411 [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]>
08:49:28.412 [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]>
08:49:28.413 [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]>
08:49:28.414 [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]>
08:49:28.415 [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]>
08:49:28.417 [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]>
08:49:28.418 [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]>
08:49:28.419 [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]>
08:49:28.461 [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]>
08:49:28.462 [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]>
08:49:28.463 [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]>
08:49:28.464 [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]>
08:49:28.465 [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]>
08:49:28.466 [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]>
08:49:28.467 [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]>
08:49:28.468 [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]>
08:49:28.469 [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]>
08:49:28.471 [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]>
08:49:28.471 [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]>
08:49:28.472 [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]>
08:49:28.474 [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]>
08:49:28.475 [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]>
08:49:28.476 [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]>
08:49:28.477 [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]>
08:49:28.478 [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]>
08:49:28.479 [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]>
08:49:28.480 [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]>
08:49:28.481 [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]>
08:49:28.481 [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.
08:49:28.482 [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]>
08:49:28.482 [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.
08:49:28.483 [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]>
08:49:28.483 [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.
08:49:28.484 [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]>
08:49:28.484 [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.
08:49:28.485 [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.
08:49:28.485 [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]>
08:49:28.486 [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]>
08:49:28.486 [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.
08:49:28.487 [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]>
08:49:28.487 [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.
08:49:28.488 [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]>
08:49:28.488 [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.
08:49:28.489 [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]>
08:49:28.489 [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.
08:49:28.490 [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]>
08:49:28.490 [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.
08:49:28.491 [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]>
08:49:28.491 [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.
08:49:28.492 [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]>
08:49:28.493 [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.
08:49:28.493 [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]>
08:49:28.493 [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.
08:49:28.494 [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]>
08:49:28.495 [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.
08:49:28.495 [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.
08:49:28.495 [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]>
08:49:28.496 [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]>
08:49:28.497 [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.
08:49:28.497 [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]>
08:49:28.497 [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.
08:49:28.498 [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.
08:49:28.499 [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]>
08:49:28.500 [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.
08:49:31.564 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
08:49:31.565 [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]>
08:49:31.566 [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]>
08:49:31.566 [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]>
08:49:31.567 [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]>
08:49:31.567 [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]>
08:49:31.568 [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]>
08:49:31.568 [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]>
08:49:31.569 [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]>
08:49:31.569 [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]>
08:49:31.570 [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]>
08:49:31.571 [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]>
08:49:31.571 [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]>
08:49:31.572 [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]>
08:49:31.572 [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]>
08:49:31.572 [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]>
08:49:31.573 [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]>
08:49:31.573 [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]>
08:49:31.574 [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]>
08:49:31.574 [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]>
08:49:31.575 [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]>
08:49:31.575 [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]>
08:49:31.576 [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]>
08:49:31.576 [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]>
08:49:31.577 [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]>
08:49:31.577 [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]>
08:49:31.577 [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]>
08:49:31.578 [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]>
08:49:31.578 [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]>
08:49:31.579 [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]>
08:49:31.579 [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]>
08:49:31.580 [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]>
08:49:31.581 [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]>
08:49:31.581 [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]>
08:49:31.582 [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]>
08:49:31.583 [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]>
08:49:31.583 [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]>
08:49:31.584 [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]>
08:49:31.584 [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]>
08:49:31.585 [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]>
08:49:31.586 [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]>
08:49:31.586 [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]>
08:49:31.587 [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]>
08:49:31.588 [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]>
08:49:31.588 [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]>
08:49:31.589 [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]>
08:49:31.589 [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]>
08:49:31.590 [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]>
08:49:31.590 [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]>
08:49:31.591 [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]>
08:49:31.591 [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]>
08:49:31.592 [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]>
08:49:31.592 [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]>
08:49:31.593 [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]>
08:49:31.593 [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]>
08:49:31.594 [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]>
08:49:31.594 [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]>
08:49:31.595 [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]>
08:49:31.595 [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]>
08:49:31.596 [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]>
08:49:31.596 [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]>
08:49:31.597 [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]>
08:49:31.597 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] 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.
08:49:31.598 [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]>
08:49:31.598 [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.
08:49:31.598 [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]>
08:49:31.599 [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.
08:49:31.599 [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]>
08:49:31.599 [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.
08:49:31.599 [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]>
08:49:31.600 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] 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.
08:49:31.600 [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]>
08:49:31.600 [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.
08:49:31.600 [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]>
08:49:31.601 [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.
08:49:31.601 [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]>
08:49:31.601 [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.
08:49:31.602 [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]>
08:49:31.602 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] 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.
08:49:31.603 [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]>
08:49:31.603 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] 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.
08:49:31.603 [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]>
08:49:31.604 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] 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.
08:49:31.604 [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]>
08:49:31.605 [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.
08:49:31.605 [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]>
08:49:31.605 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] 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.
08:49:31.606 [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]>
08:49:31.606 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] 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.
08:49:31.606 [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]>
08:49:31.607 [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.
08:49:31.607 [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]>
08:49:31.608 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
08:49:31.608 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
08:49:31.608 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
08:49:31.609 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
08:49:31.609 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
08:49:31.610 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
08:49:32.728 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
08:49:32.734 [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]>
08:49:32.735 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal  - DisconnectException: null
08:49:32.819 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
08:49:32.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]>
08:49:32.821 [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]>
08:49:32.822 [WARN ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.a.p.s.s.RestartWithBackoffFlow - Restarting stream due to failure [1]: org.apache.kafka.common.KafkaException
org.apache.kafka.common.KafkaException
	at org.apache.pekko.kafka.javadsl.SendProducer.sendEnvelope(SendProducer.scala:60)
	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActor$KafkaProducerStream.lambda$new$7f50bf28$1(KafkaPublisherActor.java:346)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$map$1(Flow.scala:670)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

08:49:36.023 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal  - KafkaException: null
08:49:36.085 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
08:49:36.086 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
08:49:36.147 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
08:49:36.148 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
08:49:36.318 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
08:49:36.318 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] 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]>
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.262 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest
[ERROR] [01/30/2024 08:49:36.533] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-337/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
java.lang.NullPointerException: Cannot invoke "org.apache.pekko.kafka.ConsumerMessage$PartitionOffset.key()" because "partitionOffset" is null
	at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updatedWithOffset(MessageBuilder.scala:185)
	at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updated(MessageBuilder.scala:172)
	at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch(CommitObservationLogic.scala:43)
	at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch$(CommitObservationLogic.scala:41)
	at org.apache.pekko.kafka.internal.CommitCollectorStageLogic.updateBatch(CommitCollectorStage.scala:44)
	at org.apache.pekko.kafka.internal.CommitCollectorStageLogic$$anon$1.onPush(CommitCollectorStage.scala:106)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789)
	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

[INFO] [01/30/2024 08:49:36.632] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:49:36.702] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:49:38.909] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.482 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest
08:49:38.919 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:49:39.152 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-5] 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]>
08:49:39.156 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-5] 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]>
08:49:39.156 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-5] 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]>
08:49:39.160 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-5] 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]>
08:49:39.161 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-5] 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]>
08:49:39.161 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-5] 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]>
08:49:39.242 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]>
08:49:39.336 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]>
08:49:39.422 [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]>
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest
08:49:39.429 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:49:39.722 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:39.723 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:39.723 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:39.736 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@47564c8d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:39.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:39.738 [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@47564c8d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:39.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:39.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M40.985S> interval (min=<PT5M>)
08:49:39.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.51S> interval (min=<PT5M>)
08:49:39.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M40.672S> interval (min=<PT5M>)
08:49:39.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M23.884S> interval (min=<PT5M>)
08:49:39.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:39.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:39.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M37.028S> interval (min=<PT5M>)
08:49:39.770 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
08:49:39.774 [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
08:49:39.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:40.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
08:49:40.772 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
08:49:40.785 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:49:40.787 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
08:49:40.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:40.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:40.845 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:40.846 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-10] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:40.846 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-10] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:40.852 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2a42f8e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:40.852 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:40.860 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2a42f8e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:40.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:40.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M18.34S> interval (min=<PT5M>)
08:49:40.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M57.647S> interval (min=<PT5M>)
08:49:40.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:40.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.153S> interval (min=<PT5M>)
08:49:40.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.563S> interval (min=<PT5M>)
08:49:40.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.98S> interval (min=<PT5M>)
08:49:40.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:40.865 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
08:49:40.867 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
08:49:40.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:41.866 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
08:49:41.866 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
08:49:41.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:49:41.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:49:41.935 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:41.936 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:41.936 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:41.942 [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@d5e8451]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:41.942 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:41.944 [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@d5e8451]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:41.944 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:41.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
08:49:41.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M50.634S> interval (min=<PT5M>)
08:49:41.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.103S> interval (min=<PT5M>)
08:49:41.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M47.85S> interval (min=<PT5M>)
08:49:41.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M21.056S> interval (min=<PT5M>)
08:49:41.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:41.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M41.172S> interval (min=<PT5M>)
08:49:41.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:41.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:49:41.998 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:41.999 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:41.999 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:42.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@553d89be]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:42.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:42.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@553d89be]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:42.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:42.007 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.394S> interval (min=<PT5M>)
08:49:42.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M11.452S> interval (min=<PT5M>)
08:49:42.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M52.227S> interval (min=<PT5M>)
08:49:42.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.05S> interval (min=<PT5M>)
08:49:42.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:42.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M39.498S> interval (min=<PT5M>)
08:49:42.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:42.009 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
08:49:42.010 [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
08:49:42.122 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:43.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
08:49:43.009 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
08:49:43.021 [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.
08:49:43.026 [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-db2eb061-2af5-4c7b-af8a-014e85d36b64, 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}]
08:49:43.028 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
08:49:43.032 [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]>
08:49:43.044 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] c.g.p.p.r.ConnectionActor - pekko://PekkoTestSystem/user/$a/rmq-connection1 lost connection to amqp://null@null:0/null
08:49:43.044 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/consumer-channel disconnected
08:49:43.044 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/publisher-channel disconnected
08:49:48.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockReconnection
08:49:48.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannelReconnected. Telling the publisher actor the new channel
08:49:48.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
08:49:48.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-db2eb061-2af5-4c7b-af8a-014e85d36b64, 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}]
08:49:48.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
08:49:48.074 [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]>
08:49:48.083 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
08:49:48.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:48.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:48.133 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-78708073-f1d7-4adf-94a6-87817bfbd98c>
08:49:48.134 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-78708073-f1d7-4adf-94a6-87817bfbd98c>.
08:49:48.134 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-78708073-f1d7-4adf-94a6-87817bfbd98c>.
08:49:48.137 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@37139056]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:48.137 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:48.138 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@37139056]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:48.139 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:48.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M3.474S> interval (min=<PT5M>)
08:49:48.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.253S> interval (min=<PT5M>)
08:49:48.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M16.506S> interval (min=<PT5M>)
08:49:48.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:48.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M12.765S> interval (min=<PT5M>)
08:49:48.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M35.536S> interval (min=<PT5M>)
08:49:48.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:48.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
08:49:48.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
08:49:48.260 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-78708073-f1d7-4adf-94a6-87817bfbd98c>
08:49:49.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
08:49:49.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
08:49:49.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:49:49.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
08:49:49.146 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:49.147 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:49.203 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:49.204 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:49.205 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:49.209 [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@36e1c0e5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:49.209 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:49.218 [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@36e1c0e5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:49.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:49.222 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M47.898S> interval (min=<PT5M>)
08:49:49.222 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.683S> interval (min=<PT5M>)
08:49:49.222 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M21.792S> interval (min=<PT5M>)
08:49:49.223 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M28.886S> interval (min=<PT5M>)
08:49:49.223 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:49.224 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M49.04S> interval (min=<PT5M>)
08:49:49.224 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:49.224 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
08:49:49.225 [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
08:49:49.340 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:50.225 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
08:49:50.225 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
08:49:50.239 [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.
08:49:50.242 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
08:49:50.243 [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
08:49:51.242 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
08:49:51.242 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
08:49:51.339 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:49:51.341 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
08:49:51.342 [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
08:49:52.342 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
08:49:52.342 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
08:49:52.440 [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.
08:49:52.441 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
08:49:52.443 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:52.443 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:52.506 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:52.507 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:52.507 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:52.511 [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@2813a8a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:52.511 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:52.512 [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@2813a8a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:52.513 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:52.515 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M24.403S> interval (min=<PT5M>)
08:49:52.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.425S> interval (min=<PT5M>)
08:49:52.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M7.945S> interval (min=<PT5M>)
08:49:52.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M9.05S> interval (min=<PT5M>)
08:49:52.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.474S> interval (min=<PT5M>)
08:49:52.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:52.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:52.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
08:49:52.517 [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
08:49:52.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:53.517 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
08:49:53.517 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
08:49:53.528 [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.
08:49:53.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
08:49:53.531 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:53.531 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:49:53.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:53.580 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:53.580 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:53.584 [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@347578bc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:53.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:53.585 [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@347578bc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:53.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:53.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M59.621S> interval (min=<PT5M>)
08:49:53.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M55.858S> interval (min=<PT5M>)
08:49:53.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M10.494S> interval (min=<PT5M>)
08:49:53.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:53.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M44.938S> interval (min=<PT5M>)
08:49:53.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:53.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.851S> interval (min=<PT5M>)
08:49:53.589 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
08:49:53.590 [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
08:49:53.705 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:54.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
08:49:54.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
08:49:54.610 [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.
08:49:54.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:49:54.703 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:49:54.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:54.708 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:54.708 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:54.715 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1c0d12b1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:54.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:54.717 [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@1c0d12b1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:54.717 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:54.719 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-01-30T08:49:54.719482569Z, connectivityStatus=null]>
08:49:54.720 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-01-30T08:49:54.719482569Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:49:54.723 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTING>
08:49:54.723 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M19.74S> interval (min=<PT5M>)
08:49:54.723 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M57.221S> interval (min=<PT5M>)
08:49:54.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M26.279S> interval (min=<PT5M>)
08:49:54.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.774S> interval (min=<PT5M>)
08:49:54.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.937S> interval (min=<PT5M>)
08:49:54.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:54.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:54.802 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M7.128S> interval (min=<PT5M>)
08:49:54.802 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:54.803 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M54.428S> interval (min=<PT5M>)
08:49:54.804 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M26.47S> interval (min=<PT5M>)
08:49:54.804 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:54.805 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M49.918S> interval (min=<PT5M>)
08:49:54.806 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:54.806 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:54.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.274S> interval (min=<PT5M>)
08:49:54.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:54.810 [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@3ba1307b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:54.810 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:54.811 [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@3ba1307b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:54.811 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:54.818 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
08:49:54.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M42.22S> interval (min=<PT5M>)
08:49:54.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:54.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M27.371S> interval (min=<PT5M>)
08:49:54.893 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M5.332S> interval (min=<PT5M>)
08:49:54.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:54.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M2.825S> interval (min=<PT5M>)
08:49:54.896 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:54.896 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:54.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M57.626S> interval (min=<PT5M>)
08:49:54.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:54.901 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@8549ba8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:54.901 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:54.903 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@8549ba8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:54.903 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:54.904 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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.
08:49:54.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M24.885S> interval (min=<PT5M>)
08:49:54.959 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:54.961 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M7.633S> interval (min=<PT5M>)
08:49:54.962 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.668S> interval (min=<PT5M>)
08:49:54.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:54.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M34.113S> interval (min=<PT5M>)
08:49:54.964 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:54.964 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:54.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M57.674S> interval (min=<PT5M>)
08:49:54.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:54.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@2beac73d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:54.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:54.972 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2beac73d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:54.972 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:54.973 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:54.974 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:55.014 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:55.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:55.385 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M29.119S> interval (min=<PT5M>)
08:49:55.385 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:55.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.029S> interval (min=<PT5M>)
08:49:55.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.181S> interval (min=<PT5M>)
08:49:55.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:55.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M0.62S> interval (min=<PT5M>)
08:49:55.389 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:55.390 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:49:55.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M7.209S> interval (min=<PT5M>)
08:49:55.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:49:55.398 [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@1ed79088]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:55.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:55.399 [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@1ed79088]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:55.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:55.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@1ed79088]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:55.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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:55.408 [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@1ed79088]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:49:55.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:49:55.511 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:49:59.922 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:49:59.924 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:00.089 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:50:00.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-db2eb061-2af5-4c7b-af8a-014e85d36b64' 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-db2eb061-2af5-4c7b-af8a-014e85d36b64-test1#1294175273]] 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 [{}]])>
08:50:10.579 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:34855
08:50:10.588 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:Timed out while waiting to connect
08:50:10.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:10.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:10.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M59.398S> interval (min=<PT5M>)
08:50:10.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:10.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.753S> interval (min=<PT5M>)
08:50:10.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M39.626S> interval (min=<PT5M>)
08:50:10.694 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:50:10.695 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.641S> interval (min=<PT5M>)
08:50:10.695 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:50:10.695 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:50:10.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.599S> interval (min=<PT5M>)
08:50:10.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:10.701 [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@193b6097]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:10.702 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:10.704 [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@193b6097]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:10.704 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:10.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:50:10.860 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M38.656S> interval (min=<PT5M>)
08:50:10.860 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:10.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M7.918S> interval (min=<PT5M>)
08:50:10.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M12.097S> interval (min=<PT5M>)
08:50:10.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:50:10.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M9.453S> interval (min=<PT5M>)
08:50:10.864 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:50:10.864 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:50:10.867 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M1.692S> interval (min=<PT5M>)
08:50:10.867 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:10.868 [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@14fbbdba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:10.868 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:10.870 [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@14fbbdba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:10.870 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:10.871 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:50:10.974 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:10.974 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:11.039 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M18.825S> interval (min=<PT5M>)
08:50:11.039 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:11.040 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.061S> interval (min=<PT5M>)
08:50:11.041 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M9.339S> interval (min=<PT5M>)
08:50:11.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>
08:50:11.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.588S> interval (min=<PT5M>)
08:50:11.043 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:50:11.043 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:50:11.047 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:11.047 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M21.438S> interval (min=<PT5M>)
08:50:11.048 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6efaf863]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:11.048 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:11.049 [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@6efaf863]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:11.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:11.051 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-db2eb061-2af5-4c7b-af8a-014e85d36b64>.
08:50:11.051 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.63 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest
08:50:11.117 [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@7c181476]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:11.118 [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@7c181476]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:11.119 [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@7c181476]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:11.120 [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@7c181476]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:11.120 [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@7c181476]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:11.121 [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@7c181476]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest
08:50:11.128 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:50:11.222 [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>.
08:50:11.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>.
08:50:11.328 [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>.
08:50:11.350 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:11.378 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:11.380 [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>.
08:50:11.463 [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>.
08:50:11.485 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:11.510 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:11.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>.
08:50:11.512 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingUnavailableException [message='The Thing with ID 'ditto:thing' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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:41343/user/ackr0-cid#-1449777993}]]>.
08:50:11.512 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.unavailable' when ExternalMessage was processed: The Thing with ID 'ditto:thing' is not available, please try again later. - The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.
08:50:11.593 [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>.
08:50:11.614 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:11.639 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:11.640 [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>.
08:50:11.640 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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:46639/user/ackr0-cid#875772179}]]>.
08:50:11.641 [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.
08:50:11.717 [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>.
08:50:11.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>.
08:50:11.763 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:11.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
08:50:11.764 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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:38977/user/ackr0-cid#-1016202978}]]>.
08:50:11.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'ditto:thing' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions.
08:50:11.843 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:11.864 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:11.888 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:11.889 [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>.
08:50:11.965 [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>.
08:50:11.986 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:12.001 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:12.002 [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>.
08:50:12.081 [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>.
08:50:12.101 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:12.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <faulty>: <The external message with content-type 'application/vnd.eclipse.ditto+json' could not be mapped.>
08:50:12.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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-e0348522-4a77-4cee-be59-b48cb6cc5170, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}]] : and external headers {reply-to=reply-to-address, content-type=application/vnd.eclipse.ditto+json, device_id=ditto:thing, messageId=1}
08:50:12.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:12.120 [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>.
08:50:12.184 [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>.
08:50:12.205 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:12.221 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:12.222 [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>.
08:50:12.312 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:12.415 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:12.430 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=_invalid, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:12.431 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.>
08:50:12.431 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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-e0348522-4a77-4cee-be59-b48cb6cc5170, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}]] : and external headers {reply-to=reply-to-address, content-type=application/vnd.eclipse.ditto+json, device_id=_invalid, messageId=1}
08:50:12.508 [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>.
08:50:12.529 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:12.546 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:12.547 [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>.
08:50:12.547 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:12.548 [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>.
08:50:12.549 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:12.613 [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>.
08:50:12.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>.
08:50:12.654 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:12.656 [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>.
08:50:12.656 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:50:12.802 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest
[INFO] [01/30/2024 08:50:12.903] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest
08:50:12.912 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:50:13.109 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-7] 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]>
08:50:13.267 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:13.326 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-19] 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]>
08:50:13.338 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:13.438 [INFO ] [HttpPublisherErrorTest-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(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]>
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.543 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest
08:50:15.824 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:50:15.826 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
[INFO] [01/30/2024 08:50:16.432] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.905 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest
[INFO] [01/30/2024 08:50:16.476] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:16.521] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest
08:50:16.532 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:50:16.673 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-f6e95fda-eb65-4b97-99cc-95717ac6ae4e>
08:50:16.675 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f6e95fda-eb65-4b97-99cc-95717ac6ae4e>.
08:50:16.675 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f6e95fda-eb65-4b97-99cc-95717ac6ae4e>.
08:50:16.680 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M30.473S> interval (min=<PT5M>)
08:50:16.680 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M50.654S> interval (min=<PT5M>)
08:50:16.680 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M37.527S> interval (min=<PT5M>)
08:50:16.681 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M59.81S> interval (min=<PT5M>)
08:50:16.681 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:16.682 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M44.78S> interval (min=<PT5M>)
08:50:16.682 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:16.684 [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@18d620d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:16.685 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:16.688 [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@18d620d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:16.688 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:16.690 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
08:50:16.793 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:50:16.794 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-f6e95fda-eb65-4b97-99cc-95717ac6ae4e>
08:50:16.798 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=/target/address]>
08:50:16.815 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:16.815 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:50:16.894 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:50:16.911 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M9.451S> interval (min=<PT5M>)
08:50:16.911 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:16.912 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M25.146S> interval (min=<PT5M>)
08:50:16.913 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M30.068S> interval (min=<PT5M>)
08:50:16.914 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-3f4fc7f6-bf95-419b-bfda-01e27633cabc>
08:50:16.914 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.24S> interval (min=<PT5M>)
08:50:16.915 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-3f4fc7f6-bf95-419b-bfda-01e27633cabc>.
08:50:16.915 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-3f4fc7f6-bf95-419b-bfda-01e27633cabc>.
08:50:16.918 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:16.918 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M50.538S> interval (min=<PT5M>)
08:50:16.919 [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@65aeccc3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:16.920 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:16.921 [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@65aeccc3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:16.921 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:16.922 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
08:50:17.026 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:50:17.027 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<DISCONNECTED>
08:50:17.029 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:17.029 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:17.176 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M55.272S> interval (min=<PT5M>)
08:50:17.176 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:17.177 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M43.755S> interval (min=<PT5M>)
08:50:17.178 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.344S> interval (min=<PT5M>)
08:50:17.178 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-a5cea59e-9c95-4504-bbd5-02668e98ee86>
08:50:17.179 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.877S> interval (min=<PT5M>)
08:50:17.180 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a5cea59e-9c95-4504-bbd5-02668e98ee86>.
08:50:17.180 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a5cea59e-9c95-4504-bbd5-02668e98ee86>.
08:50:17.183 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M6.997S> interval (min=<PT5M>)
08:50:17.183 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:17.186 [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@1af13fac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.186 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.187 [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@1af13fac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.187 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.190 [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@1af13fac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.191 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.191 [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@1af13fac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.191 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.210 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] 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)>
08:50:17.361 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M57.076S> interval (min=<PT5M>)
08:50:17.361 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:17.362 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M44.744S> interval (min=<PT5M>)
08:50:17.363 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.958S> interval (min=<PT5M>)
08:50:17.364 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-c8b9469e-4cbe-48c2-9b83-c684912fa39c>
08:50:17.364 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M19.523S> interval (min=<PT5M>)
08:50:17.365 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c8b9469e-4cbe-48c2-9b83-c684912fa39c>.
08:50:17.366 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c8b9469e-4cbe-48c2-9b83-c684912fa39c>.
08:50:17.368 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M46.556S> interval (min=<PT5M>)
08:50:17.368 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:17.370 [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@61badc44]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.370 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.371 [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@61badc44]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.372 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.373 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
08:50:17.483 [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.
08:50:17.484 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-c8b9469e-4cbe-48c2-9b83-c684912fa39c>
08:50:17.489 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=target:ditto/thing@twin]>
08:50:17.499 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:50:17.501 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:17.584 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:50:17.585 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:17.585 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:17.601 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M45.357S> interval (min=<PT5M>)
08:50:17.601 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M1.859S> interval (min=<PT5M>)
08:50:17.601 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M53.983S> interval (min=<PT5M>)
08:50:17.601 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-2338da23-9aed-4869-8724-f5064232fe24>
08:50:17.601 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:17.602 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M13.807S> interval (min=<PT5M>)
08:50:17.603 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2338da23-9aed-4869-8724-f5064232fe24>.
08:50:17.603 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2338da23-9aed-4869-8724-f5064232fe24>.
08:50:17.606 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.623S> interval (min=<PT5M>)
08:50:17.606 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:17.607 [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@6a425feb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.607 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.609 [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@6a425feb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.609 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.613 [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@6a425feb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.613 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.614 [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@6a425feb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.614 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.629 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
08:50:17.720 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-2338da23-9aed-4869-8724-f5064232fe24>
08:50:17.735 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M42.654S> interval (min=<PT5M>)
08:50:17.735 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:17.736 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M5.96S> interval (min=<PT5M>)
08:50:17.736 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M13.654S> interval (min=<PT5M>)
08:50:17.737 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-9828ee31-7a2d-4e2f-a624-4537049ce435>
08:50:17.737 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M11.859S> interval (min=<PT5M>)
08:50:17.738 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9828ee31-7a2d-4e2f-a624-4537049ce435>.
08:50:17.739 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9828ee31-7a2d-4e2f-a624-4537049ce435>.
08:50:17.741 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:17.741 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M49.786S> interval (min=<PT5M>)
08:50:17.743 [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@748ecc7a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.743 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.744 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@748ecc7a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.744 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.746 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Socket could not be opened for <127.0.0.1:45275> due to java.net.ConnectException: Connection refused
08:50:17.746 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-9828ee31-7a2d-4e2f-a624-4537049ce435' 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:45275'. Make sure the endpoint is reachable and that no firewall prevents the connection.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]])>
08:50:17.882 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M15.769S> interval (min=<PT5M>)
08:50:17.882 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:17.883 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M6.171S> interval (min=<PT5M>)
08:50:17.892 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M42.733S> interval (min=<PT5M>)
08:50:17.893 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-61df67d4-64e8-4ce0-8cee-5d9ad4ecb905>
08:50:17.894 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M42.226S> interval (min=<PT5M>)
08:50:17.895 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-61df67d4-64e8-4ce0-8cee-5d9ad4ecb905>.
08:50:17.895 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-61df67d4-64e8-4ce0-8cee-5d9ad4ecb905>.
08:50:17.897 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M57.029S> interval (min=<PT5M>)
08:50:17.897 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:17.898 [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@2f3049b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.898 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.899 [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@2f3049b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.900 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.903 [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@2f3049b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.903 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.904 [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@2f3049b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:17.904 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:17.914 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Failure(java.util.concurrent.CompletionException: JwtInvalidException [message='Received invalid JSON web token response from <http://127.0.0.1:41089>.', 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 [{}]])>
Jan 30, 2024 8:50:17 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
JwtInvalidException [message='Received invalid JSON web token response from <http://127.0.0.1:41089>.', 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 [{}]]
	at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:100)
	at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:87)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.parseJwt(AsyncJwtLoader.java:108)
	at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.asJsonWebToken(AsyncJwtLoader.java:91)
	at org.apache.pekko.stream.javadsl.Source.$anonfun$flatMapConcat$1(Source.scala:3894)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:540)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

08:50:18.017 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-61df67d4-64e8-4ce0-8cee-5d9ad4ecb905>
08:50:18.061 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M11.039S> interval (min=<PT5M>)
08:50:18.061 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.062 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.773S> interval (min=<PT5M>)
08:50:18.062 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M58.782S> interval (min=<PT5M>)
08:50:18.063 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-2baac216-63e3-4db1-b845-1efcf9def94d>
08:50:18.063 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M44.897S> interval (min=<PT5M>)
08:50:18.064 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2baac216-63e3-4db1-b845-1efcf9def94d>.
08:50:18.064 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2baac216-63e3-4db1-b845-1efcf9def94d>.
08:50:18.066 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M19.495S> interval (min=<PT5M>)
08:50:18.066 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.067 [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@2c4abc24]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.067 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.068 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2c4abc24]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.068 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.070 [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@2c4abc24]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.071 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.071 [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@2c4abc24]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.071 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.072 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
08:50:18.211 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M51.883S> interval (min=<PT5M>)
08:50:18.211 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.212 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M37.707S> interval (min=<PT5M>)
08:50:18.213 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.815S> interval (min=<PT5M>)
08:50:18.214 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-db851676-4ab8-4308-a01c-dfc732e984b7>
08:50:18.214 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M16.57S> interval (min=<PT5M>)
08:50:18.215 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db851676-4ab8-4308-a01c-dfc732e984b7>.
08:50:18.215 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db851676-4ab8-4308-a01c-dfc732e984b7>.
08:50:18.218 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M22.167S> interval (min=<PT5M>)
08:50:18.218 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.249 [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@6dc47bcc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.249 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.251 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6dc47bcc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.251 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.253 [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@6dc47bcc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.253 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.253 [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@6dc47bcc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.254 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.330 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-db851676-4ab8-4308-a01c-dfc732e984b7>
08:50:18.335 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
08:50:18.338 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:18.338 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:18.435 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M10.36S> interval (min=<PT5M>)
08:50:18.435 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.436 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M57.102S> interval (min=<PT5M>)
08:50:18.436 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M15.537S> interval (min=<PT5M>)
08:50:18.437 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-1c3f4ded-0fc2-4f48-8d53-333ae09256f2>
08:50:18.437 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.485S> interval (min=<PT5M>)
08:50:18.438 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1c3f4ded-0fc2-4f48-8d53-333ae09256f2>.
08:50:18.438 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1c3f4ded-0fc2-4f48-8d53-333ae09256f2>.
08:50:18.440 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.799S> interval (min=<PT5M>)
08:50:18.440 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.441 [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@1a69f2d1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.442 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.443 [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@1a69f2d1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.443 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.459 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
08:50:18.537 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M58.761S> interval (min=<PT5M>)
08:50:18.538 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.538 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.356S> interval (min=<PT5M>)
08:50:18.539 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M6.255S> interval (min=<PT5M>)
08:50:18.561 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-eee24ff4-8908-465e-bb91-a4e310eb0e91>
08:50:18.561 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.783S> interval (min=<PT5M>)
08:50:18.562 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eee24ff4-8908-465e-bb91-a4e310eb0e91>.
08:50:18.562 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eee24ff4-8908-465e-bb91-a4e310eb0e91>.
08:50:18.564 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.501S> interval (min=<PT5M>)
08:50:18.564 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.565 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-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@3e796c69]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.566 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.567 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3e796c69]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.567 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.568 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] 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.
08:50:18.694 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-eee24ff4-8908-465e-bb91-a4e310eb0e91>
08:50:18.711 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-7d329603-b95e-4930-aa6f-fa1bde986b07>
08:50:18.711 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-7d329603-b95e-4930-aa6f-fa1bde986b07>.
08:50:18.712 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-7d329603-b95e-4930-aa6f-fa1bde986b07>.
08:50:18.713 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M44.077S> interval (min=<PT5M>)
08:50:18.713 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M50.811S> interval (min=<PT5M>)
08:50:18.714 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M50.546S> interval (min=<PT5M>)
08:50:18.715 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.943S> interval (min=<PT5M>)
08:50:18.715 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.717 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M54.667S> interval (min=<PT5M>)
08:50:18.717 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-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@50051ab8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.717 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.717 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.720 [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@50051ab8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.720 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.721 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-7d329603-b95e-4930-aa6f-fa1bde986b07>.
08:50:18.721 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-7d329603-b95e-4930-aa6f-fa1bde986b07>.
08:50:18.833 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-7d329603-b95e-4930-aa6f-fa1bde986b07>
08:50:18.932 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M52.316S> interval (min=<PT5M>)
08:50:18.932 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.933 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.75S> interval (min=<PT5M>)
08:50:18.934 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M59.347S> interval (min=<PT5M>)
08:50:18.934 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-73542090-79a0-4245-956c-c1d15232c5bb>
08:50:18.934 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M21.005S> interval (min=<PT5M>)
08:50:18.935 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-73542090-79a0-4245-956c-c1d15232c5bb>.
08:50:18.935 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-73542090-79a0-4245-956c-c1d15232c5bb>.
08:50:18.938 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M12.381S> interval (min=<PT5M>)
08:50:18.938 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:18.940 [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@5356012a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.940 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.952 [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@5356012a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.953 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.961 [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@5356012a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.961 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:18.962 [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@5356012a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:18.962 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:19.017 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
08:50:19.112 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M44.399S> interval (min=<PT5M>)
08:50:19.112 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:19.113 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M20.942S> interval (min=<PT5M>)
08:50:19.114 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.074S> interval (min=<PT5M>)
08:50:19.114 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-cad2e9ef-cde8-4d74-907b-475e47d3d92e>
08:50:19.114 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M46.243S> interval (min=<PT5M>)
08:50:19.116 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-cad2e9ef-cde8-4d74-907b-475e47d3d92e>.
08:50:19.116 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-cad2e9ef-cde8-4d74-907b-475e47d3d92e>.
08:50:19.119 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M9.116S> interval (min=<PT5M>)
08:50:19.119 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:19.121 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@65d27967]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:19.121 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:19.122 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@65d27967]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:19.122 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:19.233 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-cad2e9ef-cde8-4d74-907b-475e47d3d92e>
08:50:19.304 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M40.293S> interval (min=<PT5M>)
08:50:19.304 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:19.305 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.17S> interval (min=<PT5M>)
08:50:19.305 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.937S> interval (min=<PT5M>)
08:50:19.306 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-c9b6efb6-44db-4415-ad22-38c0831189ac>
08:50:19.306 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M13.049S> interval (min=<PT5M>)
08:50:19.307 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c9b6efb6-44db-4415-ad22-38c0831189ac>.
08:50:19.308 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c9b6efb6-44db-4415-ad22-38c0831189ac>.
08:50:19.311 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.945S> interval (min=<PT5M>)
08:50:19.311 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:19.312 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-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@73e2e730]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:19.312 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:19.314 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e2e730]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:19.315 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:19.316 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-c9b6efb6-44db-4415-ad22-38c0831189ac>.
08:50:19.425 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-c9b6efb6-44db-4415-ad22-38c0831189ac>
08:50:19.513 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M44.365S> interval (min=<PT5M>)
08:50:19.513 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:19.517 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M19.266S> interval (min=<PT5M>)
08:50:19.518 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M47.801S> interval (min=<PT5M>)
08:50:19.519 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-a960595b-2a75-448b-9e4d-0a9b3594f3d7>
08:50:19.519 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M3.927S> interval (min=<PT5M>)
08:50:19.520 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a960595b-2a75-448b-9e4d-0a9b3594f3d7>.
08:50:19.520 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a960595b-2a75-448b-9e4d-0a9b3594f3d7>.
08:50:19.522 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.174S> interval (min=<PT5M>)
08:50:19.522 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:19.524 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5d3598b1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:19.524 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:19.525 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-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@5d3598b1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:19.526 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:50:19.526 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-a960595b-2a75-448b-9e4d-0a9b3594f3d7>.
08:50:19.527 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.993 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest
08:50:19.641 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:50:19.716 [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]>
08:50:19.719 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
08:50:19.725 [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>.
08:50:19.795 [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]>
08:50:19.860 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-5] 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]>
08:50:19.864 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:19.921 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] 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]>
08:50:19.923 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.005 [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]>
08:50:20.007 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.097 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
08:50:20.098 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
08:50:20.099 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Got non success status code: <418> and body: <{"foo":true}>
08:50:20.176 [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]>
08:50:20.177 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.247 [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]>
08:50:20.249 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
08:50:20.250 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - UnsupportedSignalException: Entity ID of live response <namespace:wrongthing> differs from entity ID of command <ditto:thing>.
08:50:20.330 [INFO ] [HttpPublisherActorTest-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(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
08:50:20.332 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.415 [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]>
08:50:20.417 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
08:50:20.418 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Got non success status code: <418> and body: <{"topic":"ditto/thing/things/live/messages/please-respond","headers":{"response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"please-respond","ditto-message-thing-id":"ditto:thing","content-type":"application/vnd.org.eclipse.ditto.foobar+json","correlation-id":"cid","my-custom-header":"bumlux"},"path":"/outbox/messages/please-respond","value":{"foo":true},"status":418}>
08:50:20.477 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-13] 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]>
08:50:20.479 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
08:50:20.480 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-13] 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}>
08:50:20.542 [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]>
08:50:20.544 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.558 [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]>
08:50:20.559 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.580 [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]>
08:50:20.582 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.598 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(GET), pathWithQuery=/path]>
08:50:20.600 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.627 [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]>
08:50:20.631 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.648 [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]>
08:50:20.654 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.673 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(DELETE), pathWithQuery=/path]>
08:50:20.675 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.692 [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]>
08:50:20.695 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:20.866 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-5] 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]>
08:50:20.875 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPublisherActor - Failed to send message due to <NoSuchElementException: Either.right.get on Left>
08:50:20.876 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPublisherActor - Unexpected failure when publishing signal  - NoSuchElementException: Either.right.get on Left
08:50:21.087 [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]>
08:50:21.089 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:21.175 [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]>
08:50:21.177 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
08:50:21.180 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] 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>.
08:50:21.249 [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(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
08:50:21.252 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:21.324 [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(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
08:50:21.326 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
08:50:21.438 [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]>
08:50:21.441 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.850 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest
08:50:21.495 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=replyTarget/thing:id]>
08:50:21.495 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPublisherActor - Unexpected failure when publishing signal  - IllegalStateException: Operation not allowed in uninitialized state.
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest
[INFO] [01/30/2024 08:50:21.781] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:21.814] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:21.885] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:21.961] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:21.997] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:22.068] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:22.166] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:22.205] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:22.266] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:22.297] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:22.340] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:22.368] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:22.402] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:22.435] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:22.472] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.720 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest
08:50:22.512 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.515 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.518 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.519 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.523 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.524 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.524 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.525 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.525 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.526 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.527 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.527 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.528 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.528 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:22.529 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1bddf8ac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest
08:50:22.640 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:50:22.642 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:22.642 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:22.926 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:50:22.928 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:22.928 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:23.582 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:50:23.584 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:23.822 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:50:23.824 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:24.222 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:50:24.223 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:24.224 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:50:24.415 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-9] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:50:24.417 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
[INFO] [01/30/2024 08:50:25.020] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.492 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest
08:50:25.576 [ERROR] [HttpPushFactoryTest-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Internal server error, sending 500 response
org.apache.pekko.stream.SubscriptionWithCancelException$StageWasCompleted$: null
08:50:25.765 [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
08:50:25.774 [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
08:50:25.778 [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
08:50:25.782 [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
08:50:25.786 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
08:50:25.790 [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
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.766 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest
[INFO] [01/30/2024 08:50:25.835] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:25.893] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:25.937] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:50:25.983] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest
08:50:26.059 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:50:26.272 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:26.297 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:26.321 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:26.371 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:26.371 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M35.869S> interval (min=<PT5M>)
08:50:26.372 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H56M20.137S>
08:50:26.625 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-4f97f8ff-13cf-4537-8d07-5b8e2b2b1281> was recovered: null
08:50:26.644 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-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@578786c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:26.649 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-4f97f8ff-13cf-4537-8d07-5b8e2b2b1281>: <[always-alive, priority-0]>
08:50:26.761 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:26.774 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-4f97f8ff-13cf-4537-8d07-5b8e2b2b1281> with <1> clients.
08:50:26.850 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@578786c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:26.851 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-4f97f8ff-13cf-4537-8d07-5b8e2b2b1281>: <[always-alive, priority-0]>
08:50:26.863 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
08:50:26.863 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-4f97f8ff-13cf-4537-8d07-5b8e2b2b1281> with <1> clients.
08:50:26.868 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-4f97f8ff-13cf-4537-8d07-5b8e2b2b1281>
08:50:27.005 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:27.018 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:27.021 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:27.025 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H30M21.488S>
08:50:27.026 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M31.054S> interval (min=<PT5M>)
08:50:27.026 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:27.026 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-2b40d3e3-a2bc-40da-9b33-895159a1cccb> was recovered: null
08:50:27.032 [WARN ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@23ec9901]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:27.037 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-2b40d3e3-a2bc-40da-9b33-895159a1cccb> with <1> clients.
08:50:27.155 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:27.168 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:27.171 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:27.175 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H1M11.435S>
08:50:27.175 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:27.175 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M53.448S> interval (min=<PT5M>)
08:50:27.176 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a8dfecfb-16c8-47a8-93d1-62cec1af4c4f> was recovered: null
08:50:27.178 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingException-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@6cedbbfc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:27.178 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a8dfecfb-16c8-47a8-93d1-62cec1af4c4f> with <1> clients.
08:50:27.201 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-5] 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 [{}]]
08:50:27.260 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-2b40d3e3-a2bc-40da-9b33-895159a1cccb>
08:50:27.282 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:27.295 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:27.298 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:27.301 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H3M13.502S>
08:50:27.301 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M1.859S> interval (min=<PT5M>)
08:50:27.301 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:27.302 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-615caa24-0316-46c5-8ab4-1b2ec81e01de> was recovered: null
08:50:27.304 [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@4a21cf7a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:27.306 [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-615caa24-0316-46c5-8ab4-1b2ec81e01de>: <[]>
08:50:27.310 [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>.
08:50:27.401 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a8dfecfb-16c8-47a8-93d1-62cec1af4c4f>
08:50:27.519 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-615caa24-0316-46c5-8ab4-1b2ec81e01de>
08:50:27.602 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:27.615 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:27.617 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:27.620 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.239S> interval (min=<PT5M>)
08:50:27.620 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:27.620 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H32M33.922S>
08:50:27.621 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1134b1b0-210a-4572-be5d-93eadcc24252> was recovered: null
08:50:27.622 [WARN ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-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@5561a532]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:27.623 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-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-1134b1b0-210a-4572-be5d-93eadcc24252>: <[]>
08:50:27.626 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:27.628 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithBlockedHost-bbc13b0}], connection=ImmutableConnection [id=connection-1134b1b0-210a-4572-be5d-93eadcc24252, 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-bbc13b0}]]>
08:50:27.630 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithBlockedHost-bbc13b0}]]
08:50:27.731 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1134b1b0-210a-4572-be5d-93eadcc24252>
08:50:27.814 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:27.827 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:27.829 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:27.832 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H32M41.515S>
08:50:27.832 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.697S> interval (min=<PT5M>)
08:50:27.832 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:27.833 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9ad42759-da6b-4081-88a4-9352bb40c61c> was recovered: null
08:50:27.834 [WARN ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7772cf1c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:27.835 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-9ad42759-da6b-4081-88a4-9352bb40c61c>: <[]>
08:50:27.837 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:27.943 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9ad42759-da6b-4081-88a4-9352bb40c61c>
08:50:28.022 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-9] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:28.035 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:28.037 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:28.040 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:28.040 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M58.561S> interval (min=<PT5M>)
08:50:28.040 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H59M56.146S>
08:50:28.041 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-5d9f635e-5785-46a7-b2f0-481e88edcc91> was recovered: null
08:50:28.042 [WARN ] [ConnectionPersistenceActorTest_manageConnection-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@4f2240e2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:28.043 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-5d9f635e-5785-46a7-b2f0-481e88edcc91>: <[always-alive, priority-0]>
08:50:28.046 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:28.047 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-5d9f635e-5785-46a7-b2f0-481e88edcc91> with <1> clients.
08:50:28.074 [INFO ] [ConnectionPersistenceActorTest_manageConnection-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-5d9f635e-5785-46a7-b2f0-481e88edcc91>: <[]>
08:50:28.075 [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>.
08:50:28.078 [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-5d9f635e-5785-46a7-b2f0-481e88edcc91>: <[]>
08:50:28.080 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <3>.
08:50:30.114 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-5d9f635e-5785-46a7-b2f0-481e88edcc91> was deleted recently. Shutting Actor down ...
08:50:30.115 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-5d9f635e-5785-46a7-b2f0-481e88edcc91>
08:50:30.200 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:30.213 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:30.215 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:30.218 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H47M13.125S>
08:50:30.218 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M18.664S> interval (min=<PT5M>)
08:50:30.218 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:30.219 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a9318e2f-5dea-460a-a4ba-359b92113d5a> was recovered: null
08:50:30.220 [WARN ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3016408c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:30.220 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a9318e2f-5dea-460a-a4ba-359b92113d5a> with <1> clients.
08:50:30.319 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:30.319 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M47.15S> interval (min=<PT5M>)
08:50:30.442 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a9318e2f-5dea-460a-a4ba-359b92113d5a>
08:50:30.551 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:30.553 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:30.555 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H56M27.268S>
08:50:30.555 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-49d04f84-bfdf-4307-887e-fc53b511bb5f> was recovered: null
08:50:30.560 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7d907064]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:30.560 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-49d04f84-bfdf-4307-887e-fc53b511bb5f>: <[]>
08:50:30.563 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:30.564 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7d907064]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:30.565 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-49d04f84-bfdf-4307-887e-fc53b511bb5f>: <[always-alive, priority-0]>
08:50:30.567 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>.
08:50:30.567 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-49d04f84-bfdf-4307-887e-fc53b511bb5f> with <2> clients.
08:50:30.583 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-49d04f84-bfdf-4307-887e-fc53b511bb5f>
08:50:30.727 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:30.740 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:30.743 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:30.746 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H54M49.883S>
08:50:30.746 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:30.746 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M0.82S> interval (min=<PT5M>)
08:50:30.746 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-72382238-908f-41d8-b34b-866fd133110d> was recovered: null
08:50:30.748 [WARN ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-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@349f1acd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:30.748 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-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-72382238-908f-41d8-b34b-866fd133110d>: <[]>
08:50:30.752 [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>.
08:50:30.767 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithUnknownHost-b9042ff}], connection=ImmutableConnection [id=connection-72382238-908f-41d8-b34b-866fd133110d, 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-b9042ff}]]>
08:50:30.767 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '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-b9042ff}]]
08:50:30.869 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-72382238-908f-41d8-b34b-866fd133110d>
08:50:30.951 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:30.964 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:30.966 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:30.970 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M14.453S> interval (min=<PT5M>)
08:50:30.970 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H11M38.333S>
08:50:30.970 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:30.970 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-cfcba324-55f7-4b34-a754-c0ef847f7c48> was recovered: null
08:50:30.972 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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@378ec8f7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:30.973 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-cfcba324-55f7-4b34-a754-c0ef847f7c48>: <[always-alive, priority-0]>
08:50:30.976 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:30.976 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-cfcba324-55f7-4b34-a754-c0ef847f7c48> with <1> clients.
08:50:31.002 [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-cfcba324-55f7-4b34-a754-c0ef847f7c48>: <[]>
08:50:31.004 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
08:50:31.007 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@378ec8f7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:31.008 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-cfcba324-55f7-4b34-a754-c0ef847f7c48>: <[]>
08:50:31.012 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <3>.
08:50:33.006 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-cfcba324-55f7-4b34-a754-c0ef847f7c48> was not accessed in a while. Shutting Actor down ...
08:50:33.006 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-cfcba324-55f7-4b34-a754-c0ef847f7c48>
08:50:34.078 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:34.091 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:34.094 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:34.096 [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 <PT24H6M13.939S>
08:50:34.097 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M18.277S> interval (min=<PT5M>)
08:50:34.097 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:34.097 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-98c4a8a4-0963-4421-a1b5-900a6901e9de> was recovered: null
08:50:34.099 [WARN ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-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@29099a40]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:34.099 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-98c4a8a4-0963-4421-a1b5-900a6901e9de>: <[]>
08:50:34.102 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:34.106 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-98c4a8a4-0963-4421-a1b5-900a6901e9de>: <[]>
08:50:34.108 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
08:50:36.141 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-98c4a8a4-0963-4421-a1b5-900a6901e9de> was deleted recently. Shutting Actor down ...
08:50:36.141 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-98c4a8a4-0963-4421-a1b5-900a6901e9de>
08:50:36.237 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:36.239 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:36.242 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:36.242 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.888S> interval (min=<PT5M>)
08:50:36.242 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H20M41.653S>
08:50:36.243 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-03363395-1f96-4b08-adce-3d80f82b95e3> was recovered: null
08:50:36.247 [WARN ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6800ec9a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:36.247 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDueToCustomValidator-4f856e1, validator-should-throw-exception=true}], connection=ImmutableConnection [id=connection-03363395-1f96-4b08-adce-3d80f82b95e3, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:42951, 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-4f856e1, validator-should-throw-exception=true}]]>
08:50:38.278 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-03363395-1f96-4b08-adce-3d80f82b95e3> was deleted recently. Shutting Actor down ...
08:50:38.357 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:38.370 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:38.373 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:38.376 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H24M44.539S>
08:50:38.376 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M29.429S> interval (min=<PT5M>)
08:50:38.376 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:38.377 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-2713ddcd-1246-4eb9-bfa4-48b94675a5cf> was recovered: null
08:50:38.379 [WARN ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7d359f7c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:38.379 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-2713ddcd-1246-4eb9-bfa4-48b94675a5cf>: <[always-alive, priority-0]>
08:50:38.382 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:38.382 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-2713ddcd-1246-4eb9-bfa4-48b94675a5cf> with <1> clients.
08:50:38.407 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-2713ddcd-1246-4eb9-bfa4-48b94675a5cf>: <[]>
08:50:38.409 [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>.
08:50:40.450 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-2713ddcd-1246-4eb9-bfa4-48b94675a5cf> was deleted recently. Shutting Actor down ...
08:50:40.450 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-2713ddcd-1246-4eb9-bfa4-48b94675a5cf>
08:50:40.524 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:40.537 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:40.539 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:40.542 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H40M28.693S>
08:50:40.542 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:40.542 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M26.657S> interval (min=<PT5M>)
08:50:40.543 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-7e09bbdd-ebb6-4770-9231-fb8b8d4680fa> was recovered: null
08:50:40.545 [WARN ] [ConnectionPersistenceActorTest_enableConnectionLogs-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@579f30dd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:40.545 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-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-7e09bbdd-ebb6-4770-9231-fb8b8d4680fa>: <[always-alive, priority-0]>
08:50:40.547 [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>.
08:50:40.548 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-7e09bbdd-ebb6-4770-9231-fb8b8d4680fa> with <1> clients.
08:50:40.576 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-7e09bbdd-ebb6-4770-9231-fb8b8d4680fa>
08:50:40.688 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:40.701 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:40.704 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:40.708 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H46.292S>
08:50:40.709 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:40.709 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.234S> interval (min=<PT5M>)
08:50:40.715 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-4d11e64e-d2af-40ef-a30a-7f7d662b6f7a> was recovered: null
08:50:40.715 [WARN ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@26654dc2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:40.715 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-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-4d11e64e-d2af-40ef-a30a-7f7d662b6f7a>: <[always-alive, priority-0]>
08:50:40.718 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:40.719 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-4d11e64e-d2af-40ef-a30a-7f7d662b6f7a> with <1> clients.
08:50:40.744 [WARN ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-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@26654dc2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:40.745 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-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-4d11e64e-d2af-40ef-a30a-7f7d662b6f7a>: <[always-alive, priority-0]>
08:50:40.748 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
08:50:40.749 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-4d11e64e-d2af-40ef-a30a-7f7d662b6f7a> with <1> clients.
08:50:40.852 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-4d11e64e-d2af-40ef-a30a-7f7d662b6f7a>
08:50:40.946 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:40.949 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:40.952 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H56M56.429S>
08:50:40.952 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:40.952 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M7.189S> interval (min=<PT5M>)
08:50:40.952 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1dbf73e4-e9c8-418b-b19a-cb87d43262b4> was recovered: null
08:50:40.962 [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@60820ce3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:40.963 [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-4d72e90, should-throw-exception=true}], connection=ImmutableConnection [id=connection-1dbf73e4-e9c8-418b-b19a-cb87d43262b4, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:44427, 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 [{}]]>
08:50:42.990 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-1dbf73e4-e9c8-418b-b19a-cb87d43262b4> was deleted recently. Shutting Actor down ...
08:50:43.074 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:43.088 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:43.090 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:43.093 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H45M37.766S>
08:50:43.093 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M51.709S> interval (min=<PT5M>)
08:50:43.093 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:43.094 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1c914e20-1ff1-46a3-84bb-232b77ec4ea1> was recovered: null
08:50:43.095 [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-8a66f2e}], connection=ImmutableConnection [id=connection-1c914e20-1ff1-46a3-84bb-232b77ec4ea1, 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-8a66f2e}]]>
08:50:43.095 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithBlockedHost-8a66f2e}]]
08:50:43.197 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1c914e20-1ff1-46a3-84bb-232b77ec4ea1>
08:50:43.278 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:43.291 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:43.294 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:43.297 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H52M31.924S>
08:50:43.297 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M52.125S> interval (min=<PT5M>)
08:50:43.297 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:43.298 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c9dd0a00-d840-42db-8a59-318e896b8fe9> was recovered: null
08:50:43.300 [WARN ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-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@11091832]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:43.300 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-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-c9dd0a00-d840-42db-8a59-318e896b8fe9>: <[always-alive, priority-0]>
08:50:43.304 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:43.304 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-c9dd0a00-d840-42db-8a59-318e896b8fe9> with <1> clients.
08:50:43.332 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c9dd0a00-d840-42db-8a59-318e896b8fe9>
08:50:43.417 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:43.430 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:43.432 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:43.435 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H34M44.62S>
08:50:43.435 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.741S> interval (min=<PT5M>)
08:50:43.435 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:43.436 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-39168c6a-51b4-43a9-bc98-ab18aca33a56> was recovered: null
08:50:43.443 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithUnknownHost-0ac6fea}], connection=ImmutableConnection [id=connection-39168c6a-51b4-43a9-bc98-ab18aca33a56, 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-0ac6fea}]]>
08:50:43.444 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-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 '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-0ac6fea}]]
08:50:43.545 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-39168c6a-51b4-43a9-bc98-ab18aca33a56>
08:50:43.625 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:43.643 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:43.645 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:43.647 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H49M7.938S>
08:50:43.647 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.743S> interval (min=<PT5M>)
08:50:43.647 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:43.648 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ad8a66f8-9b11-4c81-9238-4217b96e2f1e> was recovered: null
08:50:43.649 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4b0d85a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:43.650 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ad8a66f8-9b11-4c81-9238-4217b96e2f1e> with <1> clients.
08:50:43.671 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionIdInvalidException [message='The Connection ID 'invalid' is not valid.', errorCode=connectivity:connection.id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must be conform to the regular expression: <[a-zA-Z0-9-_:]{1,100}>.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
08:50:43.744 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:43.756 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:43.759 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:43.762 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H12M48.681S>
08:50:43.762 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M25.219S> interval (min=<PT5M>)
08:50:43.762 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:43.762 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1dd4fda0-b313-46d5-a109-446449e60940> was recovered: null
08:50:43.764 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-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@3c38222f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:43.764 [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:connectionCreated> for connection with ID <connection-1dd4fda0-b313-46d5-a109-446449e60940>: <[always-alive, priority-0]>
08:50:43.767 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:43.767 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1dd4fda0-b313-46d5-a109-446449e60940> with <1> clients.
08:50:43.791 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-1dd4fda0-b313-46d5-a109-446449e60940>: <[]>
08:50:43.793 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
08:50:43.795 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-12] 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-bf0f6ae}], connectionId=connection-1dd4fda0-b313-46d5-a109-446449e60940]>
08:50:43.795 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] 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-1dd4fda0-b313-46d5-a109-446449e60940' 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-bf0f6ae}]]
08:50:43.797 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1dd4fda0-b313-46d5-a109-446449e60940>
08:50:43.872 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ad8a66f8-9b11-4c81-9238-4217b96e2f1e>
08:50:43.879 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:43.892 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:43.894 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:43.897 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H8M19.775S>
08:50:43.897 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M52.037S> interval (min=<PT5M>)
08:50:43.897 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:43.898 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-2a750b60-1e60-46ea-8b5d-085d8e78e226> was recovered: null
08:50:43.899 [WARN ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-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@1295a5ed]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:43.899 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-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-2a750b60-1e60-46ea-8b5d-085d8e78e226>: <[always-alive, priority-0]>
08:50:43.902 [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>.
08:50:43.903 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-2a750b60-1e60-46ea-8b5d-085d8e78e226> with <1> clients.
08:50:43.929 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-2a750b60-1e60-46ea-8b5d-085d8e78e226>
08:50:45.981 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.69S> interval (min=<PT5M>)
08:50:45.982 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273, Up), Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42849, Up)), Set(), Set(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42849), Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273), HashMap(thing-event-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273), live-signal-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273), blocked-namespaces-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273), dc-default -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273), connectivity -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273), acks-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273), policy-announcement-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273)))>
08:50:46.102 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:46.114 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:46.117 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:46.119 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H22M19.381S>
08:50:46.120 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-3c270cf2-e157-4a29-97d5-7d135eec4b19> was recovered: null
08:50:46.122 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6f346b2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:46.122 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-3c270cf2-e157-4a29-97d5-7d135eec4b19>: <[]>
08:50:46.125 [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>.
08:50:46.127 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6f346b2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:46.127 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-3c270cf2-e157-4a29-97d5-7d135eec4b19>: <[always-alive, priority-0]>
08:50:46.129 [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>.
08:50:46.130 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-3c270cf2-e157-4a29-97d5-7d135eec4b19> with <2> clients.
08:50:46.183 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-3c270cf2-e157-4a29-97d5-7d135eec4b19>: <[]>
08:50:46.185 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <3>.
08:50:46.188 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-3c270cf2-e157-4a29-97d5-7d135eec4b19>: <[]>
08:50:46.190 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <4>.
08:50:47.613 [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:40273/remote/pekko/ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42849/user/shardRegionMock-connection-3c270cf2-e157-4a29-97d5-7d135eec4b19/connection-3c270cf2-e157-4a29-97d5-7d135eec4b19/pa/$a/c2#-1146207533].
08:50:48.230 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-3c270cf2-e157-4a29-97d5-7d135eec4b19> was deleted recently. Shutting Actor down ...
08:50:48.231 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-3c270cf2-e157-4a29-97d5-7d135eec4b19>
08:50:48.307 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:48.320 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:48.322 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:48.325 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H37M12.687S>
08:50:48.325 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M59.174S> interval (min=<PT5M>)
08:50:48.325 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:48.326 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c6da5206-eedf-4690-853d-c27cc35bdff4> was recovered: null
08:50:48.327 [WARN ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@40efb240]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:48.328 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-c6da5206-eedf-4690-853d-c27cc35bdff4>: <[]>
08:50:48.331 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:48.535 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c6da5206-eedf-4690-853d-c27cc35bdff4>
08:50:48.634 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:48.647 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:48.651 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:48.658 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H29M53.328S>
08:50:48.662 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.3S> interval (min=<PT5M>)
08:50:48.662 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:48.677 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-cc3ff9fb-a2d2-498e-80a8-a44b0f76b543> was recovered: null
08:50:48.677 [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@23fea116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:48.678 [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-cc3ff9fb-a2d2-498e-80a8-a44b0f76b543>: <[always-alive, priority-0]>
08:50:48.681 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:48.683 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-cc3ff9fb-a2d2-498e-80a8-a44b0f76b543> with <1> clients.
08:50:48.712 [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@23fea116]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:48.712 [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-cc3ff9fb-a2d2-498e-80a8-a44b0f76b543>: <[always-alive, priority-0]>
08:50:48.716 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
08:50:48.720 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-cc3ff9fb-a2d2-498e-80a8-a44b0f76b543> with <1> clients.
08:50:48.728 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-cc3ff9fb-a2d2-498e-80a8-a44b0f76b543>
08:50:48.808 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:48.822 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:48.825 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:48.829 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H20M52.43S>
08:50:48.829 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M50.506S> interval (min=<PT5M>)
08:50:48.829 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:48.830 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-7f12397d-9807-45fe-8a07-5823b5b5bf67> was recovered: null
08:50:48.831 [WARN ] [ConnectionPersistenceActorTest_resetConnectionLogs-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@39fb8b84]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:48.831 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-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-7f12397d-9807-45fe-8a07-5823b5b5bf67>: <[always-alive, priority-0]>
08:50:48.834 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:48.834 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-7f12397d-9807-45fe-8a07-5823b5b5bf67> with <1> clients.
08:50:48.861 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-7f12397d-9807-45fe-8a07-5823b5b5bf67>
08:50:48.960 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:48.963 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:48.966 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H11M12.444S>
08:50:48.966 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:48.966 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M51.44S> interval (min=<PT5M>)
08:50:48.967 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-39cdd81c-1096-4607-afe0-43e3f4e465a9> was recovered: null
08:50:48.969 [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@7573ffb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:48.969 [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-39cdd81c-1096-4607-afe0-43e3f4e465a9>: <[always-alive, priority-0]>
08:50:48.972 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:48.973 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-39cdd81c-1096-4607-afe0-43e3f4e465a9> with <1> clients.
08:50:48.974 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <0> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
	... 19 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.GeneratedConstructorAccessor229.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 10 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:50:48.975 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
	... 19 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.GeneratedConstructorAccessor229.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 10 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:50:48.975 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.a.p.a.ActorCell - changing Recreate into Create after org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
08:50:48.976 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <1> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
	... 26 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.GeneratedConstructorAccessor229.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 17 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:50:48.977 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
	... 26 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.GeneratedConstructorAccessor229.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 17 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:50:48.977 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.a.p.a.ActorCell - changing Recreate into Create after org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
08:50:48.977 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <2> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
	... 26 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.GeneratedConstructorAccessor229.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 17 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:50:48.977 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
	... 26 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.GeneratedConstructorAccessor229.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 17 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:50:48.977 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.a.p.a.ActorCell - changing Recreate into Create after org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
08:50:48.977 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <3> times, which exceeds the maximum allowed number of <3> failures. Will escalate the failure.
java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
	... 26 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.GeneratedConstructorAccessor229.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 17 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:50:48.978 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <0> times, which exceeds the maximum allowed number of <0> failures. Will escalate the failure.
java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
	... 26 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.GeneratedConstructorAccessor229.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 17 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:50:48.979 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.a.p.a.OneForOneStrategy - 'FailingActor' intentionally failing for 1 of 4 times
java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
	... 26 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.GeneratedConstructorAccessor229.newInstance(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 17 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-485/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:50:48.980 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-39cdd81c-1096-4607-afe0-43e3f4e465a9>
08:50:49.079 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
08:50:49.080 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42849], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
08:50:49.080 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40273], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
08:50:49.080 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42849], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
08:50:49.096 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:49.110 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:49.112 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:49.160 [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 <PT23H49M56.309S>
08:50:49.161 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:49.161 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.718S> interval (min=<PT5M>)
08:50:49.161 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c7510883-0eb6-41b6-b76e-1799cac632b8> was recovered: null
08:50:49.163 [WARN ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4ed8712e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:49.164 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-c7510883-0eb6-41b6-b76e-1799cac632b8>: <[always-alive, priority-0]>
08:50:49.166 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:49.167 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-c7510883-0eb6-41b6-b76e-1799cac632b8> with <1> clients.
08:50:49.182 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-c7510883-0eb6-41b6-b76e-1799cac632b8>: <[]>
08:50:49.184 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
08:50:49.186 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c7510883-0eb6-41b6-b76e-1799cac632b8>
08:50:49.293 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H19M48.771S>
08:50:49.348 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c7510883-0eb6-41b6-b76e-1799cac632b8> was recovered: ImmutableConnection [id=connection-c7510883-0eb6-41b6-b76e-1799cac632b8, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:37921, 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-30T08:50:49.162001598Z, created=2024-01-30T08:50:49.162001598Z]
08:50:49.356 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c7510883-0eb6-41b6-b76e-1799cac632b8>
08:50:49.441 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:49.454 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:49.461 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:49.465 [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 <PT24H15M55.869S>
08:50:49.465 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M38.22S> interval (min=<PT5M>)
08:50:49.465 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:49.466 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1fde6bb3-2ebf-4193-a705-503b866103e8> was recovered: null
08:50:49.468 [WARN ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7cc7e208]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:49.468 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-1fde6bb3-2ebf-4193-a705-503b866103e8>: <[always-alive, priority-0]>
08:50:49.471 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:49.472 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1fde6bb3-2ebf-4193-a705-503b866103e8> with <1> clients.
08:50:49.504 [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-1fde6bb3-2ebf-4193-a705-503b866103e8>: <[]>
08:50:49.506 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
08:50:49.510 [WARN ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-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@7cc7e208]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:49.511 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-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-1fde6bb3-2ebf-4193-a705-503b866103e8>: <[always-alive, priority-0]>
08:50:49.513 [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>.
08:50:49.514 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1fde6bb3-2ebf-4193-a705-503b866103e8> with <1> clients.
08:50:49.519 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1fde6bb3-2ebf-4193-a705-503b866103e8>
08:50:49.618 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:49.631 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:49.633 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:49.636 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H47M16.814S>
08:50:49.636 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:49.636 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M11.826S> interval (min=<PT5M>)
08:50:49.636 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-32598f17-ec1e-4e4a-9a0b-d9a523444890> was recovered: null
08:50:49.637 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <TestConnection [type=connectivity.commands:testConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithBlockedHost-4e57f5c}], connection=ImmutableConnection [id=connection-32598f17-ec1e-4e4a-9a0b-d9a523444890, 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-4e57f5c}]]>
08:50:49.638 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithBlockedHost-4e57f5c}]]
08:50:49.739 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-32598f17-ec1e-4e4a-9a0b-d9a523444890>
08:50:49.811 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:49.823 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:49.825 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:49.828 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H10M58.795S>
08:50:49.828 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:49.828 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M28.266S> interval (min=<PT5M>)
08:50:49.829 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9b7ad154-a7d5-4d90-8a66-fd5a2246ce5d> was recovered: null
08:50:49.829 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <TestConnection [type=connectivity.commands:testConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithUnknownHost-3f21860}], connection=ImmutableConnection [id=connection-9b7ad154-a7d5-4d90-8a66-fd5a2246ce5d, 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-3f21860}]]>
08:50:49.830 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-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 '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-3f21860}]]
08:50:49.931 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9b7ad154-a7d5-4d90-8a66-fd5a2246ce5d>
08:50:50.013 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:50.025 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:50.028 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:50.030 [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 <PT23H11M39.671S>
08:50:50.030 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:50.030 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M49.512S> interval (min=<PT5M>)
08:50:50.031 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c0ae80af-1ac8-49df-9834-3453e65ae897> was recovered: null
08:50:50.031 [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-badfa3a}], connectionId=connection-c0ae80af-1ac8-49df-9834-3453e65ae897]>
08:50:50.032 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-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-c0ae80af-1ac8-49df-9834-3453e65ae897' 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-badfa3a}]]
08:50:50.033 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c0ae80af-1ac8-49df-9834-3453e65ae897>
08:50:50.115 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:50.128 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:50.130 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:50.133 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H11M5.336S>
08:50:50.133 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.277S> interval (min=<PT5M>)
08:50:50.133 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:50.133 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-21195bce-94ca-49b4-a167-fb8d3bb51968> was recovered: null
08:50:50.135 [WARN ] [ConnectionPersistenceActorTest_recoverOpenConnection-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@1400fda]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:50.135 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-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-21195bce-94ca-49b4-a167-fb8d3bb51968>: <[always-alive, priority-0]>
08:50:50.138 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:50.138 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-21195bce-94ca-49b4-a167-fb8d3bb51968> with <1> clients.
08:50:50.162 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-21195bce-94ca-49b4-a167-fb8d3bb51968>
08:50:50.266 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H30M41.092S>
08:50:50.271 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-21195bce-94ca-49b4-a167-fb8d3bb51968> was recovered: ImmutableConnection [id=connection-21195bce-94ca-49b4-a167-fb8d3bb51968, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:43517, 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-30T08:50:50.133859866Z, created=2024-01-30T08:50:50.133859866Z]
08:50:50.271 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-21195bce-94ca-49b4-a167-fb8d3bb51968> with <1> clients.
08:50:50.381 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-21195bce-94ca-49b4-a167-fb8d3bb51968>
08:50:50.452 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:50.465 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:50.467 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:50.469 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H52M19.787S>
08:50:50.469 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M56.02S> interval (min=<PT5M>)
08:50:50.469 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:50.470 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-4b1f0d31-fb9e-4f13-8dcf-6ee918dcae9a> was recovered: null
08:50:50.472 [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@48c1439b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:50.472 [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-4b1f0d31-fb9e-4f13-8dcf-6ee918dcae9a>: <[always-alive, priority-0]>
08:50:50.474 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:50.475 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-4b1f0d31-fb9e-4f13-8dcf-6ee918dcae9a> with <1> clients.
08:50:50.502 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-4b1f0d31-fb9e-4f13-8dcf-6ee918dcae9a>
08:50:50.573 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:50.586 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:50.588 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:50.591 [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 <PT24H55M17.176S>
08:50:50.591 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.93S> interval (min=<PT5M>)
08:50:50.591 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:50.592 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-4e3154c3-8012-497d-9b66-ae23b732b3ae> was recovered: null
08:50:50.593 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3d29ccfe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:50.594 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-4e3154c3-8012-497d-9b66-ae23b732b3ae>: <[always-alive, priority-0]>
08:50:50.597 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:50.597 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-4e3154c3-8012-497d-9b66-ae23b732b3ae> with <1> clients.
08:50:50.633 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-4e3154c3-8012-497d-9b66-ae23b732b3ae>: <[]>
08:50:50.635 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
08:50:52.675 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-4e3154c3-8012-497d-9b66-ae23b732b3ae> was deleted recently. Shutting Actor down ...
08:50:52.675 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-4e3154c3-8012-497d-9b66-ae23b732b3ae>
08:50:52.780 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H55M17.851S>
08:50:52.783 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-4e3154c3-8012-497d-9b66-ae23b732b3ae> was recovered: null
08:50:52.784 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] 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-f36548b}], connectionId=connection-4e3154c3-8012-497d-9b66-ae23b732b3ae]>
08:50:52.784 [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-4e3154c3-8012-497d-9b66-ae23b732b3ae' 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-f36548b}]]
08:50:52.785 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-4e3154c3-8012-497d-9b66-ae23b732b3ae>
08:50:52.893 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:52.896 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:52.898 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H40.033S>
08:50:52.899 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M5.467S> interval (min=<PT5M>)
08:50:52.899 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:52.899 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-57eedfeb-031d-4962-9431-a1b53b6af29c> was recovered: null
08:50:52.903 [WARN ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6aea90fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:52.903 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-57eedfeb-031d-4962-9431-a1b53b6af29c>: <[always-alive, priority-0]>
08:50:52.910 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:52.910 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-57eedfeb-031d-4962-9431-a1b53b6af29c> with <1> clients.
08:50:52.911 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-091 connection connection-57eedfeb-031d-4962-9431-a1b53b6af29c.
08:50:53.011 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-10 connection connection-57eedfeb-031d-4962-9431-a1b53b6af29c.
08:50:53.111 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt connection connection-57eedfeb-031d-4962-9431-a1b53b6af29c.
08:50:53.211 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-kafka connection connection-57eedfeb-031d-4962-9431-a1b53b6af29c.
08:50:53.311 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-http-push connection connection-57eedfeb-031d-4962-9431-a1b53b6af29c.
08:50:53.411 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt-5 connection connection-57eedfeb-031d-4962-9431-a1b53b6af29c.
08:50:53.511 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Restart command sent to ConnectionSupervisorActor Actor[pekko://ConnectionPersistenceActorTest_testRestartByConnectionType/system/testProbe-515#-671551087].
08:50:53.513 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-57eedfeb-031d-4962-9431-a1b53b6af29c>
08:50:53.584 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:50:53.597 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:50:53.599 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:50:53.601 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H42M5.78S>
08:50:53.601 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M42.649S> interval (min=<PT5M>)
08:50:53.602 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:50:53.602 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ebe91ae9-6f22-4e65-a6ac-ff091e6af087> was recovered: null
08:50:53.603 [WARN ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2597f4c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:53.604 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-ebe91ae9-6f22-4e65-a6ac-ff091e6af087>: <[always-alive, priority-0]>
08:50:53.606 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:50:53.607 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ebe91ae9-6f22-4e65-a6ac-ff091e6af087> with <1> clients.
08:50:53.632 [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@2597f4c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:50:53.632 [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:connectionModified> for connection with ID <connection-ebe91ae9-6f22-4e65-a6ac-ff091e6af087>: <[always-alive, priority-0]>
08:50:53.635 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
08:50:53.635 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ebe91ae9-6f22-4e65-a6ac-ff091e6af087> with <1> clients.
08:50:53.638 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ebe91ae9-6f22-4e65-a6ac-ff091e6af087>
08:50:53.641 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H6M46.849S>
08:50:53.649 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ebe91ae9-6f22-4e65-a6ac-ff091e6af087> was recovered: ImmutableConnection [id=connection-ebe91ae9-6f22-4e65-a6ac-ff091e6af087, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=false, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:46021, 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-30T08:50:53.631558051Z, created=null]
08:50:53.649 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ebe91ae9-6f22-4e65-a6ac-ff091e6af087> with <1> clients.
08:50:53.656 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ebe91ae9-6f22-4e65-a6ac-ff091e6af087>
[WARNING] Tests run: 39, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 27.60 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest
[INFO] Tests run: 125, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest
[INFO] [01/30/2024 08:50:56.977] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.212 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest
08:50:57.399 [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.
java.lang.IllegalArgumentException: null
	... 35 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalateStrategyEscalatesOnTheFirstFailure(OneForOneEscalateStrategyTest.java:91)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:50:57.402 [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.
java.lang.IllegalArgumentException: null
	... 35 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:50:57.402 [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.
java.lang.IllegalArgumentException: null
	... 35 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:50:57.403 [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.
java.lang.IllegalArgumentException: null
	... 35 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:50:57.404 [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.
java.lang.IllegalArgumentException: null
	... 35 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:50:57.405 [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.
java.lang.IllegalArgumentException: null
	... 35 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:50:57.405 [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.
java.lang.IllegalArgumentException: null
	... 35 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:50:57.405 [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.
java.lang.IllegalArgumentException: null
	... 35 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest
08:50:57.470 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
08:50:57.485 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest
08:50:57.489 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:50:57.561 [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>.
08:50:57.562 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:57.585 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=4ab6bc9e-e7b4-4e53-9ec8-42cc27473c12, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:57.648 [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>.
08:50:57.650 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:57.663 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=a29478de-73b5-4ddb-901a-b5bb8ef4d560, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:57.722 [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>.
08:50:57.724 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:57.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=b27072ab-bee1-479a-ac94-ec7bce9f56dd, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:57.808 [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>.
08:50:57.811 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:57.824 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d6b7d222-b73d-4e85-86eb-1c365864b9d6, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:57.906 [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>.
08:50:57.908 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:57.922 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=76d1a915-2468-4150-b637-33182673626d, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.001 [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>.
08:50:58.003 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.017 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=b7350a57-0ed7-45c0-b76b-9f1db1b5f330, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.088 [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>.
08:50:58.091 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.104 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=3385d1c3-509d-45b7-9832-92f0d9da361c, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.182 [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>.
08:50:58.184 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.198 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=4585dcd1-fd9d-4c26-a2c1-068a72d068fe, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.266 [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>.
08:50:58.268 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.281 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=a507a4e6-c626-49be-b0d2-7ec633d74857, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.340 [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>.
08:50:58.342 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.355 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=5cf33b7d-cee2-4f86-87de-fcf10f8f925e, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.414 [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>.
08:50:58.415 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.428 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=66daa797-efc6-4340-9a37-97f2f2e738f7, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.429 [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 <PT1M>.
08:50:58.429 [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 '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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=66daa797-efc6-4340-9a37-97f2f2e738f7, 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:38241/user/ackr0-66daa797-efc6-4340-9a37-97f2f2e738f7#1659454911}]]>.
08:50:58.497 [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>.
08:50:58.499 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.512 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=a3e7d487-9eda-4bcc-8115-662e38b7c732, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.513 [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>.
08:50:58.574 [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>.
08:50:58.576 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=403a6d3e-9ee8-4f8c-bead-051d300f9dca, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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.
08:50:58.700 [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>.
08:50:58.704 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d63db191-e8f8-4747-b204-b28a9435e879, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.809 [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>.
08:50:58.812 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.826 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=c24db7a4-eae7-4bbf-ae43-fa74150e8546, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.827 [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>.
08:50:58.827 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=c24db7a4-eae7-4bbf-ae43-fa74150e8546, 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:36315/user/ackr0-c24db7a4-eae7-4bbf-ae43-fa74150e8546#-1555427206}]]>.
08:50:58.828 [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.
08:50:58.903 [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>.
08:50:58.905 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:58.918 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=88cecc6c-25b6-4bd5-a9ba-5caa3c2ce4be, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:50:58.919 [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>.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.448 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest
08:50:58.938 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest
08:50:59.275 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:50:59.346 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:59.461 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {amqp.message.annotation:user-id=value, correlation-id=cor-}
08:50:59.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{correlation-id=cor-, user-id=value, ditto-origin=connection-816c978c-9568-463c-8de6-14dbe297b807, 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}]
08:50:59.468 [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>.
08:50:59.583 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:50:59.653 [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>.
08:50:59.674 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:00.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:00.160 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:00.162 [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>.
08:51:00.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' was closed. Will try to recreate after some backoff.
08:51:01.180 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' created.
08:51:01.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:01.386 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:01.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>.
08:51:01.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cor-}
08:51:01.486 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-816c978c-9568-463c-8de6-14dbe297b807, 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}]
08:51:01.565 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:01.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cor-, content-type=text/plain}
08:51:01.572 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-816c978c-9568-463c-8de6-14dbe297b807, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
08:51:01.572 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-816c978c-9568-463c-8de6-14dbe297b807, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
08:51:01.573 [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>.
08:51:01.573 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-816c978c-9568-463c-8de6-14dbe297b807, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
08:51:01.573 [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>.
08:51:01.670 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:01.672 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cor-, content-type=text/plain}
08:51:01.675 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-816c978c-9568-463c-8de6-14dbe297b807, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
08:51:01.738 [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>.
08:51:01.759 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:01.923 [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>.
08:51:01.944 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:01.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:01.978 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:01.979 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
08:51:01.981 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}>, isSuccess=<true>, ackType=<1 accepted>
08:51:02.047 [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>.
08:51:02.069 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:02.102 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:02.105 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:02.106 [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>.
08:51:02.106 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingUnavailableException [message='The Thing with ID 'ditto:thing' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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:40735/user/ackr0-cid#-882685854}]]>.
08:51:02.106 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.unavailable' when ExternalMessage was processed: The Thing with ID 'ditto:thing' is not available, please try again later. - The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.
08:51:02.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]>
08:51:02.171 [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>.
08:51:02.192 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:02.225 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:02.227 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:02.228 [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>.
08:51:02.228 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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:41745/user/ackr0-cid#411560606}]]>.
08:51:02.229 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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.
08:51:02.229 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]>
08:51:02.295 [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>.
08:51:02.316 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:02.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:02.352 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:02.353 [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>.
08:51:02.353 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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:44189/user/ackr0-cid#-1318200285}]]>.
08:51:02.354 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'ditto:thing' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions.
08:51:02.354 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}>, isSuccess=<false>, ackType=<2 rejected>
08:51:02.432 [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>.
08:51:02.453 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:02.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:02.488 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:02.489 [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>.
08:51:02.490 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}>, isSuccess=<false>, ackType=<2 rejected>
08:51:02.560 [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>.
08:51:02.581 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:02.610 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:02.613 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:02.745 [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>.
08:51:02.766 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:02.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:02.793 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <faulty>: <The external message with content-type 'text/plain' could not be mapped.>
08:51:02.793 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=text/plain, ditto-entity-id=thing:ditto:thing, response-required=false, device_id=ditto:thing, thing_id=ditto:thing, correlation-id=amqp-10-test, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}]] : and external headers {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:02.794 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:02.795 [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>.
08:51:02.876 [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>.
08:51:02.896 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:02.920 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:02.923 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:02.924 [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>.
08:51:03.021 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:03.147 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:03.174 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=_invalid, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:03.176 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.>
08:51:03.176 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, response-required=false, device_id=_invalid, thing_id=ditto:thing, correlation-id=amqp-10-test, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e0348522-4a77-4cee-be59-b48cb6cc5170, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}]] : and external headers {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=_invalid}
08:51:03.262 [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>.
08:51:03.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>.
08:51:03.307 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:03.311 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:03.312 [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>.
08:51:03.313 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:03.314 [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>.
08:51:03.314 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:03.385 [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>.
08:51:03.405 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:51:03.429 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=amqp-10-test, reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing}
08:51:03.433 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:03.434 [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>.
08:51:03.435 [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-e0348522-4a77-4cee-be59-b48cb6cc5170, 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}]
08:51:03.521 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.278 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest
08:51:03.803 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-07e3a3f1-b6a0-4f96-b56c-12e6a06ca3f7> closed.
08:51:03.827 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection.
java.lang.IllegalStateException: failureOnCreateConsumer
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createJmsConsumer(JMSConnectionHandlingActor.java:378)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$createConsumers$5(JMSConnectionHandlingActor.java:350)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180)
	at java.base/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104)
	at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:711)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
	at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
	at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
	at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
	at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createConsumers(JMSConnectionHandlingActor.java:354)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:279)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237)
	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33)
	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29)
	at scala.PartialFunction.applyOrElse(PartialFunction.scala:214)
	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213)
	at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29)
	at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:51:03.827 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnCreateConsumer
08:51:03.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-07e3a3f1-b6a0-4f96-b56c-12e6a06ca3f7> closed.
08:51:04.017 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:failed to create session
08:51:04.040 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection.
java.lang.IllegalStateException: failureOnJmsConnect
	at org.apache.qpid.jms.JmsConnection.start(JmsConnection.java:358)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$startConnection$2(JMSConnectionHandlingActor.java:299)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.safelyExecuteJmsOperation(JMSConnectionHandlingActor.java:318)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.startConnection(JMSConnectionHandlingActor.java:298)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:277)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237)
	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33)
	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29)
	at scala.PartialFunction.applyOrElse(PartialFunction.scala:214)
	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213)
	at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29)
	at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:51:04.040 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnJmsConnect
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest
08:51:04.052 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:51:04.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M47.324S> interval (min=<PT5M>)
08:51:04.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:04.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M5.174S> interval (min=<PT5M>)
08:51:04.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.71S> interval (min=<PT5M>)
08:51:04.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.832S> interval (min=<PT5M>)
08:51:04.112 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:04.113 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:04.113 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:04.117 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:04.117 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M57.775S> interval (min=<PT5M>)
08:51:04.118 [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@3077ded5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:04.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:04.119 [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@3077ded5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:04.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:04.122 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:04.122 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:04.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:04.202 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:04.202 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:04.202 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:04.228 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:04.412 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:51:04.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:04.418 [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-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:04.419 [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>.
08:51:04.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}>, isSuccess=<true>, ackType=<1 accepted>
08:51:04.420 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
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
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384)
	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48)
	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:51:04.424 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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]>
08:51:04.624 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:51:04.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M42.804S> interval (min=<PT5M>)
08:51:04.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:04.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:51:04.701 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.056S> interval (min=<PT5M>)
08:51:04.701 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M11.53S> interval (min=<PT5M>)
08:51:04.701 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M57.2S> interval (min=<PT5M>)
08:51:04.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1be27913-e987-41aa-a913-71fc223a6a91>.
08:51:04.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1be27913-e987-41aa-a913-71fc223a6a91>.
08:51:04.733 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-1be27913-e987-41aa-a913-71fc223a6a91>
08:51:04.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M36.603S> interval (min=<PT5M>)
08:51:04.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:04.738 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@178b9092]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:04.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:04.740 [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@178b9092]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:04.740 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:04.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:04.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:04.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-1be27913-e987-41aa-a913-71fc223a6a91> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]]
08:51:04.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:04.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:04.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:04.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-1be27913-e987-41aa-a913-71fc223a6a91>
08:51:05.020 [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.
08:51:05.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:05.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:05.025 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-1be27913-e987-41aa-a913-71fc223a6a91, 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}]
08:51:05.026 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
08:51:05.027 [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-1be27913-e987-41aa-a913-71fc223a6a91, 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}]
08:51:05.028 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
08:51:05.079 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M47.614S> interval (min=<PT5M>)
08:51:05.079 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:05.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M11.434S> interval (min=<PT5M>)
08:51:05.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M14.011S> interval (min=<PT5M>)
08:51:05.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.955S> interval (min=<PT5M>)
08:51:05.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:05.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:05.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:05.113 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M0.27S> interval (min=<PT5M>)
08:51:05.113 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:05.114 [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@1ce2a343]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:05.114 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:05.116 [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@1ce2a343]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:05.116 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:05.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:05.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:05.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:05.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:05.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:05.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:05.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:05.402 [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.
08:51:05.413 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection interrupted: amqp://test:1234
08:51:06.318 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://test:1234
08:51:06.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:06.462 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M2.348S> interval (min=<PT5M>)
08:51:06.462 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:06.463 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.815S> interval (min=<PT5M>)
08:51:06.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M42.077S> interval (min=<PT5M>)
08:51:06.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M49.824S> interval (min=<PT5M>)
08:51:06.489 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:06.490 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:06.490 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:06.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:06.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M22.957S> interval (min=<PT5M>)
08:51:06.495 [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@2573aacc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:06.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:06.496 [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@2573aacc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:06.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:06.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:06.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:06.499 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:06.500 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:06.500 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:06.500 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:06.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:06.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.
08:51:06.780 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=twinEventExchange/twinEventRoutingKey]>
08:51:06.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:51:07.012 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M32.401S> interval (min=<PT5M>)
08:51:07.012 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:07.012 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.521S> interval (min=<PT5M>)
08:51:07.013 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M45.32S> interval (min=<PT5M>)
08:51:07.014 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M42.942S> interval (min=<PT5M>)
08:51:07.040 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:07.041 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:07.041 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:07.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M1.367S> interval (min=<PT5M>)
08:51:07.045 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:07.045 [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@326fa387]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:07.045 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:07.047 [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@326fa387]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:07.047 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:07.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:07.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:07.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:07.076 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:51:07.078 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:07.078 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:07.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:07.332 [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.
08:51:07.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=target:ditto/thing@twin]>
08:51:07.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:51:07.575 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M9.932S> interval (min=<PT5M>)
08:51:07.575 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:07.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.243S> interval (min=<PT5M>)
08:51:07.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.635S> interval (min=<PT5M>)
08:51:07.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.792S> interval (min=<PT5M>)
08:51:07.602 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:07.603 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:07.603 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:07.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M27.531S> interval (min=<PT5M>)
08:51:07.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:07.607 [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@570210dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:07.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:07.609 [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@570210dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:07.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:07.611 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:07.611 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:07.611 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:07.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:07.613 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:07.613 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:07.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:51:07.635 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:07.635 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:07.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:07.888 [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.
08:51:07.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:07.931 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M17.304S> interval (min=<PT5M>)
08:51:07.932 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:07.932 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M33.602S> interval (min=<PT5M>)
08:51:07.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M28.966S> interval (min=<PT5M>)
08:51:07.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.498S> interval (min=<PT5M>)
08:51:07.960 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-bd917c5f-f2c5-4000-897c-6ca45338a5a1>
08:51:07.960 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-bd917c5f-f2c5-4000-897c-6ca45338a5a1>.
08:51:07.961 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-bd917c5f-f2c5-4000-897c-6ca45338a5a1>.
08:51:07.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.732S> interval (min=<PT5M>)
08:51:07.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:07.966 [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@4af0d035]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:07.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:07.967 [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@4af0d035]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:07.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:07.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:07.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:07.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-bd917c5f-f2c5-4000-897c-6ca45338a5a1> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]]
08:51:07.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:07.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:07.972 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:08.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-bd917c5f-f2c5-4000-897c-6ca45338a5a1>
08:51:08.245 [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.
08:51:08.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:08.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:08.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-bd917c5f-f2c5-4000-897c-6ca45338a5a1, 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}]
08:51:08.251 [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-bd917c5f-f2c5-4000-897c-6ca45338a5a1, 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}]
08:51:08.251 [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>.
08:51:08.252 [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>.
08:51:08.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M11.904S> interval (min=<PT5M>)
08:51:08.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:08.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M34.178S> interval (min=<PT5M>)
08:51:08.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M54.489S> interval (min=<PT5M>)
08:51:08.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M11.076S> interval (min=<PT5M>)
08:51:08.318 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:08.319 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:08.319 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:08.323 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.117S> interval (min=<PT5M>)
08:51:08.323 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:08.324 [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@457102]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:08.324 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:08.325 [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@457102]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:08.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:08.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:08.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:08.328 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:08.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:08.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:08.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:08.437 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:08.611 [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.
08:51:08.614 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:08.619 [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-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:08.620 [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>.
08:51:08.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}>, isSuccess=<false>, ackType=<2 rejected>
08:51:08.622 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
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
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$6(AmqpConsumerActor.java:385)
	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.reject(AcknowledgeableMessage.java:52)
	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:184)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:51:08.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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]>
08:51:08.822 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:51:08.857 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M38.86S> interval (min=<PT5M>)
08:51:08.857 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:08.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.505S> interval (min=<PT5M>)
08:51:08.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M36.022S> interval (min=<PT5M>)
08:51:08.859 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M59.156S> interval (min=<PT5M>)
08:51:08.884 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:08.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:08.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:08.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:08.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.166S> interval (min=<PT5M>)
08:51:08.891 [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@249c429f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:08.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:08.892 [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@249c429f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:08.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:08.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:08.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:08.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:08.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:08.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:08.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:08.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:51:08.909 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:08.909 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:09.010 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:09.177 [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.
08:51:09.177 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:51:09.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M9.637S> interval (min=<PT5M>)
08:51:09.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M34.392S> interval (min=<PT5M>)
08:51:09.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M13.714S> interval (min=<PT5M>)
08:51:09.222 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M5.814S> interval (min=<PT5M>)
08:51:09.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:09.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:09.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:09.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M29.473S> interval (min=<PT5M>)
08:51:09.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.267 [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@3b347022]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:09.268 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:09.269 [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@3b347022]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:09.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:09.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:09.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:09.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:09.273 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:09.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:09.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:09.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:51:09.278 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:09.278 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:09.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:09.532 [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.
08:51:09.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:09.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:09.536 [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-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:09.537 [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-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:09.537 [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>.
08:51:09.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M44.825S> interval (min=<PT5M>)
08:51:09.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.570 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M38.719S> interval (min=<PT5M>)
08:51:09.571 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.765S> interval (min=<PT5M>)
08:51:09.572 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.287S> interval (min=<PT5M>)
08:51:09.587 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {}
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.
	at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81)
	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103)
	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$3(AmqpClientActorTest.java:231)
	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:51:09.588 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {}
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.
	at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81)
	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103)
	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$4(AmqpClientActorTest.java:233)
	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
08:51:09.621 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M45.238S> interval (min=<PT5M>)
08:51:09.621 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.808S> interval (min=<PT5M>)
08:51:09.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M43.85S> interval (min=<PT5M>)
08:51:09.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.386S> interval (min=<PT5M>)
08:51:09.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:09.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:09.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:09.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M45.284S> interval (min=<PT5M>)
08:51:09.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.659 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@21797a6d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:09.660 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:09.661 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@21797a6d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:09.661 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:09.663 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:FAIL
08:51:09.663 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-721#227015372], 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-30T08:51:09.663097438Z, connectivityStatus=null]>
08:51:09.663 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-721#227015372], 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-30T08:51:09.663097438Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:51:09.695 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M9.447S> interval (min=<PT5M>)
08:51:09.696 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.696 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.994S> interval (min=<PT5M>)
08:51:09.697 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M4.794S> interval (min=<PT5M>)
08:51:09.697 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.804S> interval (min=<PT5M>)
08:51:09.722 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:09.723 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:09.723 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:09.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M24.918S> interval (min=<PT5M>)
08:51:09.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.728 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@257cad6a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:09.728 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:09.729 [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@257cad6a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:09.729 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:09.732 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to consume sources: [amqp/source1-1, amqp/source1-0]
08:51:09.732 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-723#1324311139], 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-30T08:51:09.732355001Z, connectivityStatus=null]>
08:51:09.732 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-723#1324311139], 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-30T08:51:09.732355001Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:51:09.763 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:09.774 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M18.162S> interval (min=<PT5M>)
08:51:09.774 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.774 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M1.375S> interval (min=<PT5M>)
08:51:09.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M45.17S> interval (min=<PT5M>)
08:51:09.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.77S> interval (min=<PT5M>)
08:51:09.800 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:09.801 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:09.802 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:09.805 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M8.342S> interval (min=<PT5M>)
08:51:09.805 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.806 [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@11833672]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:09.806 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:09.807 [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@11833672]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:09.807 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:09.849 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:09.851 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M27.42S> interval (min=<PT5M>)
08:51:09.852 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.852 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M59.298S> interval (min=<PT5M>)
08:51:09.853 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.894S> interval (min=<PT5M>)
08:51:09.853 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M50.505S> interval (min=<PT5M>)
08:51:09.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:09.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:09.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:09.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M33.693S> interval (min=<PT5M>)
08:51:09.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:09.886 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@192e9510]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:09.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:09.887 [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@192e9510]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:09.888 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:09.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:09.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:09.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:09.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:09.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:09.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:09.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-11#1373564747], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-30T08:51:09.892174850Z, connectivityStatus=null]>
08:51:09.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-11#1373564747], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-30T08:51:09.892174850Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: misconfigured. Going to 'CONNECTING'
08:51:09.893 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-01#2107294226], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-30T08:51:09.892240074Z, connectivityStatus=null]>
08:51:09.893 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-01#2107294226], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-30T08:51:09.892240074Z, connectivityStatus=null]. Reconnect was already triggered
08:51:09.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:09.993 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <misconfigured> in the client actor.
08:51:10.004 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:10.031 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M58.434S> interval (min=<PT5M>)
08:51:10.031 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:10.032 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M18.623S> interval (min=<PT5M>)
08:51:10.032 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.893S> interval (min=<PT5M>)
08:51:10.033 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M31.927S> interval (min=<PT5M>)
08:51:10.048 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:10.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:10.058 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:10.059 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:10.059 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:10.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M33.25S> interval (min=<PT5M>)
08:51:10.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:10.065 [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@61fc25d8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:10.065 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:10.067 [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@61fc25d8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:10.067 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:10.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:10.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:10.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:10.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:10.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:10.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:10.179 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:10.348 [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.
08:51:10.350 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:10.351 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:10.352 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:10.353 [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-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:10.353 [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>.
08:51:10.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M40.253S> interval (min=<PT5M>)
08:51:10.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:10.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M3.68S> interval (min=<PT5M>)
08:51:10.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M2.812S> interval (min=<PT5M>)
08:51:10.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M4.24S> interval (min=<PT5M>)
08:51:10.414 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:10.416 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:10.416 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:10.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:10.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M57.035S> interval (min=<PT5M>)
08:51:10.423 [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@6d125d8d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:10.423 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:10.424 [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@6d125d8d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:10.424 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:10.426 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:10.426 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:10.426 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:10.427 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:10.427 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:10.427 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:10.538 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:10.708 [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.
08:51:10.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=twinEventExchange/twinEventRoutingKey]>
08:51:10.913 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:10.915 [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-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:10.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://broker:5671
08:51:10.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Restored connection has closed session, trying to recover ...
08:51:10.916 [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>.
08:51:10.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Recovering closed AMQP 1.0 session.
08:51:10.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:10.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:10.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:10.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:10.931 [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]>
08:51:11.131 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:11.133 [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-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:11.134 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:51:11.134 [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>.
08:51:11.171 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M4.223S> interval (min=<PT5M>)
08:51:11.171 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:11.172 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M47.322S> interval (min=<PT5M>)
08:51:11.172 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M57.703S> interval (min=<PT5M>)
08:51:11.173 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M16.181S> interval (min=<PT5M>)
08:51:11.199 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:11.200 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:11.200 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:11.207 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M1.392S> interval (min=<PT5M>)
08:51:11.207 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:11.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=2
08:51:11.208 [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@73fd3193]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:11.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:11.210 [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@73fd3193]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:11.210 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:11.212 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:FAIL
08:51:11.212 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-733#1306548383], 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-30T08:51:11.212641170Z, connectivityStatus=null]>
08:51:11.213 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-733#1306548383], 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-30T08:51:11.212641170Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:51:11.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M3.254S> interval (min=<PT5M>)
08:51:11.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:11.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.116S> interval (min=<PT5M>)
08:51:11.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M59.879S> interval (min=<PT5M>)
08:51:11.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M14.936S> interval (min=<PT5M>)
08:51:11.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:11.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:11.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:11.300 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M45.828S> interval (min=<PT5M>)
08:51:11.300 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:11.301 [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@2505e07c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:11.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:11.302 [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@2505e07c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:11.303 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:11.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:11.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:11.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:11.319 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:11.418 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:11.432 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:11.433 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:11.433 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:11.556 [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.
08:51:11.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:11.560 [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-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:11.561 [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>.
08:51:11.561 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}>, isSuccess=<true>, ackType=<1 accepted>
08:51:11.561 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
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
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384)
	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48)
	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:51:11.565 [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]>
08:51:11.762 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:51:11.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M32.434S> interval (min=<PT5M>)
08:51:11.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:11.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M50.252S> interval (min=<PT5M>)
08:51:11.795 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M12.964S> interval (min=<PT5M>)
08:51:11.796 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M20.173S> interval (min=<PT5M>)
08:51:11.817 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:51:11.820 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:11.820 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:11.820 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:11.821 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:11.822 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:11.826 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M6.189S> interval (min=<PT5M>)
08:51:11.826 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:11.826 [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@36cc0d1b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:11.827 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:11.828 [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@36cc0d1b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:11.828 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:11.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:11.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:11.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=source1, addressWithIndex=source1-0], ConsumerData [address=source1, addressWithIndex=source1-0]]
08:51:11.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:11.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:11.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:11.946 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:12.106 [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.
08:51:12.107 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:12.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:12.110 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:12.110 [INFO ] [PekkoTestSystem-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=connection-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:12.111 [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>.
08:51:12.112 [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>.
08:51:12.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M32.582S> interval (min=<PT5M>)
08:51:12.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:12.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M23.444S> interval (min=<PT5M>)
08:51:12.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M7.305S> interval (min=<PT5M>)
08:51:12.146 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M11.829S> interval (min=<PT5M>)
08:51:12.170 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:12.171 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:12.172 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:12.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M42.741S> interval (min=<PT5M>)
08:51:12.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:12.176 [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@77ccfbea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:12.176 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:12.177 [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@77ccfbea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:12.177 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:12.179 [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@77ccfbea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:12.179 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:12.180 [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@77ccfbea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:12.180 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:12.180 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:12.181 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
08:51:12.213 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M5.066S> interval (min=<PT5M>)
08:51:12.213 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:12.214 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M53.868S> interval (min=<PT5M>)
08:51:12.214 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M23.564S> interval (min=<PT5M>)
08:51:12.215 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M8.054S> interval (min=<PT5M>)
08:51:12.240 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:12.240 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:12.241 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:12.245 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M45.235S> interval (min=<PT5M>)
08:51:12.245 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:12.246 [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@4c2c7776]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:12.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:12.247 [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@4c2c7776]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:12.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:12.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:12.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:12.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:12.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:12.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:12.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:12.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:12.366 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:12.526 [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.
08:51:12.527 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:12.528 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - RESOURCE-LEAK: failed to close AMQP 1.0 Connection
javax.jms.JMSException: FAIL
	at org.apache.qpid.jms.JmsConnection.close(JmsConnection.java:188)
	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.lambda$ensureJmsConnectionClosed$19(AmqpClientActor.java:495)
	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
	at org.apache.pekko.dispatch.TaskInvocation.run(AbstractDispatcher.scala:59)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:51:12.571 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M4.476S> interval (min=<PT5M>)
08:51:12.571 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:12.572 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.983S> interval (min=<PT5M>)
08:51:12.572 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.349S> interval (min=<PT5M>)
08:51:12.573 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M30.243S> interval (min=<PT5M>)
08:51:12.598 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:12.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:12.600 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:12.612 [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@3f5f98fc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:12.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:12.612 [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@3f5f98fc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:12.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:12.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M24.364S> interval (min=<PT5M>)
08:51:12.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:12.614 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:12.614 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:12.615 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:12.615 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:12.616 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:12.616 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:12.723 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:12.892 [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.
08:51:12.893 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:12.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:12.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:12.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:12.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:12.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:12.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:12.917 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:12.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:13.192 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:51:13.192 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:13.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:13.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:13.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:13.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:13.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:13.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:13.275 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:13.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:13.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:13.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:51:13.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:13.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:13.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:13.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:13.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:13.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:13.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:13.792 [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.
08:51:13.793 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:13.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:13.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:13.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:13.795 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:13.795 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:13.795 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:14.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:51:14.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:14.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:14.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:14.095 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:14.095 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:14.096 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:14.096 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:14.228 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Shutdown timeout <PT3S> reached; aborting <2> ackregators
08:51:14.230 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:14.393 [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.
08:51:14.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:14.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:14.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:14.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:14.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:14.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:14.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:14.552 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:14.683 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:14.704 [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.
08:51:14.705 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:14.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:14.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:14.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:14.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:14.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:14.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:14.747 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:14.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:14.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:14.826 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:14.827 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:14.992 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:51:14.993 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:14.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:14.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:14.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:14.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:14.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:14.996 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:15.013 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:15.014 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:15.014 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:15.292 [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.
08:51:15.292 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:15.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:15.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:15.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:15.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:15.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:15.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:15.367 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:15.369 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:15.369 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:15.592 [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.
08:51:15.593 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:15.594 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:15.594 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:15.594 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:15.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:15.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:15.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:15.893 [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.
08:51:15.893 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> closed.
08:51:15.930 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M59.606S> interval (min=<PT5M>)
08:51:15.930 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:15.930 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M42.873S> interval (min=<PT5M>)
08:51:15.931 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M14.207S> interval (min=<PT5M>)
08:51:15.932 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M57.518S> interval (min=<PT5M>)
08:51:15.956 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:15.958 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:15.958 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:15.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M9.636S> interval (min=<PT5M>)
08:51:15.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:15.964 [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@7f880744]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:15.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:15.966 [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@7f880744]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:15.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:15.968 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to connect JMS client:FAIL
08:51:15.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-745#1785622633], 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-30T08:51:15.968550437Z, connectivityStatus=null]>
08:51:15.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-745#1785622633], 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-30T08:51:15.968550437Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:51:16.002 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M19.138S> interval (min=<PT5M>)
08:51:16.002 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:16.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.018S> interval (min=<PT5M>)
08:51:16.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M22.945S> interval (min=<PT5M>)
08:51:16.004 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.892S> interval (min=<PT5M>)
08:51:16.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:16.063 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:16.064 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:16.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M8.413S> interval (min=<PT5M>)
08:51:16.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:16.070 [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@657e8ef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:16.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:16.072 [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@657e8ef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:16.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:16.074 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:16.074 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:16.075 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]]
08:51:16.076 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:16.076 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:16.076 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:16.079 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:16.184 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:16.229 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:16.230 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:16.423 [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.
08:51:16.426 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Consumer <mockConsumer> closed due to IllegalStateException: Forcibly detached
08:51:16.426 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'amqp/source1' was closed. Will try to recreate after some backoff.
08:51:16.427 [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#25738157], cause=<AskTimeoutException>: Consumer creation timeout., description=Failed to recreate closed message consumer, time=2024-01-30T08:51:16.426502214Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:51:16.544 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:16.544 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:16.545 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]]
08:51:16.545 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:16.545 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:16.546 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:16.552 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
08:51:16.554 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-ce961e7f-2200-457b-b48b-5a73b53d062e, 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}]
08:51:16.556 [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>.
08:51:16.556 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twinEventExchange/twinEventRoutingKey>!
08:51:16.556 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <live/key>!
08:51:16.556 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twin/key>!
08:51:16.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M25.306S> interval (min=<PT5M>)
08:51:16.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M52.767S> interval (min=<PT5M>)
08:51:16.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M7.255S> interval (min=<PT5M>)
08:51:16.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:16.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M14.15S> interval (min=<PT5M>)
08:51:16.630 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:16.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:16.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:16.640 [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@1b594e0d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:16.640 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:16.640 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:16.640 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M55.261S> interval (min=<PT5M>)
08:51:16.647 [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@1b594e0d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:16.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:16.651 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
08:51:16.651 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
08:51:16.651 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
08:51:16.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:16.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:16.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:16.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:16.920 [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.
08:51:16.921 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:51:16.956 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M43.04S> interval (min=<PT5M>)
08:51:16.956 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:16.957 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M32.51S> interval (min=<PT5M>)
08:51:16.957 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M29.267S> interval (min=<PT5M>)
08:51:16.958 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M13.575S> interval (min=<PT5M>)
08:51:16.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:16.985 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:16.986 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:16.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M11.686S> interval (min=<PT5M>)
08:51:16.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:16.992 [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@421be5de]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:16.992 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:16.993 [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@421be5de]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:16.994 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:16.996 [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@421be5de]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:16.996 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:16.996 [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@421be5de]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:16.997 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:16.997 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - test timed out.
08:51:17.020 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:51:17.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:17.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:17.035 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M38.779S> interval (min=<PT5M>)
08:51:17.035 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:17.036 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.348S> interval (min=<PT5M>)
08:51:17.037 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M18.576S> interval (min=<PT5M>)
08:51:17.037 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M4.487S> interval (min=<PT5M>)
08:51:17.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:17.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:17.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:17.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.059S> interval (min=<PT5M>)
08:51:17.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:17.070 [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@6f764eb8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:17.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:17.071 [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@6f764eb8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:17.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:17.078 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
08:51:17.106 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:17.117 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M40.51S> interval (min=<PT5M>)
08:51:17.117 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:17.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.715S> interval (min=<PT5M>)
08:51:17.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M14.361S> interval (min=<PT5M>)
08:51:17.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M21.87S> interval (min=<PT5M>)
08:51:17.126 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:17.127 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:17.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:17.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:17.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:17.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.153S> interval (min=<PT5M>)
08:51:17.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:17.165 [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@13040a67]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:17.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:17.166 [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@13040a67]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:17.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:17.167 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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.
08:51:17.205 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:17.206 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:17.206 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:17.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M7.675S> interval (min=<PT5M>)
08:51:17.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:17.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M44.529S> interval (min=<PT5M>)
08:51:17.222 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M40.303S> interval (min=<PT5M>)
08:51:17.222 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M14.764S> interval (min=<PT5M>)
08:51:17.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:17.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:17.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:17.253 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M1.971S> interval (min=<PT5M>)
08:51:17.253 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:17.254 [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@3865f244]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:17.254 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:17.256 [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@3865f244]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:17.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:17.259 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:17.260 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:17.283 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:17.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:17.381 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M21.453S> interval (min=<PT5M>)
08:51:17.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:17.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M36.879S> interval (min=<PT5M>)
08:51:17.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.058S> interval (min=<PT5M>)
08:51:17.384 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M0.597S> interval (min=<PT5M>)
08:51:17.435 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:17.437 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:17.437 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:17.444 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.294S> interval (min=<PT5M>)
08:51:17.444 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:17.445 [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@6794c7a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:17.445 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:17.447 [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@6794c7a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:17.447 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:17.449 [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@6794c7a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:17.450 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:17.450 [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@6794c7a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:17.450 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:17.545 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:17.546 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:17.560 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:20.912 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:20.987 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:20.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:20.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:21.573 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:22.015 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:22.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:22.183 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:22.185 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:22.185 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:22.363 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:22.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-ce961e7f-2200-457b-b48b-5a73b53d062e' 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-ce961e7f-2200-457b-b48b-5a73b53d062e-test1#-1480157207]] 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 [{}]])>
08:51:32.476 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:35823
08:51:32.478 [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
08:51:32.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:32.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:32.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M55.513S> interval (min=<PT5M>)
08:51:32.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:32.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M37.359S> interval (min=<PT5M>)
08:51:32.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M36.004S> interval (min=<PT5M>)
08:51:32.511 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.66S> interval (min=<PT5M>)
08:51:32.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:32.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:32.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:32.539 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M43.831S> interval (min=<PT5M>)
08:51:32.539 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:32.540 [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@119a3231]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:32.540 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:32.541 [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@119a3231]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:32.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:32.656 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:32.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M46.614S> interval (min=<PT5M>)
08:51:32.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:32.713 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M41.632S> interval (min=<PT5M>)
08:51:32.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M53.154S> interval (min=<PT5M>)
08:51:32.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M54.001S> interval (min=<PT5M>)
08:51:32.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:32.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:32.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:32.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.039S> interval (min=<PT5M>)
08:51:32.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:32.744 [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@f8afedd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:32.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:32.745 [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@f8afedd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:32.745 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:32.746 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:32.859 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:32.873 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M7.128S> interval (min=<PT5M>)
08:51:32.873 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:32.874 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.778S> interval (min=<PT5M>)
08:51:32.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M32.598S> interval (min=<PT5M>)
08:51:32.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M36.691S> interval (min=<PT5M>)
08:51:32.899 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>
08:51:32.901 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:32.901 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:32.905 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M42.286S> interval (min=<PT5M>)
08:51:32.906 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:51:32.906 [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@100e35d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:32.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:32.908 [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@100e35d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:51:32.908 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:51:32.909 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-ce961e7f-2200-457b-b48b-5a73b53d062e>.
08:51:32.910 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.86 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest
08:51:32.954 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:51:33.018 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
08:51:33.022 [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: 1502479088'. Will try to re-establish the static targets after some cool-down period
08:51:34.034 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
08:51:37.653 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:37.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:37.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:37.849 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
08:51:37.851 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:37.851 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:51:43.083 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
08:51:44.139 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:44.139 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:44.139 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:44.141 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
08:51:44.142 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
08:51:44.143 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
08:51:44.143 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
08:51:44.144 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
08:51:44.144 [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.
08:51:44.200 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
08:51:44.200 [WARN ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Unknown message: MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-30T08:51:44.188039535Z, 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-30T08:51:44.188039535Z, 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 [{}]]]
08:51:44.201 [WARN ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Unknown message: MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-30T08:51:44.188039535Z, 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-30T08:51:44.188039535Z, 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 [{}]]]
08:51:44.201 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 1598959774'. Will try to re-establish the static targets after some cool-down period
08:51:44.201 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] 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)
08:51:44.201 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] 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)
08:51:45.220 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
08:51:54.269 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:51:54.269 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:51:54.269 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:51:54.270 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
08:51:54.335 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
08:51:54.335 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <anotherAddress> (JmsQueue) created
08:51:54.336 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
08:51:54.336 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
08:51:54.346 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 2 invocations after 1500ms.
08:51:54.346 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 1059291505'. Will try to re-establish the static targets after some cool-down period
08:51:55.364 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
08:51:55.847 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 3 invocations after 2500ms.
08:51:55.847 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 1059291505'. Will try to re-establish the static targets after some cool-down period
08:51:57.864 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
08:51:58.348 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 4 invocations after 4500ms.
08:51:58.348 [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: 1059291505'. Will try to re-establish the static targets after some cool-down period
08:52:02.364 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
08:52:02.909 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:52:02.909 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:52:02.909 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:52:02.910 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
08:52:02.979 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:52:02.979 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:52:02.979 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:52:02.980 [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]>
08:52:03.066 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
08:52:03.066 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
08:52:03.066 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
08:52:03.066 [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]>
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.11 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest
08:52:03.117 [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@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.128 [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@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.135 [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@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.145 [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@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.148 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.162 [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@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.168 [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@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.184 [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@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.189 [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@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.201 [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@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.284 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:03.313 [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@efac82c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.957 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.40 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.SendingTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.eclipse.ditto.connectivity.service.messaging.SendingTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest
08:52:42.805 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-14] 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@57d6a2b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:42.893 [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@7c4aa341]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:42.976 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5a32dba4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:43.050 [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@2f1e12ba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:43.061 [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>
08:52:43.115 [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@5e76a8a1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:43.289 [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@c0a3de4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:43.461 [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@125c667b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:43.543 [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@12ca7ff8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:43.618 [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@5274fdc9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest
08:52:43.720 [WARN ] [HonoValidatorTest-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@5550e26e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:43.721 [WARN ] [HonoValidatorTest-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@5550e26e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:43.722 [WARN ] [HonoValidatorTest-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@5550e26e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:43.722 [WARN ] [HonoValidatorTest-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@5550e26e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:43.727 [WARN ] [HonoValidatorTest-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@5550e26e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest
08:52:43.914 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:52:43.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:43.970 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:43.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithCustomMapper-a31f2c5, content-type=application/json, inbound=mapping, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=header}]
08:52:43.984 [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>.
08:52:44.050 [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>.
08:52:44.051 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=ff84fd3c-8811-4903-901a-8101153ecb63, response-required=false, ditto-inbound-payload-mapper=default}]
08:52:44.068 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=a2db2474-2a0e-4d21-8053-35cc20d2a87e, response-required=false, content-type=application/json, ditto-inbound-payload-mapper=default}]
08:52:44.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=8fe125ba-003d-419b-9c91-3967a197ce4e, response-required=false, content-type=application/json, channel=live, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
08:52:44.135 [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>.
08:52:44.136 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=f2500f66-11db-40e5-a532-033782a5ec0a, content-type=application/json, ditto-inbound-payload-mapper=default}]
08:52:44.213 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.218 [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>.
08:52:44.227 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=75182080-3168-4e90-9506-4288e3dc629a, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:52:44.229 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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>.
08:52:44.295 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.307 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <Faulty>: <The external message with content-type 'application/json' could not be mapped.>
08:52:44.307 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-25e5fd5, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-25e5fd5, content-type=application/json}
08:52:44.377 [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>.
08:52:44.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>.
08:52:44.391 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{qos=0, source=ditto:ditto, ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=be653ce9-ad28-4146-90e4-d5af1ff39167, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
08:52:44.451 [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>.
08:52:44.453 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["error"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=516c960d-91f9-4381-ba8e-7d906560de17, response-required=false, ditto-inbound-payload-mapper=default}]
08:52:44.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Got exception <acknowledgement:label.not.declared> when processing external message with mapper <?>: <Cannot send acknowledgement with label <label>, which is not declared.>
08:52:44.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{ditto-inbound-payload-mapper=default, correlation-id=516c960d-91f9-4381-ba8e-7d906560de17, ditto-connection-id=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-reply-target=0, ditto-expected-response-types=["error"], response-required=false, ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}}] : with HeaderMapping Optional.empty : and external headers {}
08:52:44.525 [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>.
08:52:44.527 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.540 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessed-18bd82b, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
08:52:44.541 [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>.
08:52:44.609 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.613 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=a6742d81-cd3e-4cdd-9333-d6296b889a0c, requested-acks=["dummy-request"], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
08:52:44.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.726 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.740 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{correlation-id=7aec7efb-a342-4a7c-9502-a5d2c7e36634, source=integration:7aec7efb-a342-4a7c-9502-a5d2c7e36634:hub-application/json, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["integration:7aec7efb-a342-4a7c-9502-a5d2c7e36634:hub-application/json","integration:application/json:hub-7aec7efb-a342-4a7c-9502-a5d2c7e36634"]}, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
08:52:44.741 [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>.
08:52:44.801 [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>.
08:52:44.803 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.817 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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>
08:52:44.817 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["integration:1af03a09-43ee-4601-b897-51f224fc87ed:hub-application/json"]}, correlation-id=12f743c6-9a26-4b23-90bf-75f8c5e629fe}] : with HeaderMapping Optional.empty : and external headers {}
08:52:44.892 [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>.
08:52:44.894 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:44.908 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <protocoladapter:unknown.path> when processing external message with mapper <default>: <The path '/invalid' does not correspond to any known command, response or event.>
08:52:44.908 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{correlation-id=ccd1bf51-bc12-4746-b1f7-a7631960bebc, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["integration:ccd1bf51-bc12-4746-b1f7-a7631960bebc:hub-application/json"]}}] : with HeaderMapping Optional.empty : and external headers {}
08:52:45.002 [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>.
08:52:45.087 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:45.102 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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.>
08:52:45.102 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{response-required=false, correlation-id=d62775c8-e6e2-4a6c-b839-3bfe15831985, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={correlation-id={{ header:correlation-id }}, source={{ request:subjectId }}}]] : and external headers {correlation-id=d62775c8-e6e2-4a6c-b839-3bfe15831985, content-type=application/json}
08:52:45.176 [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>.
08:52:45.261 [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>.
08:52:45.263 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:45.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=integration:application/json:hub, ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"unspecified","subjects":["integration:application/json:hub","integration:hub-application/json"]}, correlation-id=7f9c0fca-c7ed-4d8d-9af9-74a8691129c6, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
08:52:45.278 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
08:52:45.341 [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>.
08:52:45.343 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:45.356 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithDefaultMapper-b8df198, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
08:52:45.357 [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>.
08:52:45.496 [INFO ] [PekkoTestSystemWithCachingSignalEnrichmentProvider-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:45.593 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
08:52:45.606 [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-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-cba91d8, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
08:52:45.606 [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'.>
08:52:45.607 [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-cba91d8, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-26c9a091-e49e-427b-9a7d-d1f46f6425da, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-cba91d8, content-type=application/json}
08:52:45.666 [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>.
08:52:45.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID '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.
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.760 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResolversTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.ResolversTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest
08:52:45.915 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.DroppedTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.DroppedTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest
08:52:46.202 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:52:46.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:52:46.244 [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-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47/connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47#-1338784803])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47/connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47#-1338784803]''
08:52:46.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:52:46.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:52:46.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H13M9.962S>
08:52:46.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M50.414S> interval (min=<PT5M>)
08:52:46.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:52:46.252 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47> was recovered: null
08:52:46.254 [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@7e6c3a97]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:46.255 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47>: <[always-alive, priority-0]>
08:52:46.257 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:52:46.257 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-01-30T08:52:46.252812904Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47, revision=1, connectionId=connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47, connection=ImmutableConnection [id=connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:43897, 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-30T08:52:46.252703955Z, created=2024-01-30T08:52:46.252703955Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47/connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47/pa#2109385039]''
08:52:46.258 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47> with <1> clients.
08:52:46.258 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47/connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47#-1338784803])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47/connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47#-1338784803]''
08:52:46.259 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47> failed due to ConnectionFailedException: The Connection with ID 'connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47' failed to connect..
08:52:46.259 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
08:52:46.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47>: <[]>
08:52:46.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
08:52:46.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionDeleted,ConnectionDeleted [type=connectivity.events:connectionDeleted, timestamp=2024-01-30T08:52:46.261832681Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, version=2, ditto-event-journal-tags=[]}], metadata=null, entityId=connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47, revision=2, connectionId=connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47/connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47/pa#2109385039]''
08:52:46.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47/connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47#-1338784803])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47/connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47#-1338784803]''
08:52:46.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-e3dd0d84-19f6-4aa8-a61f-ed014edc0a47>
08:52:46.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:52:46.332 [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-3b517aa8-ce96-4746-992e-e9f3c7592cd8/connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8#1519043692])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8/connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8#1519043692]''
08:52:46.333 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:52:46.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:52:46.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H45M51.095S>
08:52:46.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.784S> interval (min=<PT5M>)
08:52:46.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:52:46.339 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8> was recovered: null
08:52:46.340 [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@21704115]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:46.341 [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-3b517aa8-ce96-4746-992e-e9f3c7592cd8>: <[always-alive, priority-0]>
08:52:46.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:52:46.343 [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-30T08:52:46.339425003Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8, revision=1, connectionId=connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8, connection=ImmutableConnection [id=connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:34613, 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-30T08:52:46.339288520Z, created=2024-01-30T08:52:46.339288520Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8/connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8/pa#-1466197529]''
08:52:46.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8> with <1> clients.
08:52:46.344 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8/connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8#1519043692])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8/connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8#1519043692]''
08:52:46.344 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8> failed due to ConnectionFailedException: The Connection with ID 'connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8' failed to connect..
08:52:46.344 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
08:52:46.347 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8>: <[]>
08:52:46.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
08:52:46.349 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <disconnect> on connection <connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8> failed due to ConnectionFailedException: The Connection with ID 'connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8' failed to connect..
08:52:46.349 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionFailedException [message='The Connection with ID 'connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
08:52:46.349 [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-3b517aa8-ce96-4746-992e-e9f3c7592cd8/connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8#1519043692])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8/connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8#1519043692]''
08:52:46.350 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-3b517aa8-ce96-4746-992e-e9f3c7592cd8>
08:52:46.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:52:46.403 [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-7cfd23a4-ab95-4280-9011-5f3cd6b3257e/connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e#-1870416446])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e/connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e#-1870416446]''
08:52:46.406 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:52:46.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:52:46.410 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H2M52.085S>
08:52:46.410 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M16.428S> interval (min=<PT5M>)
08:52:46.410 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:52:46.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e> was recovered: null
08:52:46.412 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@58136035]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:46.412 [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:connectionCreated> for connection with ID <connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e>: <[always-alive, priority-0]>
08:52:46.414 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:52:46.414 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-01-30T08:52:46.411409687Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e, revision=1, connectionId=connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e, connection=ImmutableConnection [id=connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:38331, 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-30T08:52:46.411309728Z, created=2024-01-30T08:52:46.411309728Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e/connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e/pa#1132802030]''
08:52:46.414 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e> with <1> clients.
08:52:46.415 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e> failed due to ConnectionFailedException: The Connection with ID 'connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e' failed to connect..
08:52:46.415 [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-7cfd23a4-ab95-4280-9011-5f3cd6b3257e/connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e#-1870416446])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e/connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e#-1870416446]''
08:52:46.415 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
08:52:46.418 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-7cfd23a4-ab95-4280-9011-5f3cd6b3257e>
08:52:46.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:52:46.471 [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-9405b66a-ab02-40b0-90da-c071944f2ceb/connection-9405b66a-ab02-40b0-90da-c071944f2ceb#823618280])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9405b66a-ab02-40b0-90da-c071944f2ceb/connection-9405b66a-ab02-40b0-90da-c071944f2ceb#823618280]''
08:52:46.473 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:52:46.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:52:46.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H38M37.726S>
08:52:46.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:52:46.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M56.761S> interval (min=<PT5M>)
08:52:46.478 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9405b66a-ab02-40b0-90da-c071944f2ceb> was recovered: null
08:52:46.479 [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@68b5a713]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:46.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-9405b66a-ab02-40b0-90da-c071944f2ceb>: <[always-alive, priority-0]>
08:52:46.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
08:52:46.481 [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-30T08:52:46.478243184Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-9405b66a-ab02-40b0-90da-c071944f2ceb, revision=1, connectionId=connection-9405b66a-ab02-40b0-90da-c071944f2ceb, connection=ImmutableConnection [id=connection-9405b66a-ab02-40b0-90da-c071944f2ceb, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:38451, 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-30T08:52:46.478156412Z, created=2024-01-30T08:52:46.478156412Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9405b66a-ab02-40b0-90da-c071944f2ceb/connection-9405b66a-ab02-40b0-90da-c071944f2ceb/pa#930801437]''
08:52:46.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-9405b66a-ab02-40b0-90da-c071944f2ceb> with <1> clients.
08:52:46.482 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-9405b66a-ab02-40b0-90da-c071944f2ceb> failed due to ConnectionFailedException: The Connection with ID 'connection-9405b66a-ab02-40b0-90da-c071944f2ceb' failed to connect..
08:52:46.482 [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-9405b66a-ab02-40b0-90da-c071944f2ceb/connection-9405b66a-ab02-40b0-90da-c071944f2ceb#823618280])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9405b66a-ab02-40b0-90da-c071944f2ceb/connection-9405b66a-ab02-40b0-90da-c071944f2ceb#823618280]''
08:52:46.482 [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
08:52:46.484 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@68b5a713]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:46.485 [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:connectionOpened> for connection with ID <connection-9405b66a-ab02-40b0-90da-c071944f2ceb>: <[always-alive, priority-0]>
08:52:46.486 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>.
08:52:46.487 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-9405b66a-ab02-40b0-90da-c071944f2ceb> failed due to ConnectionFailedException: The Connection with ID 'connection-9405b66a-ab02-40b0-90da-c071944f2ceb' failed to connect..
08:52:46.487 [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: ConnectionFailedException [message='The Connection with ID 'connection-9405b66a-ab02-40b0-90da-c071944f2ceb' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
08:52:46.487 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9405b66a-ab02-40b0-90da-c071944f2ceb/connection-9405b66a-ab02-40b0-90da-c071944f2ceb#823618280])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-9405b66a-ab02-40b0-90da-c071944f2ceb/connection-9405b66a-ab02-40b0-90da-c071944f2ceb#823618280]''
08:52:46.488 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9405b66a-ab02-40b0-90da-c071944f2ceb>
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest
08:52:46.505 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
08:52:46.505 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:52:46.552 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:52:46.558 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:52:46.560 [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-ae94502a-5f4f-4044-b171-77ffa7bab863/connection-ae94502a-5f4f-4044-b171-77ffa7bab863#1892374096])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-ae94502a-5f4f-4044-b171-77ffa7bab863/connection-ae94502a-5f4f-4044-b171-77ffa7bab863#1892374096]''
08:52:46.561 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:52:46.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H10M58.544S>
08:52:46.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:52:46.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M1.383S> interval (min=<PT5M>)
08:52:46.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ae94502a-5f4f-4044-b171-77ffa7bab863> was recovered: ImmutableConnection [id=connection-ae94502a-5f4f-4044-b171-77ffa7bab863, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:45433, 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-30T08:48:31.708554164Z, created=null]
08:52:46.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received message in 'deleted' state - ignoring!: PingCommand [entityId=connection-ae94502a-5f4f-4044-b171-77ffa7bab863, correlationId=123, payload="always-alive"]
08:52:48.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-ae94502a-5f4f-4044-b171-77ffa7bab863> was deleted recently. Shutting Actor down ...
08:52:48.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ae94502a-5f4f-4044-b171-77ffa7bab863>
08:52:48.678 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
08:52:48.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:52:48.688 [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-81071eb4-8aac-452b-a4a1-fa7ef3af5392/connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392#1376357961])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392/connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392#1376357961]''
08:52:48.689 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
08:52:48.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H33M21.729S>
08:52:48.697 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392> was recovered: ImmutableConnection [id=connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:41805, 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]
08:52:48.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392> with <1> clients.
08:52:48.701 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392]> 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 [{}]]>
08:52:48.701 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: 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 [{}]]
08:52:48.702 [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-81071eb4-8aac-452b-a4a1-fa7ef3af5392/connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392#1376357961])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392/connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392#1376357961]''
08:52:48.705 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392>
08:52:48.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M19.898S> interval (min=<PT5M>)
08:52:48.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M19.831S> interval (min=<PT5M>)
08:52:48.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M44.115S> interval (min=<PT5M>)
08:52:48.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:52:48.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:52:48.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.838S> interval (min=<PT5M>)
08:52:48.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M46.641S> interval (min=<PT5M>)
08:52:48.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392>.
08:52:48.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392>.
08:52:48.714 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to register client actor for connection <connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392>
org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/connectivity-sub-supervisor#219799580]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pubsub.api.Subscribe].
Wrapped by: java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/connectivity-sub-supervisor#219799580]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pubsub.api.Subscribe].
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1177)
	at java.base/java.util.concurrent.CompletableFuture.thenComposeAsync(CompletableFuture.java:2314)
	at scala.concurrent.impl.FutureConvertersImpl$CF.thenCompose(FutureConvertersImpl.scala:49)
	at scala.concurrent.impl.FutureConvertersImpl$CF.thenCompose(FutureConvertersImpl.scala:23)
	at org.eclipse.ditto.internal.utils.pubsub.DistributedSubImpl.askSubSupervisor(DistributedSubImpl.java:83)
	at org.eclipse.ditto.internal.utils.pubsub.DistributedSubImpl.subscribeWithFilterAndGroup(DistributedSubImpl.java:61)
	at org.eclipse.ditto.connectivity.service.util.ConnectionPubSub.subscribe(ConnectionPubSub.java:85)
	at org.eclipse.ditto.connectivity.service.messaging.BaseClientActor.registerConnectionPubSub(BaseClientActor.java:350)
	at org.eclipse.ditto.connectivity.service.messaging.BaseClientActor.preStart(BaseClientActor.java:312)
	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
	at org.apache.pekko.actor.AbstractFSM.aroundPreStart(AbstractFSM.scala:42)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
08:52:48.714 [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@594ce396]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:48.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:52:48.716 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@594ce396]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:52:48.717 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:52:48.717 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-81071eb4-8aac-452b-a4a1-fa7ef3af5392>
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.238 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest
08:52:48.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ...
08:52:48.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Failed to load persistence ids from journal/snapshots. WARNING arguments left: 1
08:52:48.909 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ...
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest
08:52:48.921 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.23 s -- in org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest
08:53:01.152 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:53:01.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M46.388S> interval (min=<PT5M>)
08:53:01.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:53:01.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M29.567S> interval (min=<PT5M>)
08:53:01.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.331S> interval (min=<PT5M>)
08:53:01.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-f82e7231-e56a-4983-96c6-8177c3da7ada>
08:53:01.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M32.951S> interval (min=<PT5M>)
08:53:01.531 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f82e7231-e56a-4983-96c6-8177c3da7ada>.
08:53:01.531 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f82e7231-e56a-4983-96c6-8177c3da7ada>.
08:53:01.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M7.325S> interval (min=<PT5M>)
08:53:01.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:53:01.542 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:01.542 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:01.544 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:01.544 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:01.546 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:01.548 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:01.554 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:01.555 [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.
08:53:01.556 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
08:53:01.567 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:01.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-b37e4cc9-cd91-4ec0-aa00-5208488eebe9>
08:53:01.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b37e4cc9-cd91-4ec0-aa00-5208488eebe9>.
08:53:01.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b37e4cc9-cd91-4ec0-aa00-5208488eebe9>.
08:53:01.594 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:01.594 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:01.595 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:01.595 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:01.596 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:01.600 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:01.600 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:01.600 [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.
08:53:01.616 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-f30973d0-b861-48fe-9b55-cf25368455b8_d436f995-7718-422f-b4d7-0e59a568fcb2>
08:53:01.617 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f30973d0-b861-48fe-9b55-cf25368455b8>.
08:53:01.617 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f30973d0-b861-48fe-9b55-cf25368455b8>.
08:53:01.620 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:01.621 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:01.621 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:01.622 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:01.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:01.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-f82e7231-e56a-4983-96c6-8177c3da7ada>
08:53:01.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-b37e4cc9-cd91-4ec0-aa00-5208488eebe9>
08:53:01.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-f30973d0-b861-48fe-9b55-cf25368455b8>
08:53:02.682 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-55ff22e5-a84b-4d2f-abb3-3cb917c0323a>.
08:53:02.682 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-55ff22e5-a84b-4d2f-abb3-3cb917c0323a>.
08:53:02.683 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-55ff22e5-a84b-4d2f-abb3-3cb917c0323a>
08:53:02.687 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:02.688 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:02.689 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:02.689 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:02.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:02.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:02.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:02.691 [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.
08:53:02.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:02.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=null, time=2024-01-30T08:53:02.696904698Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:53:02.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:02.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:02.698 [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.
08:53:02.719 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-9cae8a75-d9ec-4364-8268-f41ddf9ad26a>
08:53:02.720 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9cae8a75-d9ec-4364-8268-f41ddf9ad26a>.
08:53:02.720 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9cae8a75-d9ec-4364-8268-f41ddf9ad26a>.
08:53:02.723 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:02.723 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:02.724 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:02.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:02.725 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:02.729 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
08:53:02.740 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:02.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-bf918ac7-69e4-4d9b-8660-ceccb89f907d>
08:53:02.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-bf918ac7-69e4-4d9b-8660-ceccb89f907d>.
08:53:02.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-bf918ac7-69e4-4d9b-8660-ceccb89f907d>.
08:53:02.756 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:02.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:02.757 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:02.757 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:02.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-55ff22e5-a84b-4d2f-abb3-3cb917c0323a>
08:53:02.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-9cae8a75-d9ec-4364-8268-f41ddf9ad26a>
08:53:02.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-bf918ac7-69e4-4d9b-8660-ceccb89f907d>
08:53:02.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:02.759 [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-30T08:53:02.751826852Z, connectivityStatus=null]>
08:53:02.759 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:02.759 [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-30T08:53:02.751826852Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:53:02.783 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-47b4bf9b-8f0f-44b9-8683-9e275547c815>
08:53:02.784 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-47b4bf9b-8f0f-44b9-8683-9e275547c815>.
08:53:02.784 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-47b4bf9b-8f0f-44b9-8683-9e275547c815>.
08:53:02.788 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:02.788 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:02.789 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:02.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:02.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:02.792 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:02.792 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:02.793 [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.
08:53:02.847 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-47b4bf9b-8f0f-44b9-8683-9e275547c815>
08:53:02.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:02.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:03.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
08:53:03.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-ab695a4f-ada1-475c-9a56-850eebab4ef3>
08:53:03.838 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ab695a4f-ada1-475c-9a56-850eebab4ef3>.
08:53:03.838 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ab695a4f-ada1-475c-9a56-850eebab4ef3>.
08:53:03.840 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:03.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:03.841 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:03.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:03.842 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:03.847 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:03.847 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:03.847 [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.
08:53:03.848 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-ab695a4f-ada1-475c-9a56-850eebab4ef3>
08:53:03.859 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-bb384b33-b619-4ac0-b13b-376841e61427_cde2e8ab-41e3-4fa8-9457-4be660974c23>
08:53:03.860 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-bb384b33-b619-4ac0-b13b-376841e61427>.
08:53:03.860 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-bb384b33-b619-4ac0-b13b-376841e61427>.
08:53:03.864 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:03.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:03.865 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:03.865 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:03.866 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:03.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-bb384b33-b619-4ac0-b13b-376841e61427>
08:53:04.010 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M47.816S> interval (min=<PT5M>)
08:53:04.010 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:53:04.011 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.472S> interval (min=<PT5M>)
08:53:04.011 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.086S> interval (min=<PT5M>)
08:53:04.012 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-f8caff25-3b77-4f5a-a937-11668d9c4380>
08:53:04.012 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M1.237S> interval (min=<PT5M>)
08:53:04.012 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f8caff25-3b77-4f5a-a937-11668d9c4380>.
08:53:04.013 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f8caff25-3b77-4f5a-a937-11668d9c4380>.
08:53:04.016 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M53.874S> interval (min=<PT5M>)
08:53:04.016 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
08:53:04.017 [WARN ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@60393fc1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:04.017 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:04.018 [WARN ] [PekkoTestSystem-closableActorSystem-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@60393fc1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:04.018 [INFO ] [PekkoTestSystem-closableActorSystem-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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:04.019 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:04.019 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:04.019 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:04.019 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:53:04.023 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:53:04.023 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
08:53:04.039 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-a470bbca-9e03-4957-a564-4d5215a45df1>
08:53:04.039 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a470bbca-9e03-4957-a564-4d5215a45df1>.
08:53:04.040 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a470bbca-9e03-4957-a564-4d5215a45df1>.
08:53:04.042 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:04.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:04.043 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:04.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:04.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:04.047 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-a470bbca-9e03-4957-a564-4d5215a45df1>
08:53:04.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:04.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-db97e241-875e-42cc-a05f-d6ebbd1e8697>
08:53:04.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-db97e241-875e-42cc-a05f-d6ebbd1e8697>.
08:53:04.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-db97e241-875e-42cc-a05f-d6ebbd1e8697>.
08:53:04.065 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:04.065 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:04.065 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:04.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:04.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:04.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:04.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:04.071 [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.
08:53:04.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-c92d682b-c761-4cd8-9f34-5b1d6dcf4ac0>
08:53:04.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c92d682b-c761-4cd8-9f34-5b1d6dcf4ac0>.
08:53:04.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c92d682b-c761-4cd8-9f34-5b1d6dcf4ac0>.
08:53:04.088 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:04.088 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:04.088 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:04.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:04.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:04.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:04.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:04.094 [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.
08:53:04.095 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
08:53:04.095 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - received unknown/unsupported message CloseConnection [type=connectivity.commands:closeConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-c92d682b-c761-4cd8-9f34-5b1d6dcf4ac0] in state DISCONNECTING - status: open: disconnecting connection at 2024-01-30T08:53:04.095099321Z - sender: Actor[pekko://PekkoTestSystem/system/testProbe-911#-181425470]
08:53:04.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-97479c95-4eb9-4229-bb2b-10efa8c38e5a>
08:53:04.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-97479c95-4eb9-4229-bb2b-10efa8c38e5a>.
08:53:04.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-97479c95-4eb9-4229-bb2b-10efa8c38e5a>.
08:53:04.111 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:04.111 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:04.112 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:04.112 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:04.113 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:04.118 [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-30T08:53:04.118022852Z, connectivityStatus=null]>
08:53:04.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.118 [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-30T08:53:04.118022852Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:53:04.118 [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-30T08:53:04.118032996Z, connectivityStatus=null]>
08:53:04.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.118 [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-30T08:53:04.118032996Z, connectivityStatus=null]. Reconnect was already triggered
08:53:04.118 [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-30T08:53:04.118051Z, connectivityStatus=null]>
08:53:04.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.118 [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-30T08:53:04.118051Z, connectivityStatus=null]. Reconnect was already triggered
08:53:04.133 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-f8caff25-3b77-4f5a-a937-11668d9c4380>
08:53:04.134 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:53:04.136 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:53:04.147 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-db97e241-875e-42cc-a05f-d6ebbd1e8697>
08:53:04.147 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-c92d682b-c761-4cd8-9f34-5b1d6dcf4ac0>
08:53:04.147 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-97479c95-4eb9-4229-bb2b-10efa8c38e5a>
08:53:04.236 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.236 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:04.242 [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-30T08:53:04.242352211Z, connectivityStatus=null]>
08:53:04.242 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.242 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-30T08:53:04.242352211Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING'
08:53:04.242 [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-30T08:53:04.242363617Z, connectivityStatus=null]>
08:53:04.243 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.243 [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-30T08:53:04.242363617Z, connectivityStatus=null]. Reconnect was already triggered
08:53:04.243 [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-30T08:53:04.242365140Z, connectivityStatus=null]>
08:53:04.243 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.243 [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-30T08:53:04.242365140Z, connectivityStatus=null]. Reconnect was already triggered
08:53:04.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:04.461 [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-30T08:53:04.461194117Z, connectivityStatus=null]>
08:53:04.461 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.461 [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-30T08:53:04.461194117Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
08:53:04.462 [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-30T08:53:04.461209139Z, connectivityStatus=null]>
08:53:04.462 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.462 [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-30T08:53:04.461209139Z, connectivityStatus=null]. Reconnect was already triggered
08:53:04.462 [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-30T08:53:04.461210569Z, connectivityStatus=null]>
08:53:04.462 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.462 [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-30T08:53:04.461210569Z, connectivityStatus=null]. Reconnect was already triggered
08:53:04.876 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.876 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:04.880 [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-30T08:53:04.880588283Z, connectivityStatus=null]>
08:53:04.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.880 [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-30T08:53:04.880588283Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
08:53:04.881 [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-30T08:53:04.880602188Z, connectivityStatus=null]>
08:53:04.881 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.881 [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-30T08:53:04.880602188Z, connectivityStatus=null]. Reconnect was already triggered
08:53:04.881 [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-30T08:53:04.880606565Z, connectivityStatus=null]>
08:53:04.881 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:04.881 [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-30T08:53:04.880606565Z, connectivityStatus=null]. Reconnect was already triggered
08:53:05.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:05.297 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:05.315 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-abe6516e-72d7-48d5-bb4f-badf8c9459b0>
08:53:05.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-abe6516e-72d7-48d5-bb4f-badf8c9459b0>.
08:53:05.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-abe6516e-72d7-48d5-bb4f-badf8c9459b0>.
08:53:05.320 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:05.320 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:05.321 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:05.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:05.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:05.347 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-abe6516e-72d7-48d5-bb4f-badf8c9459b0>
08:53:06.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:06.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:06.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:07.106 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:07.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:07.897 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:08.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:08.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:09.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:09.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:10.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:10.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect
08:53:10.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.360 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-d15b1779-9a3b-4f17-95b0-ec4c7086215b>
08:53:10.361 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d15b1779-9a3b-4f17-95b0-ec4c7086215b>.
08:53:10.361 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d15b1779-9a3b-4f17-95b0-ec4c7086215b>.
08:53:10.363 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:10.363 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:10.364 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:10.364 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:10.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:10.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:10.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:10.380 [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.
08:53:10.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-73362a6a-b7f9-43aa-939c-3383118a2e0a>
08:53:10.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-73362a6a-b7f9-43aa-939c-3383118a2e0a>.
08:53:10.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-73362a6a-b7f9-43aa-939c-3383118a2e0a>.
08:53:10.395 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:10.395 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:10.396 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:10.396 [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}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:10.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:10.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:10.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:10.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
08:53:10.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.402 [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-30T08:53:10.402423564Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
08:53:10.402 [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-30T08:53:10.402839369Z, connectivityStatus=null]>
08:53:10.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.403 [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-30T08:53:10.402839369Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING'
08:53:10.403 [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-30T08:53:10.402843714Z, connectivityStatus=null]>
08:53:10.403 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.403 [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-30T08:53:10.402843714Z, connectivityStatus=null]. Reconnect was already triggered
08:53:10.403 [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-30T08:53:10.402845870Z, connectivityStatus=null]>
08:53:10.403 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.403 [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-30T08:53:10.402845870Z, connectivityStatus=null]. Reconnect was already triggered
08:53:10.448 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-d15b1779-9a3b-4f17-95b0-ec4c7086215b>
08:53:10.448 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-73362a6a-b7f9-43aa-939c-3383118a2e0a>
08:53:10.615 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.616 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:10.621 [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-30T08:53:10.621389131Z, connectivityStatus=null]>
08:53:10.621 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.621 [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-30T08:53:10.621389131Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
08:53:10.622 [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-30T08:53:10.621412705Z, connectivityStatus=null]>
08:53:10.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.622 [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-30T08:53:10.621412705Z, connectivityStatus=null]. Reconnect was already triggered
08:53:10.622 [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-30T08:53:10.621416227Z, connectivityStatus=null]>
08:53:10.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:10.622 [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-30T08:53:10.621416227Z, connectivityStatus=null]. Reconnect was already triggered
08:53:11.035 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.036 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:11.043 [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-30T08:53:11.043256260Z, connectivityStatus=null]>
08:53:11.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-30T08:53:11.043256260Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
08:53:11.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-30T08:53:11.043265291Z, connectivityStatus=null]>
08:53:11.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-30T08:53:11.043265291Z, connectivityStatus=null]. Reconnect was already triggered
08:53:11.043 [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-30T08:53:11.043266820Z, connectivityStatus=null]>
08:53:11.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.044 [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-30T08:53:11.043266820Z, connectivityStatus=null]. Reconnect was already triggered
08:53:11.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:11.464 [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-30T08:53:11.464067955Z, connectivityStatus=null]>
08:53:11.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.464 [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-30T08:53:11.464067955Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
08:53:11.464 [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-30T08:53:11.464082337Z, connectivityStatus=null]>
08:53:11.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.464 [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-30T08:53:11.464082337Z, connectivityStatus=null]. Reconnect was already triggered
08:53:11.465 [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-30T08:53:11.464083787Z, connectivityStatus=null]>
08:53:11.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.465 [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-30T08:53:11.464083787Z, connectivityStatus=null]. Reconnect was already triggered
08:53:11.656 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.657 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:11.876 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.876 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:11.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-ca1db3fd-7083-4691-83af-26d9570d0d40>
08:53:11.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ca1db3fd-7083-4691-83af-26d9570d0d40>.
08:53:11.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ca1db3fd-7083-4691-83af-26d9570d0d40>.
08:53:11.897 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:11.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:11.898 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:11.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:11.899 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:11.905 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor.
08:53:11.906 [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-30T08:53:11.905934660Z, connectivityStatus=null]>
08:53:11.906 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.906 [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-30T08:53:11.905934660Z, connectivityStatus=null]. Reconnect after: PT0.05S. Resolved status: failed. Going to 'CONNECTING'
08:53:11.906 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor.
08:53:11.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-ca1db3fd-7083-4691-83af-26d9570d0d40>
08:53:11.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:11.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:12.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:12.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:12.107 [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.
08:53:12.306 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:12.306 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:12.407 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor.
08:53:12.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:12.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:12.908 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor.
08:53:12.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:12.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:13.546 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:13.547 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:13.809 [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.
08:53:13.906 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:13.906 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:14.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:14.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:15.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:15.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection <connection-ca1db3fd-7083-4691-83af-26d9570d0d40> - connection timed out - reached maximum retries for reconnecting and thus will no longer try to reconnect
08:53:15.335 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:15.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:15.356 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:15.356 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect
08:53:15.356 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
08:53:15.510 [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.
08:53:15.522 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-49e8fc29-7537-4891-a186-f543693f32be>
08:53:15.523 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-49e8fc29-7537-4891-a186-f543693f32be>.
08:53:15.523 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-49e8fc29-7537-4891-a186-f543693f32be>.
08:53:15.525 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:15.526 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:15.526 [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@5346e54e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
08:53:15.527 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
08:53:15.527 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
08:53:15.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
08:53:15.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
08:53:15.532 [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.
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.38 s -- in org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest
08:53:15.534 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:53:15.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
08:53:15.536 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
08:53:15.536 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED>
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED>
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
08:53:15.536 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
08:53:15.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
08:53:15.548 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-49e8fc29-7537-4891-a186-f543693f32be>
08:53:15.549 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:53:15.549 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:53:15.549 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:53:15.549 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:53:15.549 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:53:15.549 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
08:53:15.551 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
08:53:15.551 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest
[INFO] [01/30/2024 08:53:15.783] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest
[INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest
08:53:15.794 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest
[INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s -- in org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest
ensureRecursionGetsAborted aborted after: 0.748344ms
ensureEndlessLoopGetsAborted aborted after: 501.945139ms
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest
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=96773c3e-f503-42f0-a79f-fe6da7940ad4}]]]
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=abf0b029-dc59-4bbd-aef0-a5fda10e12b3}]]]
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=8279a9fc-948a-45a5-9599-6b214823ddf1}]]]
42664720170
bytes length: 5
ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/features, value={"temperature":{"properties":{"value":25.43}},"pressure":{"properties":{"value":1015}},"humidity":{"properties":{"value":42}}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=764b681b-00cd-4260-872e-63c0ff2aa464, device_id=jmh-test, content-type=application/octet-stream}]]]
2572427
bytes length: 3
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=82e0c435-d5c5-49ed-a927-e23ea6ce97e6}]]]
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=1248cb9e-fe0d-4bdf-97d0-64f846906d16}]]]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest
UnmodifiableExternalMessage [headers={correlation-id=57c28759-ea80-49dd-b3d5-78abb50ea591, content-type=application/vnd.eclipse.ditto+json}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"_/foo-bar-connection/connections/announcements/opened","path":"/","headers":{"correlation-id":"57c28759-ea80-49dd-b3d5-78abb50ea591","content-type":"application/json"},"value":{"openedAt":"2024-01-30T08:53:17.889240660Z"}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
testDefaultJavascriptOutgoingMappingForConnectionAnnouncements Duration: 1.544706ms
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=3cf7cb9a-5edf-4a7d-885a-8b1b511f8555, version=2, content-type=application/json}]]]
testDefaultJavascriptIncomingMappingForByteDittoProtocol Duration: 1.227868ms
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=5433e8fb-4a6e-4798-a499-6d3d63a2c4c6}]]]
testPlainJavascriptIncomingMapping Duration: 0.530239ms
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=5723cb39-333e-4452-8bb5-05f6a41bd00f}]]]
testPlainJavascriptIncomingMapping Duration: 0.598394ms
testEmptyJavascriptIncomingMapping Duration: 0.093146ms
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=b97b0f79-f124-464a-b059-125d8da14a4a}]]]
testWithProtobufJsJavascriptIncomingMapping Duration: 234.475449ms
testEmptyJavascriptOutgoingMapping Duration: 0.250417ms
UnmodifiableExternalMessage [headers={correlation-id=06d96b14-b943-499e-90ac-3a38573e8bfa, content-type=application/vnd.eclipse.ditto+json}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-policy/policies/announcements/subjectDeletion","path":"/","headers":{"correlation-id":"06d96b14-b943-499e-90ac-3a38573e8bfa","content-type":"application/json"},"value":{"deleteAt":"2024-01-30T08:53:18.137531990Z","subjectIds":[]}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
testDefaultJavascriptOutgoingMappingForPolicyAnnouncements Duration: 0.757099ms
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=4a7d2edd-5915-4a37-a30f-964c2e9ef9d8}]]]
testBinaryJavascriptIncomingMapping Duration: 0.718623ms
UnmodifiableExternalMessage [headers={ditto-message-subject=install, content-type=application/vnd.google.protobuf, ditto-message-feature-id=SoftwareState, response-required=true, version=2, correlation-id=62bb2219-0860-477e-83f7-081e017102ef, ditto-message-direction=TO, ditto-message-thing-id=org.eclipse.ditto.example:INTEGRATION_TEST_DEVICE}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=BYTES, textPayload=null, bytePayload=<binary> (1170bytes)', internalHeaders=ImmutableDittoHeaders [{}]]
testWithProtobufJsJavascriptOutgoingMapping Duration: 111.908151ms
UnmodifiableExternalMessage [headers={correlation-id=c932827a-41f9-4de1-a66c-f5ff27956740, content-type=application/octet-stream}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=BYTES, textPayload=null, bytePayload=<binary> (32bytes)', internalHeaders=ImmutableDittoHeaders [{}]]
testBinaryJavascriptOutgoingMapping Duration: 1.786361ms
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=46006d12-8f71-4754-a464-d14eaf33a46d, version=2, content-type=application/json}]]]
testNoopJavascriptIncomingMapping Duration: 0.207866ms
UnmodifiableExternalMessage [headers={correlation-id=d35db12a-3e2a-42e8-b3db-bcc26cfb7442, content-type=text/plain}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=none, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
testCorrectChannelForConnectionAnnouncementsJavascriptOutgoingMapping Duration: 0.825636ms
{correlation-id=fd5b98d9-5a17-475a-aeb6-b92868f61e6a, subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json}
UnmodifiableExternalMessage [headers={correlation-id=fd5b98d9-5a17-475a-aeb6-b92868f61e6a, subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json}, response=false, error=false, authorizationContext=null, topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=foo-bar-plain, group=things, channel=twin, criterion=commands, action=create, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/foo-bar-plain/things/twin/commands/create], enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"fd5b98d9-5a17-475a-aeb6-b92868f61e6a","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 [{}]]
testNoopJavascriptOutgoingMapping Duration: 0.193147ms
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=4e7e73f9-6176-4453-a686-0a5044cd953b}]]]
testPlainJavascriptIncomingMapping Duration: 0.32055ms
HEADERS: ImmutableDittoHeaders [{correlation-id=be6c566a-6609-44b4-8d1b-b3b45d0002c8, subject={{topic:action-subject}}, content-type=application/json}]
CREATE THING :CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{correlation-id=be6c566a-6609-44b4-8d1b-b3b45d0002c8, 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]
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=be6c566a-6609-44b4-8d1b-b3b45d0002c8, subject={{topic:action-subject}}, content-type=application/json}]]]
ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"be6c566a-6609-44b4-8d1b-b3b45d0002c8","subject":"{{topic:action-subject}}","content-type":"application/json"},"path":"/","value":{"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}
{correlation-id=be6c566a-6609-44b4-8d1b-b3b45d0002c8, subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json}
UnmodifiableExternalMessage [headers={correlation-id=be6c566a-6609-44b4-8d1b-b3b45d0002c8, subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","path":"/","headers":{"correlation-id":"be6c566a-6609-44b4-8d1b-b3b45d0002c8","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 [{}]]
testNoopJavascriptOutgoingMapping Duration: 0.50536ms
UnmodifiableExternalMessage [headers={correlation-id=bc01f5bf-a348-4974-8dd0-479d0d6b8edc, content-type=text/plain}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=Thing ID was: org.eclipse.ditto:foo-bar-plain, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
testPlainJavascriptOutgoingMapping Duration: 0.963696ms
HEADERS: ImmutableDittoHeaders [{correlation-id=885e4068-00fb-4df7-aaf7-8d23db22a48f, subject={{topic:action-subject}}, response-required=false, content-type=application/json}]
CREATE THING RESPONSE :CreateThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=885e4068-00fb-4df7-aaf7-8d23db22a48f, 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]]
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=885e4068-00fb-4df7-aaf7-8d23db22a48f, subject={{topic:action-subject}}, response-required=false, content-type=application/json}]]]
ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"885e4068-00fb-4df7-aaf7-8d23db22a48f","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}
{correlation-id=885e4068-00fb-4df7-aaf7-8d23db22a48f, content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, response-required=false}
UnmodifiableExternalMessage [headers={correlation-id=885e4068-00fb-4df7-aaf7-8d23db22a48f, content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, response-required=false}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","path":"/","headers":{"correlation-id":"885e4068-00fb-4df7-aaf7-8d23db22a48f","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 [{}]]
testDefaultJavascriptOutgoingMappingWithStatus Duration: 0.696861ms
2572427
bytes length: 3
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=c2bcf3ba-cad2-47c1-ac70-b4f89e17e711}]]]
testBinaryWithByteBufferJsJavascriptIncomingMapping Duration: 1.537799ms
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=f4f9a0de-abc8-448f-8536-19bc6d7a4c24, version=2, content-type=application/json}]]]
testDefaultJavascriptIncomingMappingForDittoProtocol Duration: 0.145446ms
UnmodifiableExternalMessage [headers={correlation-id=9f5e6719-e4e8-44e6-8a32-7c800d358104, content-type=text/plain}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=none, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
testCorrectChannelForPolicyAnnouncementsJavascriptOutgoingMapping Duration: 0.765501ms
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest
[INFO] [01/30/2024 08:53:18.381] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:18.414] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:18.447] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:18.481] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:18.513] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:18.547] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest
08:53:18.760 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <some-id> with mapping engine <java.lang.String> not found.
08:53:18.760 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <missing-mapper-id> with mapping engine <missing-mapper> not found.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest
08:53:19.075 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute>
08:53:19.121 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveThing>
08:53:19.174 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute>
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest
08:53:19.219 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Invalid value in header <ttd>: -5625.
08:53:19.273 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not convertible to type long.
08:53:19.414 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <ThingIdInvalidException>: Thing ID 'Invalid Value' is not valid!
08:53:19.506 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <UnresolvedPlaceholderException>: The placeholder '{{ header:thing-id }}' could not be resolved.
08:53:19.618 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not convertible to type long.
08:53:19.679 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not set.
08:53:19.880 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not set.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s -- in org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 s -- in org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest
[INFO] Running org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 s -- in org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest
[INFO] [01/30/2024 08:53:21.433] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.482] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfSaslMechanismIsUnknown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.541] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.584] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.626] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.666] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.699] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfOneBootstrapServerUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.733] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.767] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.799] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.827] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfBaseUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.870] [main] [CoordinatedShutdown(pekko://getSaslMechanismReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.900] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:53:21.933] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest
[INFO] Running org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest
[INFO] Running org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest
[INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest
[INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest
[INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest
[INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest
[INFO] Running org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest
[INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest
[INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest
08:53:22.518 [INFO ] [main] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment.
08:53:22.675 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-14] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H>
08:53:22.778 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-11] 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.
08:53:23.073 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
Failed to stop [ConnectivityRootActorTest] within [10 seconds] 
-> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 1 children
   ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=4 Terminating(Termination)
       |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers#-315230677]
       ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=4 Terminating(Termination)
           |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2140#529893914]
           ⌊-> StreamSupervisor-2140 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=4 Terminating(Termination)
               |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2140/flow-7-0-ignoreSink#-1971288102]
               |           Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2140/flow-9-0-ignoreSink#655947537]
               ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
               ⌊-> flow-9-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.97 s -- in org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest
[INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 1700, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1.jar
[INFO] 
[INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service ---
[INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-protocol:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:3.5.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
[INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-placeholders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-wot-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-edge-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-messages-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-query:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:3.5.1 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:3.5.1 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:3.5.1 in the shaded jar.
[INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar.
[INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar.
[INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar.
[INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar.
[INFO] Including org.slf4j:jcl-over-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar.
[INFO] Including org.apache.qpid:qpid-jms-client:jar:1.10.0 in the shaded jar.
[INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
[INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-codec-http:jar:4.1.99.Final in the shaded jar.
[INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar.
[INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
[INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar.
[INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar.
[INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar.
[INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
[INFO] Including org.apache.kafka:kafka-clients:jar:3.5.1 in the shaded jar.
[INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar.
[INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
[INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
[INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
[INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
[INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar.
[INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar.
[INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar.
[INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar.
[INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar.
[INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar.
[INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-utils-result:jar:3.5.1 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[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: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-connectivity-service-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
[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: 
[WARNING]   - META-INF.versions.9.module-info
[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: 
[WARNING]   - META-INF/io.netty.versions.properties
[WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 
[WARNING]   - .cache/formatter-maven-cache.properties
[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: 
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
[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-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-connectivity-service-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[WARNING] ditto-rql-parser-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar define 4 overlapping classes: 
[WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-connectivity-service-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.jar, jakarta.jms-api-2.0.3.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.md
[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: 
[WARNING]   - META-INF/DISCLAIMER
[WARNING] caffeine-3.1.8.jar, ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-connectivity-service-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/LICENSE
[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: 
[WARNING]   - META-INF/DEPENDENCIES
[WARNING] maven-shade-plugin has detected that some files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the file is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-connectivity-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-connectivity-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-connectivity-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/config/javascript/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.config.javascript;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/config/mapping/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.config.mapping;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/enforcement/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.enforcement;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/enforcement/pre/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/amqp/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/hono/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/httppush/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/kafka/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/hivemq/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/hivemq/client/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/hivemq/common/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/persistence/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/persistence/strategies/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/persistence/strategies/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/rabbitmq/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/tunnel/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/validation/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/placeholders/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.placeholders;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/util/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.util;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/MessageMapper.java:112: warning: no @param for message
[WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment
[WARNING] protected final ActorSystem actorSystem;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment
[WARNING] protected final Config config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment
[WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment
[WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment
[WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment
[WARNING] protected static boolean isError(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment
[WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment
[WARNING] protected static boolean isResponse(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:59: warning: no comment
[WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:60: warning: no comment
[WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:67: warning: no comment
[WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:173: warning: no comment
[WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:127: warning: no comment
[WARNING] protected static void validateEnforcementInput(final Enforcement enforcement,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:118: warning: no comment
[WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:146: warning: no comment
[WARNING] protected static void validateSourceQoS(final int qos,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:185: warning: no comment
[WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:156: warning: no comment
[WARNING] protected static void validateTargetQoS(final int qos,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/validation/AbstractProtocolValidator.java:196: warning: no comment
[WARNING] protected static void validateExtraFields(final Target target) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/AbstractWithOrigin.java:29: warning: no comment
[WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for clientConnected
[WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for data
[WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @return
[WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1243: warning: no @param for clientConnected
[WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:772: warning: no comment
[WARNING] protected abstract ActorRef getPublisherActor();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:550: warning: no @param for targetAuthorizationContext
[WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/httppush/AwsRequestSigningFactory.java:96: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2194: warning: no comment
[WARNING] public interface ReconnectTimeoutStrategy {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment
[WARNING] protected final UUID actorUuid;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment
[WARNING] protected final ChildActorNanny childActorNanny;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment
[WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment
[WARNING] protected final ConnectionLogger connectionLogger;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment
[WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment
[WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment
[WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance());
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment
[WARNING] protected BaseClientActor(final Connection connection,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1673: warning: no comment
[WARNING] protected boolean canConnectViaSocket(final Connection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment
[WARNING] protected ConnectivityConfig connectivityConfig() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1205: warning: no comment
[WARNING] protected final SshTunnelState getSshTunnelState() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1903: warning: no comment
[WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2420: warning: no comment
[WARNING] ACKREGATOR_STARTED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment
[WARNING] ACKREGATOR_STOPPED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2415: warning: no comment
[WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2416: warning: no comment
[WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2414: warning: no comment
[WARNING] INIT_COMPLETE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2417: warning: no comment
[WARNING] RESUBSCRIBE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2419: warning: no comment
[WARNING] SERVICE_REQUESTS_DONE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2418: warning: no comment
[WARNING] SERVICE_UNBIND,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment
[WARNING] SHUTDOWN_TIMEOUT
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2353: warning: no comment
[WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2363: warning: no comment
[WARNING] public ConnectionFailure getFailure() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2367: warning: no comment
[WARNING] public boolean isSuccess() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2349: warning: no comment
[WARNING] public static InitializationResult success() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2196: warning: no comment
[WARNING] boolean canReconnect();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2202: warning: no comment
[WARNING] Duration getNextBackoff();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2200: warning: no comment
[WARNING] Duration getNextTimeout();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2198: warning: no comment
[WARNING] void reset();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment
[WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment
[WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return
[WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment
[WARNING] protected final ConnectionId connectionId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment
[WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment
[WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment
[WARNING] protected final ConnectionMonitor inboundMonitor;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment
[WARNING] protected final Source source;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment
[WARNING] protected final String sourceAddress;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment
[WARNING] protected BaseConsumerActor(final Connection connection,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment
[WARNING] protected ResourceStatus getCurrentSourceStatus() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment
[WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment
[WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment
[WARNING] protected void resetResourceStatus() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment
[WARNING] protected final Connection connection;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment
[WARNING] protected final ConnectionConfig connectionConfig;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment
[WARNING] protected final ExpressionResolver connectionIdResolver;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment
[WARNING] protected final ConnectionLogger connectionLogger;
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-allinone.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-allinone.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/3.5.1/ditto-connectivity-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/3.5.1/ditto-connectivity-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/3.5.1/ditto-connectivity-service-3.5.1-allinone.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/3.5.1/ditto-connectivity-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/3.5.1/ditto-connectivity-service-3.5.1-javadoc.jar
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
[INFO] Building Eclipse Ditto :: Documentation 3.5.1                    [68/77]
[INFO]   from documentation/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-documentation ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-documentation ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-documentation ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/documentation/target/jacoco.exec
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:3.5.1...
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-documentation >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-documentation ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/documentation/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-documentation <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-documentation ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-documentation ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-documentation ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/documentation/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-documentation/3.5.1/ditto-documentation-3.5.1.pom
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-gateway >-------------------
[INFO] Building Eclipse Ditto :: Gateway 3.5.1                          [69/77]
[INFO]   from gateway/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-gateway >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-gateway <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-gateway ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-gateway ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway/3.5.1/ditto-gateway-3.5.1.pom
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >-----------------
[INFO] Building Eclipse Ditto :: Gateway :: API 3.5.1                   [70/77]
[INFO]   from gateway/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-api ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 s -- in org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-gateway-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-gateway-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-gateway-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.api;
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/3.5.1/ditto-gateway-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/3.5.1/ditto-gateway-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/3.5.1/ditto-gateway-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/3.5.1/ditto-gateway-api-3.5.1-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >-------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 3.5.1        [71/77]
[INFO]   from internal/utils/http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-http ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-http ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-http ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-http >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-http ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-http <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-http ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/3.5.1/ditto-internal-utils-http-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/3.5.1/ditto-internal-utils-http-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/3.5.1/ditto-internal-utils-http-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/3.5.1/ditto-internal-utils-http-3.5.1-javadoc.jar
[INFO] 
[INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >-------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 3.5.1         [72/77]
[INFO]   from internal/utils/jwt/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-jwt ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-jwt ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-jwt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s -- in org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-jwt >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-jwt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-jwt <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-jwt ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-jwt ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/3.5.1/ditto-internal-utils-jwt-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/3.5.1/ditto-internal-utils-jwt-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/3.5.1/ditto-internal-utils-jwt-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/3.5.1/ditto-internal-utils-jwt-3.5.1-javadoc.jar
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-gateway-service >---------------
[INFO] Building Eclipse Ditto :: Gateway :: Service 3.5.1               [73/77]
[INFO]   from gateway/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-service ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-service ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 221 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/ProtocolMessageExtractor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/ProtocolMessageExtractor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service ---
[INFO] Copying 18 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/util/config/health/DefaultClusterRolesConfigTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/util/config/health/DefaultClusterRolesConfigTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/security/authentication/DefaultAuthenticationFailureAggregatorTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/security/authentication/DefaultAuthenticationFailureAggregatorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.391 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest
08:55:08,264 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
08:55:08,266 |-INFO in ch.qos.logback.classic.util.ContextInitializer@421a0027 - No custom configurators were discovered as a service.
08:55:08,266 |-INFO in ch.qos.logback.classic.util.ContextInitializer@421a0027 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
08:55:08,269 |-INFO in ch.qos.logback.classic.util.ContextInitializer@421a0027 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
08:55:08,271 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
08:55:08,271 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
08:55:08,282 |-INFO in ch.qos.logback.classic.util.ContextInitializer@421a0027 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
08:55:08,282 |-INFO in ch.qos.logback.classic.util.ContextInitializer@421a0027 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
08:55:08,283 |-INFO in ch.qos.logback.classic.util.ContextInitializer@421a0027 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
08:55:08,284 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
08:55:08,284 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/classes/logback.xml]
08:55:08,427 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
08:55:08,821 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("DITTO_LOGGING_DISABLE_SYSOUT_LOG")] evaluated to false on line 27
08:55:08,824 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("DITTO_LOGGING_LOGSTASH_SERVER")] evaluated to false on line 51
08:55:08,830 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [property("DITTO_LOGGING_FILE_APPENDER").equals("true")] evaluated to false on line 68
08:55:08,833 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR]
08:55:08,833 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
08:55:08,846 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
08:55:08,896 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
08:55:08,896 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
08:55:08,897 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
08:55:08,897 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stash]
08:55:08,897 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.helpers.NOPAppender]
08:55:08,898 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [file]
08:55:08,898 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.helpers.NOPAppender]
08:55:08,899 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.mongodb.driver] to WARN
08:55:08,899 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.contactpoint.HttpClusterBootstrapRoutes] to WARN
08:55:08,899 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.internal.BootstrapCoordinator] to WARN
08:55:08,899 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.actor.CoordinatedShutdown] to DEBUG
08:55:08,899 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
08:55:08,899 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO
08:55:08,900 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
08:55:08,901 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT]
08:55:08,901 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stash] to Logger[ROOT]
08:55:08,901 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [file] to Logger[ROOT]
08:55:08,901 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@20d9c11b - End of configuration.
08:55:08,903 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5fc0aab8 - Registering current configuration as safe fallback point
08:55:08,904 |-INFO in ch.qos.logback.classic.util.ContextInitializer@421a0027 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 621 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
2024-01-30 08:55:08,908 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:11,979 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:12,008 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
2024-01-30 08:55:12,873 WARN  [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective  - DevOps resource is not secured
2024-01-30 08:55:12,892 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:13,173 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:13,270 WARN  [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective  - DevOps resource is not secured
2024-01-30 08:55:13,271 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.782 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest
2024-01-30 08:55:13,362 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:13,487 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:13,511 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
2024-01-30 08:55:13,599 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:13,683 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:13,765 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:13,816 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:13,924 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:14,017 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:14,074 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:14,165 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:14,210 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:14,266 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:14,323 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:14,376 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:14,422 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:14,467 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:14,500 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:14,570 INFO  [ThingsRouteTest.postThingWithLiveChannelHeader-07563aa][] 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-07563aa, channel=live}]]>!
2024-01-30 08:55:14,614 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:14,692 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:14,717 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:14,763 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:14,819 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:14,873 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:14,924 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:14,930 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:14,987 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,026 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:15,080 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,120 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:15,177 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,216 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:15,275 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,319 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:15,368 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,412 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:15,464 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,503 INFO  [ThingsRouteTest.postThingWithLiveChannelQueryParameter-e83c60e][] 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-e83c60e}]]>!
2024-01-30 08:55:15,533 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,587 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:15,591 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:15,613 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,679 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:15,704 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,735 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <ThingIdInvalidException>!
2024-01-30 08:55:15,737 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 [{}]]>!
2024-01-30 08:55:15,784 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,814 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.527 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest
2024-01-30 08:55:15,868 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,909 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:15,918 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
2024-01-30 08:55:15,989 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,062 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,098 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:16,166 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,216 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,292 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,327 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:16,370 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,399 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:16,421 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,512 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,566 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:16,619 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,686 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:16,737 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,785 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:16,811 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,860 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:16,894 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:16,926 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:16,974 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,049 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,100 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:17,136 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,203 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:17,232 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,300 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:17,325 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,407 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,438 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:17,479 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,532 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,592 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:17,611 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,639 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:17,686 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,726 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.929 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest
2024-01-30 08:55:17,777 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,818 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,826 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
2024-01-30 08:55:17,874 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:17,899 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:17,930 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:17,966 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,003 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,031 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,100 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,132 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,166 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,193 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,214 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,241 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,283 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,310 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,331 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,371 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,389 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,423 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,460 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,485 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,507 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,568 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,594 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,633 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,723 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,793 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,821 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,861 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,897 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,920 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:18,969 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:18,993 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,031 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,073 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,133 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,188 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,211 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,268 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,292 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,329 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,373 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,406 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,430 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,476 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,504 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,533 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,570 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,602 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,621 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,669 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,698 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,722 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,737 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,784 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,806 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,830 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,862 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,888 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,913 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:19,940 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:19,975 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,009 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,033 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,084 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,104 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,128 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,170 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,199 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,217 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,269 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,307 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,330 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,365 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,388 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,402 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,440 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,478 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,497 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,544 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,578 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,592 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,630 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,690 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,740 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,766 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,795 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,814 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,860 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,885 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,916 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,937 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:20,979 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:20,996 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,031 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:21,071 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,098 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:21,122 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,181 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,217 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.465 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest
2024-01-30 08:55:21,260 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,296 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,303 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
2024-01-30 08:55:21,339 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:21,377 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,444 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:21,469 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,498 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:21,519 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,566 INFO  [ThingSearchRouteTest.countThingsShouldAssertBadRequest-0f1992d][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: <example.com POST /search/things/count>
2024-01-30 08:55:21,567 INFO  [ThingSearchRouteTest.countThingsShouldAssertBadRequest-0f1992d][] 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-0f1992d}]]>!
2024-01-30 08:55:21,596 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,624 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:21,660 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,692 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest
2024-01-30 08:55:21,917 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,970 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:21,977 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
2024-01-30 08:55:21,997 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(WhoamiRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest
2024-01-30 08:55:22,125 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:22,187 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 08:55:22,198 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:22,203 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
2024-01-30 08:55:22,228 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:22,235 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
2024-01-30 08:55:22,371 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,374 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,470 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:22,484 INFO  [214015d6-5498-4cd7-9f01-50d7ea074601][] 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>.
2024-01-30 08:55:22,485 INFO  [214015d6-5498-4cd7-9f01-50d7ea074601][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 404
2024-01-30 08:55:22,517 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:22,545 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,545 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,547 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:22,592 INFO  [1faca31c-e16b-4feb-8b1b-f854e27a279f][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 401
2024-01-30 08:55:22,631 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:22,707 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,708 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,711 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:22,712 INFO  [adf90de5-0358-4eea-9209-e54c6ae335e0][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 401
2024-01-30 08:55:22,739 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:22,800 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,800 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,816 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:22,860 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,860 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,863 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:22,868 INFO  [ac93d49f-3d8a-4b44-bb1b-88df6ce75f65][] 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]]>.
2024-01-30 08:55:22,879 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:22,906 INFO  [ac93d49f-3d8a-4b44-bb1b-88df6ce75f65][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 200
2024-01-30 08:55:22,925 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:22,983 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,984 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:22,986 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:22,988 INFO  [87a9b42a-2c3a-426d-bf56-ae782987447b][] 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]]>.
2024-01-30 08:55:22,990 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:22,992 INFO  [87a9b42a-2c3a-426d-bf56-ae782987447b][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/whoami' was: 200
2024-01-30 08:55:23,015 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,062 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,062 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,065 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,066 INFO  [0c70a8d0-6c2b-4761-9c05-52cb5d73b6c6][] 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]]>.
2024-01-30 08:55:23,070 INFO  [0c70a8d0-6c2b-4761-9c05-52cb5d73b6c6][] 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=0c70a8d0-6c2b-4761-9c05-52cb5d73b6c6, 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}]]>!
2024-01-30 08:55:23,072 INFO  [0c70a8d0-6c2b-4761-9c05-52cb5d73b6c6][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 431
2024-01-30 08:55:23,094 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,129 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,129 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,131 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,132 INFO  [4d031061-14e4-4d62-b58d-1de8223bd50b][] 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=4d031061-14e4-4d62-b58d-1de8223bd50b}]]>!
2024-01-30 08:55:23,164 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,207 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,207 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,210 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,219 INFO  [9a343cb7-3f8e-4ea0-b4b4-ad26d10a15da][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/health' was: 200
2024-01-30 08:55:23,233 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,295 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,295 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,297 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,298 INFO  [5c6d62e7-5cdf-4462-962b-78170cc28bd5][] 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>.
2024-01-30 08:55:23,298 INFO  [5c6d62e7-5cdf-4462-962b-78170cc28bd5][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/ws/2' was: 404
2024-01-30 08:55:23,312 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,366 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,366 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,369 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,371 INFO  [c5da7be0-dcb3-469d-9ed4-3c0ddb19ead8][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/9999/things?ids=bumlux' was: 404
2024-01-30 08:55:23,390 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,433 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,434 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,435 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,436 INFO  [98c82d00-d15a-437f-a95a-72c5fac252e1][] 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>.
2024-01-30 08:55:23,436 INFO  [98c82d00-d15a-437f-a95a-72c5fac252e1][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/cluster' was: 404
2024-01-30 08:55:23,472 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,514 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,514 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,516 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,517 INFO  [08319e2d-13c6-4372-a7da-42dac7914791][] 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>.
2024-01-30 08:55:23,517 INFO  [08319e2d-13c6-4372-a7da-42dac7914791][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 404
2024-01-30 08:55:23,533 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,584 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,584 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,586 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,588 INFO  [a9896d43-9a63-4dd1-a21b-b589d7254522][] 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]]>.
2024-01-30 08:55:23,589 INFO  [a9896d43-9a63-4dd1-a21b-b589d7254522][] 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=a9896d43-9a63-4dd1-a21b-b589d7254522, ditto-auth-context={"type":"pre-authenticated-http","subjects":["some-issuer:foo"]}}]]>!
2024-01-30 08:55:23,590 INFO  [a9896d43-9a63-4dd1-a21b-b589d7254522][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things?ids=namespace:bumlux&timeout=32s' was: 400
2024-01-30 08:55:23,619 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,646 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,646 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,648 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,649 INFO  [09955d06-27db-4db4-a85e-d3afdd62b1c5][] 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]]>.
2024-01-30 08:55:23,651 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:23,653 INFO  [09955d06-27db-4db4-a85e-d3afdd62b1c5][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 200
2024-01-30 08:55:23,677 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,707 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,707 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,709 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,718 INFO  [aa14fc0b-4c3c-4c47-8d0d-bd291b365644][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 200
2024-01-30 08:55:23,738 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,789 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,789 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,791 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,792 INFO  [1ee3ed0d-9a62-402a-8902-521d53511f68][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/' was: 404
2024-01-30 08:55:23,807 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,837 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,837 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,838 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,839 INFO  [a5e6c27b-b3c2-4bce-8c5a-c6b31bbd7319][] 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]]>.
2024-01-30 08:55:23,841 INFO  [a5e6c27b-b3c2-4bce-8c5a-c6b31bbd7319][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/foo' was: 404
2024-01-30 08:55:23,875 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,901 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,901 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,903 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,904 INFO  [45127f4b-ab23-442c-87a4-044e6c4b42ad][] 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>.
2024-01-30 08:55:23,904 INFO  [45127f4b-ab23-442c-87a4-044e6c4b42ad][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 404
2024-01-30 08:55:23,923 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:23,970 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,970 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:23,972 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:23,974 INFO  [79a82530-14d7-4c28-813b-0d73099428e3][] 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]]>.
2024-01-30 08:55:23,980 INFO  [79a82530-14d7-4c28-813b-0d73099428e3][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/ws/2' was: 400
2024-01-30 08:55:24,001 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,036 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,036 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,037 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,042 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:24,044 INFO  [818b765a-06dd-4101-af37-04e9c751958f][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 200
2024-01-30 08:55:24,084 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,122 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,122 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,161 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,196 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,196 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,198 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,200 INFO  [d0de9028-6a71-4d98-bcd7-e06d0205bb4c][] 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]]>.
2024-01-30 08:55:24,211 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:24,215 INFO  [d0de9028-6a71-4d98-bcd7-e06d0205bb4c][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things?ids=namespace:bumlux' was: 200
2024-01-30 08:55:24,230 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,281 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,281 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,283 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,284 INFO  [df9cc6c0-39de-40c8-a838-99132c89d106][] 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]]>.
2024-01-30 08:55:24,287 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <CommandHeaderInvalidException>!
2024-01-30 08:55:24,287 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 [{}]]>!
2024-01-30 08:55:24,288 INFO  [df9cc6c0-39de-40c8-a838-99132c89d106][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things/org.eclipse.ditto:dummy' was: 400
2024-01-30 08:55:24,308 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,374 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,374 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,377 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,379 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]]>.
2024-01-30 08:55:24,381 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}]]>!
2024-01-30 08:55:24,384 INFO  [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 431
2024-01-30 08:55:24,419 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,463 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,463 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,465 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,465 INFO  [eedbdaa8-7928-45f3-bbf2-8f0a115b0335][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/doesNotExist' was: 404
2024-01-30 08:55:24,487 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,513 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,513 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,515 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,515 INFO  [ce2b3029-e422-4dc1-925f-13b99c69ef62][] 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>.
2024-01-30 08:55:24,515 INFO  [ce2b3029-e422-4dc1-925f-13b99c69ef62][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/health' was: 404
2024-01-30 08:55:24,534 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,567 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,567 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,569 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,570 INFO  [597d189f-c4e2-4eea-8f4f-4dc100994ea9][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 401
2024-01-30 08:55:24,595 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,650 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,651 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,653 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,663 INFO  [e578efb5-1dc2-42af-9819-c20d2f505a8b][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/health' was: 200
2024-01-30 08:55:24,701 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,748 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,748 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,750 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,752 INFO  [4768ff39-7ee0-487a-a909-73dd297d7b56][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/doesNotExist' was: 301
2024-01-30 08:55:24,775 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,816 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,817 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,824 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,827 INFO  [48796554-df8a-41c1-b034-f39d82747b68][] 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]]>.
2024-01-30 08:55:24,829 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <ThingIdInvalidException>!
2024-01-30 08:55:24,829 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <ThingIdInvalidException> occurred in gateway root route: <ThingIdInvalidException [message='Thing ID 'namespace:0839d56b-a3fe-4885-8774-c47bfcaf95cb:06bb5d8c-015c-4401-bb29-87997151e634:1584bf79-b274-475b-a95f-e0e00f139936:e69fd43b-a45a-4fe5-a424-0eeec7386776:9fe9d229-65dd-4909-90cd-9dbdb406a345:cda7a081-4d3a-4875-b941-e872820caf8e:29d72e5d-b978-4b5d-a6e0-4b47de2d03d1:8bbd04e4-cbc8-4727-8c84-5c4f390c35a1:bf8548d5-b5c6-4090-a2b6-2a2350463f3e:912c642c-428a-45a5-ac9c-58a745f885fd:89516ce9-bfef-4f18-ad15-e8cb9b5f1631:86f16a61-fd3a-47fd-8c08-f64453562509:6822093b-b289-4088-ba87-cdf018af2119:319d3e9d-a2ec-4be1-b7bb-b9a46d607ee6:0bba875b-2b67-427d-95a0-a46e8933630d:345aa638-e4be-4d1e-aa7b-40722839ae35:6cd38164-308f-47de-ad5d-34cefebd5b79:7250af9e-45f6-40a0-bda5-847061767ef6:a165994d-1603-4783-9e0b-4c40409445d1:9ed653a6-35aa-40f5-9af5-11967e57feaf:351ef196-7bc6-4629-9bf8-195f8aea44f3:c52ce7d9-3e59-40a3-b6e6-fa70dcb94fcd:a9ff25ab-105e-4c6a-adcb-cf44d8187609:86be0c2d-860d-4a9c-8115-bbd3532b7656:e2329847-d153-463f-8cc5-a8876c300404:15665cad-bde6-4361-b7f1-561bfcc51b76:0d074c43-0b7e-4270-bf78-a511ee1fa4d7:5e92e6c0-16b5-45bf-940e-80f9e4ae8e60:554e71bf-4fb7-4e68-b084-aab80aeb83c4:d26b209d-db84-4ae1-9a20-affdd5155f9e:cf1a9da4-7047-4574-9bc9-565cfa22e506:f90972aa-d0d3-417f-8e2c-433bb6b28d8c:7454f579-53c4-4f69-820e-a6a00ed2de1d:2e107aa2-6810-4418-86c1-3313653da99c:e19e0df8-ed8a-43f8-9248-045dfafa3601:e861c9db-11fa-4876-ae53-932e3c035415:cec2667d-55a3-4ddf-855a-a8a778ea8594:5ff5ff1c-213d-49db-8f61-7669ed2dbe5a:1d75cdbe-0866-4bb0-9b32-36cbd1e2fb99:7f792383-7ca9-45e0-8975-e231a7dd616a:794a78d9-2704-46f1-b3b4-2ef7bde4f663:10f3c7e8-d1ca-4efc-a29a-31504f17be19:8276ca71-f007-4237-bd4c-99adf10a17b1:af4c22f0-3bf9-4594-8306-7925952e7038:5943bfb5-cebf-4976-bc21-24ab1bf4c8f6:a97f9f16-8cb0-494d-a083-33243bf45d8c:8f849b09-16d9-4ae3-8bb6-7e05595e8f86:bef1d08a-4ba1-4c86-a128-d73fc21525dc:9de90f6a-0a05-4676-9584-5b8262793b88:a7eb7c2a-8a55-45d5-9ffb-5e0874a8dbbc:a0e09c02-8a6d-40dd-a06a-a028193430f2:c9f7e00a-a8a4-4330-af41-563e1ff21992:75d62d11-44bd-4739-a20e-b65c511f57ba:e4b7df7d-8817-4e93-b1b1-d6ebe93e5106:b213e9e6-cbce-4700-a136-7e806be2e1d9:568af929-2826-4a56-9bf5-223c001f47f8:d37e25c0-8585-4294-8fdb-83519d19f923:4bd65c2f-092b-4c8e-b88a-df80945ebc3e:edcc07aa-ab37-441f-bf0e-af4166dca224:ca1e9099-2e3f-44d1-a465-f7d77006cf94:340daa5a-20f3-4b56-8f90-5337f20919c5:14a835db-eab2-4b23-a6db-207f3369bfc2:ad3b4d4c-3cce-4477-b126-5fc5e92d2c8f:c290460f-5a58-4c2b-b4f4-254978a9049b:a076632c-1666-4b70-9062-2994c0936f60:7f12bade-eaeb-44f6-baef-e0626f4de498:624c9e56-7780-4add-ac93-7b32b143e523:3bdb9dbf-1c82-495e-9b75-6abb58b43c3a:2b13fdbc-a91c-427b-891d-998adb9bff0b:1f4e1010-3b15-4030-a884-2337f78ab60d:ebceccc6-611b-4e30-b004-eb1ce173fde0:371f9c05-ef45-47e5-b328-25f8aed85480:99bb727f-702c-49a6-83be-9d314afa976a:becb8652-5ec3-40a4-861b-0bcd1f4b4fe1:07274f30-1082-40cd-852e-bc384dbf884a:afa831f5-b0aa-4e5c-b6e5-386dcaef97f7:d53b3d2e-2af9-49d4-8b13-d52d9a80ad8d:a1710f74-131e-401c-876f-fa9635532887:b4f2e41c-6652-4d12-b96f-3e81f68f14b4:fd1c2c16-e3b2-4026-8c25-834f8bec4ac6:63f7cd1c-bce9-4250-9316-24e5692f79db:3594c195-70be-4007-9812-e37a2efc7556:6e3cb539-b02e-4ee6-a102-88b1a1ce671f:e01581ed-703f-4be3-be54-12a5552d0b9b:722d3c32-145a-4d99-a884-b81f91267e70:28d907f0-ba4c-4131-a339-c19cf224073a:e2d71dab-12ec-446a-9ed5-484a8c40cc71:4959b2e4-93ea-44c8-a5c2-7412ea36fe87:92cf076b-4fd1-4a37-8122-ea38c4052de7:90c8690e-1a32-42de-a7d6-054469934f5c:530b8a38-b384-42e0-a1f5-69915d7de58f:787622ae-b814-4729-be7f-f174b96e3201:a9a96c57-9930-4eda-b294-58fe4931f642:84f6985e-a9b0-47f4-b667-d86dad7d8d37:820e8146-8e77-4f98-852a-e17e0c8f5907:1a6439fe-d875-4c49-92ff-30b181505bfd:d71915d0-21cb-42a9-9eb3-65888baf0d83:baf1b070-9ea3-4352-9750-23e8c7670bb7:80a9e2ac-6bc6-4573-bc66-a52f8286e468:3e8c6c20-0076-4d89-867f-445e042e20f2' 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 [{}]]>!
2024-01-30 08:55:24,830 INFO  [48796554-df8a-41c1-b034-f39d82747b68][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things/namespace:0839d56b-a3fe-4885-8774-c47bfcaf95cb:06bb5d8c-015c-4401-bb29-87997151e634:1584bf79-b274-475b-a95f-e0e00f139936:e69fd43b-a45a-4fe5-a424-0eeec7386776:9fe9d229-65dd-4909-90cd-9dbdb406a345:cda7a081-4d3a-4875-b941-e872820caf8e:29d72e5d-b978-4b5d-a6e0-4b47de2d03d1:8bbd04e4-cbc8-4727-8c84-5c4f390c35a1:bf8548d5-b5c6-4090-a2b6-2a2350463f3e:912c642c-428a-45a5-ac9c-58a745f885fd:89516ce9-bfef-4f18-ad15-e8cb9b5f1631:86f16a61-fd3a-47fd-8c08-f64453562509:6822093b-b289-4088-ba87-cdf018af2119:319d3e9d-a2ec-4be1-b7bb-b9a46d607ee6:0bba875b-2b67-427d-95a0-a46e8933630d:345aa638-e4be-4d1e-aa7b-40722839ae35:6cd38164-308f-47de-ad5d-34cefebd5b79:7250af9e-45f6-40a0-bda5-847061767ef6:a165994d-1603-4783-9e0b-4c40409445d1:9ed653a6-35aa-40f5-9af5-11967e57feaf:351ef196-7bc6-4629-9bf8-195f8aea44f3:c52ce7d9-3e59-40a3-b6e6-fa70dcb94fcd:a9ff25ab-105e-4c6a-adcb-cf44d8187609:86be0c2d-860d-4a9c-8115-bbd3532b7656:e2329847-d153-463f-8cc5-a8876c300404:15665cad-bde6-4361-b7f1-561bfcc51b76:0d074c43-0b7e-4270-bf78-a511ee1fa4d7:5e92e6c0-16b5-45bf-940e-80f9e4ae8e60:554e71bf-4fb7-4e68-b084-aab80aeb83c4:d26b209d-db84-4ae1-9a20-affdd5155f9e:cf1a9da4-7047-4574-9bc9-565cfa22e506:f90972aa-d0d3-417f-8e2c-433bb6b28d8c:7454f579-53c4-4f69-820e-a6a00ed2de1d:2e107aa2-6810-4418-86c1-3313653da99c:e19e0df8-ed8a-43f8-9248-045dfafa3601:e861c9db-11fa-4876-ae53-932e3c035415:cec2667d-55a3-4ddf-855a-a8a778ea8594:5ff5ff1c-213d-49db-8f61-7669ed2dbe5a:1d75cdbe-0866-4bb0-9b32-36cbd1e2fb99:7f792383-7ca9-45e0-8975-e231a7dd616a:794a78d9-2704-46f1-b3b4-2ef7bde4f663:10f3c7e8-d1ca-4efc-a29a-31504f17be19:8276ca71-f007-4237-bd4c-99adf10a17b1:af4c22f0-3bf9-4594-8306-7925952e7038:5943bfb5-cebf-4976-bc21-24ab1bf4c8f6:a97f9f16-8cb0-494d-a083-33243bf45d8c:8f849b09-16d9-4ae3-8bb6-7e05595e8f86:bef1d08a-4ba1-4c86-a128-d73fc21525dc:9de90f6a-0a05-4676-9584-5b8262793b88:a7eb7c2a-8a55-45d5-9ffb-5e0874a8dbbc:a0e09c02-8a6d-40dd-a06a-a028193430f2:c9f7e00a-a8a4-4330-af41-563e1ff21992:75d62d11-44bd-4739-a20e-b65c511f57ba:e4b7df7d-8817-4e93-b1b1-d6ebe93e5106:b213e9e6-cbce-4700-a136-7e806be2e1d9:568af929-2826-4a56-9bf5-223c001f47f8:d37e25c0-8585-4294-8fdb-83519d19f923:4bd65c2f-092b-4c8e-b88a-df80945ebc3e:edcc07aa-ab37-441f-bf0e-af4166dca224:ca1e9099-2e3f-44d1-a465-f7d77006cf94:340daa5a-20f3-4b56-8f90-5337f20919c5:14a835db-eab2-4b23-a6db-207f3369bfc2:ad3b4d4c-3cce-4477-b126-5fc5e92d2c8f:c290460f-5a58-4c2b-b4f4-254978a9049b:a076632c-1666-4b70-9062-2994c0936f60:7f12bade-eaeb-44f6-baef-e0626f4de498:624c9e56-7780-4add-ac93-7b32b143e523:3bdb9dbf-1c82-495e-9b75-6abb58b43c3a:2b13fdbc-a91c-427b-891d-998adb9bff0b:1f4e1010-3b15-4030-a884-2337f78ab60d:ebceccc6-611b-4e30-b004-eb1ce173fde0:371f9c05-ef45-47e5-b328-25f8aed85480:99bb727f-702c-49a6-83be-9d314afa976a:becb8652-5ec3-40a4-861b-0bcd1f4b4fe1:07274f30-1082-40cd-852e-bc384dbf884a:afa831f5-b0aa-4e5c-b6e5-386dcaef97f7:d53b3d2e-2af9-49d4-8b13-d52d9a80ad8d:a1710f74-131e-401c-876f-fa9635532887:b4f2e41c-6652-4d12-b96f-3e81f68f14b4:fd1c2c16-e3b2-4026-8c25-834f8bec4ac6:63f7cd1c-bce9-4250-9316-24e5692f79db:3594c195-70be-4007-9812-e37a2efc7556:6e3cb539-b02e-4ee6-a102-88b1a1ce671f:e01581ed-703f-4be3-be54-12a5552d0b9b:722d3c32-145a-4d99-a884-b81f91267e70:28d907f0-ba4c-4131-a339-c19cf224073a:e2d71dab-12ec-446a-9ed5-484a8c40cc71:4959b2e4-93ea-44c8-a5c2-7412ea36fe87:92cf076b-4fd1-4a37-8122-ea38c4052de7:90c8690e-1a32-42de-a7d6-054469934f5c:530b8a38-b384-42e0-a1f5-69915d7de58f:787622ae-b814-4729-be7f-f174b96e3201:a9a96c57-9930-4eda-b294-58fe4931f642:84f6985e-a9b0-47f4-b667-d86dad7d8d37:820e8146-8e77-4f98-852a-e17e0c8f5907:1a6439fe-d875-4c49-92ff-30b181505bfd:d71915d0-21cb-42a9-9eb3-65888baf0d83:baf1b070-9ea3-4352-9750-23e8c7670bb7:80a9e2ac-6bc6-4573-bc66-a52f8286e468:3e8c6c20-0076-4d89-867f-445e042e20f2' was: 400
2024-01-30 08:55:24,862 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,901 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,901 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,903 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,904 INFO  [7169fcb2-a018-465f-a8cb-061ae2a304d1][] 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]]>.
2024-01-30 08:55:24,906 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:24,909 INFO  [7169fcb2-a018-465f-a8cb-061ae2a304d1][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 200
2024-01-30 08:55:24,931 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:24,975 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,975 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:24,977 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:24,978 INFO  [e4d53a5c-b7ea-4f84-a78d-81e304b389f7][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 200
2024-01-30 08:55:25,003 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,038 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:25,039 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:25,040 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:25,042 INFO  [db24b0b3-fc70-4e45-b974-a679494549e8][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/cluster' was: 200
2024-01-30 08:55:25,070 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,101 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:25,101 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:25,103 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
2024-01-30 08:55:25,104 INFO  [97c07ec5-0b04-44b4-a886-1d8b0199bf18][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/nan/things?ids=bumlux' was: 404
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.996 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest
2024-01-30 08:55:25,125 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,187 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,196 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
2024-01-30 08:55:25,237 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,306 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,365 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,415 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,487 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,537 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,604 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest
2024-01-30 08:55:25,684 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,712 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,718 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
2024-01-30 08:55:25,770 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,797 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:25,818 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,865 INFO  [PoliciesRouteTest.activatePolicyTokenIntegrationWithPreAuthentication-b59cbfe][] 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-b59cbfe}]]>!
2024-01-30 08:55:25,892 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,919 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:25,942 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:25,983 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:25,999 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,027 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:26,046 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,084 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:26,104 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,128 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:26,166 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,190 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:26,234 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,278 INFO  [PoliciesRouteTest.deactivatePolicyTokenIntegrationWithPreAuthentication-5d4c188][] 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-5d4c188}]]>!
2024-01-30 08:55:26,291 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,314 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:26,329 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,370 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:26,388 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,424 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,481 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:26,501 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,530 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:26,576 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,600 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.953 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest
2024-01-30 08:55:26,671 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,738 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,745 WARN  [][] o.a.p.c.Cluster Cluster(pekko://13780a20-1c51-44ea-bbfa-6f9583d44901) - 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
2024-01-30 08:55:26,775 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,783 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
2024-01-30 08:55:26,835 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,884 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,938 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:26,999 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest
2024-01-30 08:55:27,233 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}]]>!
[INFO] [01/30/2024 08:55:27.242] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:27.274] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:27,314 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <null>!
java.lang.AssertionError: null
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189)
	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:27,314 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <null>!
java.lang.AssertionError: null
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189)
	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] [01/30/2024 08:55:27.320] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:27,354 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <DittoJsonException>!
2024-01-30 08:55:27,354 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 [{}]]>!
[INFO] [01/30/2024 08:55:27.355] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:27,389 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <42>!
java.lang.NumberFormatException: 42
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177)
	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:27,389 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <42>!
java.lang.NumberFormatException: 42
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177)
	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] [01/30/2024 08:55:27.390] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:27.432] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:27,470 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}]]>!
[INFO] [01/30/2024 08:55:27.471] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:27,506 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <DittoJsonException>!
2024-01-30 08:55:27,506 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 [{}]]>!
[INFO] [01/30/2024 08:55:27.508] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:27,540 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>!
java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.NumberFormatException: 42
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124)
	... 36 common frames omitted
2024-01-30 08:55:27,540 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>!
java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.NumberFormatException: 42
	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124)
	... 36 common frames omitted
[INFO] [01/30/2024 08:55:27.542] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest
2024-01-30 08:55:27,575 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:27,605 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:27,612 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
2024-01-30 08:55:27,636 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:27,642 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
2024-01-30 08:55:27,739 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:27,836 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-573) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:27,836 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-573) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:27,847 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,014 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,065 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-579) - [SSE things//inbox/messages] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,065 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-579) - [SSE things//inbox/messages] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,083 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,152 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,228 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,284 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-588) - [SSE things//inbox/messages/hello-world] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,284 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-588) - [SSE things//inbox/messages/hello-world] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,296 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,348 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-591) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,348 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-591) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,364 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,410 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-594) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,410 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-594) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,423 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,463 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-597) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,463 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-597) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,481 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,536 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-600) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,536 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-600) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,548 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,630 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,714 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-606) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,714 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-606) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,741 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,802 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,872 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:28,923 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-615) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2024-01-30 08:55:28,923 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-615) - [SSE things] Upstream failed.
org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[WARN] [01/30/2024 08:55:28.934] [ThingsSseRouteBuilderTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ThingsSseRouteBuilderTest)] Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.380 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest
[INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest
2024-01-30 08:55:29,495 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:29,589 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:29,612 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
2024-01-30 08:55:29,695 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:29,726 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:29,749 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:29,767 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:29,797 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:29,815 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:29,837 INFO  [ConnectionsRouteTest.testPostConnectionCommandWrongFails-774dd9b][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <application/json> request: <example.com POST /connections/f63a7869-9466-4b81-bf6b-dcae03a6aa94/command>
2024-01-30 08:55:29,863 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:29,886 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:29,900 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:29,923 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:29,940 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:29,980 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:29,997 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,020 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:30,037 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,088 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:30,104 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,131 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:30,181 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,211 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:30,229 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,266 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:30,286 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,309 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:30,323 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,345 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:30,380 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,410 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:30,427 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,460 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:30,474 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,495 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
2024-01-30 08:55:30,510 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:30,533 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest
2024-01-30 08:55:30,566 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest
Jan 30, 2024 8:55:31 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
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.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest
2024-01-30 08:55:31,634 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:33,758 WARN  [HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-7b7dbbe][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-7b7dbbe - 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-7b7dbbe, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:41133/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-7b7dbbe#-1532806317, ditto-connection-id=aecde20a-8977-4bfe-a526-a395be21406d, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:c50f15b4-c5da-4e58-9e59-2dd4f80dc351, thing={}, thingPlainJson={}].
2024-01-30 08:55:37,852 WARN  [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-54b8b6f][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-54b8b6f - Received invalid response. Reason: Entity ID of live response <:fb00091e-ca8e-4f4a-8799-457b5a40b679> differs from entity ID of command <:03b9f0c0-fee5-4b3b-895f-d19f25cf500c>. Response: ModifyAttributeResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"jwt","subjects":["google:any-google-user","integration:any-integration-subject"]}, correlation-id=HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-54b8b6f, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:41133/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-54b8b6f#-1742179350, response-required=false}], responseType=things.responses:modifyAttribute, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:fb00091e-ca8e-4f4a-8799-457b5a40b679, attributePointer=/manufacturer, attributeValue=null].
2024-01-30 08:55:37,852 WARN  [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-54b8b6f][] o.e.d.g.s.e.a.HttpRequestActor pekko://HttpRequestActorTest/user/$h - Discarding invalid response as connection ID of sender could not be determined.
2024-01-30 08:55:42,045 WARN  [HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-90d49d9][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-90d49d9 - 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-90d49d9, timeout=5000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:41133/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-90d49d9#1413793116, ditto-connection-id=229ee8fe-084d-4899-9a70-5af0eeb83b63, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:ad4da458-6dc8-4b3c-a508-16a39e6f8164, thing={}, thingPlainJson={}].
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.52 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest
2024-01-30 08:55:42,151 WARN  [][] k.c.HttpPropagation$Settings  - W3C TraceContext propagation should be used only with identifier-scheme = double
2024-01-30 08:55:42,151 WARN  [][] k.c.HttpPropagation$Settings  - W3C TraceContext propagation should be used only with identifier-scheme = double
2024-01-30 08:55:42,154 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
2024-01-30 08:55:42,176 WARN  [][] k.m.ModuleRegistry  - Failed to create instance of module [Process Metrics]
java.lang.NoClassDefFoundError: oshi/SystemInfo
	at kamon.instrumentation.system.process.ProcessMetricsCollector$MetricsCollectionTask.<init>(ProcessMetricsCollector.scala:65)
	at kamon.instrumentation.system.process.ProcessMetricsCollector.<init>(ProcessMetricsCollector.scala:39)
	at kamon.instrumentation.system.process.ProcessMetricsCollector$Factory.create(ProcessMetricsCollector.scala:171)
	at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361)
	at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
	at scala.Option.fold(Option.scala:263)
	at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127)
	at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120)
	at scala.collection.immutable.List.foreach(List.scala:333)
	at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120)
	at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99)
	at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98)
	at kamon.Kamon$.loadModules(Kamon.scala:19)
	at kamon.Init.init(Init.scala:69)
	at kamon.Init.init$(Init.scala:60)
	at kamon.Kamon$.init(Kamon.scala:19)
	at kamon.Kamon.init(Kamon.scala)
	at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	... 31 common frames omitted
2024-01-30 08:55:42,178 INFO  [][] k.o.OpenTelemetryTraceReporter  - Creating OpenTelemetry Trace Reporter
2024-01-30 08:55:42,179 INFO  [][] k.o.OpenTelemetryTraceReporter  - Reconfigure OpenTelemetry Trace Reporter
2024-01-30 08:55:42,210 INFO  [][] k.o.OtlpTraceService  - Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
2024-01-30 08:55:42,589 INFO  [][] k.p.PrometheusReporter  - Started the embedded HTTP server on http://0.0.0.0:9095/metrics
2024-01-30 08:55:42,597 WARN  [][] k.m.ModuleRegistry  - Failed to create instance of module [Host Metrics]
java.lang.NoClassDefFoundError: oshi/SystemInfo
	at kamon.instrumentation.system.host.HostMetricsCollector$FrequentCollectionTask.<init>(HostMetricsCollector.scala:82)
	at kamon.instrumentation.system.host.HostMetricsCollector.<init>(HostMetricsCollector.scala:45)
	at kamon.instrumentation.system.host.HostMetricsCollector$Factory.create(HostMetricsCollector.scala:243)
	at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361)
	at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
	at scala.Option.fold(Option.scala:263)
	at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127)
	at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120)
	at scala.collection.immutable.List.foreach(List.scala:333)
	at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120)
	at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99)
	at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98)
	at kamon.Kamon$.loadModules(Kamon.scala:19)
	at kamon.Init.init(Init.scala:69)
	at kamon.Init.init$(Init.scala:60)
	at kamon.Kamon$.init(Kamon.scala:19)
	at kamon.Kamon.init(Kamon.scala)
	at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	... 31 common frames omitted
2024-01-30 08:55:42,625 INFO  [][] kamon.Init  - 
 _
| |
| | ____ _ _ __ ___   ___  _ __
| |/ / _  |  _ ` _ \ / _ \|  _ \
|   < (_| | | | | | | (_) | | | |
|_|\_\__,_|_| |_| |_|\___/|_| |_|
=====================================
Initializing Kamon Telemetry v2.6.6 / Kanela not found

2024-01-30 08:55:42,633 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing initialized and enabled using propagation channel <default>.
[INFO] [01/30/2024 08:55:42.729] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:42.735] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithNullInnerRouteSupplierThrowsNullPointerException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:42.798] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:42.802] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_assertImmutability)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[ERROR] [01/30/2024 08:55:43.151] [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.
java.lang.NullPointerException: Cannot invoke "scala.Function1.apply(Object)" because the return value of "scala.Function1.apply(Object)" is null
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRequestContext$2(BasicDirectives.scala:55)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
	at org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest.traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName(RequestTracingDirectiveTest.java:131)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[INFO] [01/30/2024 08:55:43.153] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:43.155] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:43.260] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:43.270] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithExistingW3cTracingHeadersKeepThisHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest
2024-01-30 08:55:43,564 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl>
[INFO] [01/30/2024 08:55:43.585] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:43,682 INFO  [][] k.o.OpenTelemetryTraceReporter  - Stopping OpenTelemetry Trace Reporter
Jan 30, 2024 8:55:43 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
SEVERE: Failed to export spans. The request could not be executed. Full error message: Canceled
java.util.concurrent.RejectedExecutionException: Task Future(<not completed>) rejected from java.util.concurrent.ThreadPoolExecutor@1016a7b9[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9]
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365)
	at java.base/java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:721)
	at scala.concurrent.impl.ExecutionContextImpl.execute(ExecutionContextImpl.scala:21)
	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
	at scala.concurrent.Promise.complete(Promise.scala:57)
	at scala.concurrent.Promise.complete$(Promise.scala:56)
	at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:104)
	at scala.concurrent.Promise.failure(Promise.scala:109)
	at scala.concurrent.Promise.failure$(Promise.scala:109)
	at scala.concurrent.impl.Promise$DefaultPromise.failure(Promise.scala:104)
	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
[INFO] [01/30/2024 08:55:43.770] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:43,816 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <application/x-www-form-urlencoded> request: < PUT someUrl>
[INFO] [01/30/2024 08:55:43.817] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:43.891] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:43.931] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:43.995] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:44,041 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl>
[INFO] [01/30/2024 08:55:44.042] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest
[INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.357 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest
2024-01-30 08:55:45,579 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-30T08:55:35Z. Current time: 2024-01-30T08:55:45Z, a difference of 577 milliseconds.  Allowed clock skew: 10000 milliseconds.>
2024-01-30 08:55:45,581 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.>
2024-01-30 08:55:45,585 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-30T08:56:15Z. Current time: 2024-01-30T08:55:45Z, a difference of 19415 milliseconds.  Allowed clock skew: 10000 milliseconds.>
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest
2024-01-30 08:55:46,076 INFO  [doExtractAuthenticationWithInvalidJwtFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
2024-01-30 08:55:46,361 INFO  [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
2024-01-30 08:55:46,367 INFO  [doExtractAuthenticationFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
2024-01-30 08:55:46,374 INFO  [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest
[INFO] [01/30/2024 08:55:46.502] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:46,528 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."}>.
Jan 30, 2024 8:55:46 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
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 [{}]]
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994)
	at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008)
	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364)
	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195)
	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:70)
	at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94)
	at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167)
	at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688)
	at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916)
	at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686)
	at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669)
	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92)
	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83)
	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:168)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$1(DittoPublicKeyProviderTest.java:174)
	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:174)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
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 [{}]]
	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126)
	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246)
	at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309)
	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235)
	... 51 more

2024-01-30 08:55:46,531 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."}>.
Jan 30, 2024 8:55:46 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
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 [{}]]
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994)
	at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008)
	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364)
	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195)
	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:70)
	at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94)
	at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167)
	at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688)
	at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916)
	at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686)
	at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669)
	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92)
	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83)
	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:168)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$2(DittoPublicKeyProviderTest.java:183)
	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:183)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
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 [{}]]
	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126)
	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246)
	at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309)
	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235)
	... 51 more

[INFO] [01/30/2024 08:55:46.533] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:46.593] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2024-01-30 08:55:46,672 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>
org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field!
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653)
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
	at java.base/java.lang.Thread.run(Thread.java:833)
Jan 30, 2024 8:55:46 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
WARNING: Exception thrown during asynchronous load
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 [{}]]
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:649)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653)
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
	at java.base/java.lang.Thread.run(Thread.java:833)
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 [{}]]
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:100)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:87)
	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getJwkInvalidExceptionException(DittoPublicKeyProvider.java:382)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:302)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
	... 5 more
Caused by: org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field!
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318)
	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294)
	... 7 more

[INFO] [01/30/2024 08:55:46.674] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 08:55:46.781] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest
2024-01-30 08:55:46,804 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest
2024-01-30 08:55:46,976 INFO  [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
2024-01-30 08:55:46,985 INFO  [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest
2024-01-30 08:55:46,996 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]]>.
2024-01-30 08:55:46,998 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]]>.
2024-01-30 08:55:47,006 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]]>.
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s -- in org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest
[INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest
[INFO] Running org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest
[INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest
[INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest
[INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest
[INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest
2024-01-30 08:55:47,642 INFO  [][] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier  - Running in <DEVELOPMENT> environment.
2024-01-30 08:55:47,671 WARN  [][] o.e.d.i.u.c.r.SecretFromPathReader  - Failed to read secret at path </run/secrets/devops_password>!
2024-01-30 08:55:47,672 WARN  [][] o.e.d.i.u.c.r.SecretFromPathReader  - Failed to read secret at path </run/secrets/status_password>!
2024-01-30 08:55:47,710 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:47,718 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:42661] with UID [4315692149310113697]
2024-01-30 08:55:47,719 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:42661] - Starting up, Pekko version [1.0.1] ...
2024-01-30 08:55:47,721 WARN  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - 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
2024-01-30 08:55:47,721 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:42661] - Started up successfully
2024-01-30 08:55:47,765 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:42661] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining
2024-01-30 08:55:47,765 INFO  [][] o.e.d.b.s.c.DittoSplitBrainResolver  - SBR will be automatically enabled after <PT1H>
2024-01-30 08:55:48,063 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.
2024-01-30 08:55:48,261 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
2024-01-30 08:55:48,261 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.133 s -- in org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest
[INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.420 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest
[INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest
2024-01-30 08:55:51,766 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 08:55:51,775 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.659 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest
[INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest
2024-01-30 08:55:53,430 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 08:55:53,444 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:53,521 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:53,604 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:53,666 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:53,732 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:53,797 WARN  [hugeJwtExpirationTimeDoesNotCloseStream][] o.e.d.g.s.s.a.StreamingSessionActor pekko://StreamingSessionActorTest_hugeJwtExpirationTimeDoesNotCloseStream/user/$a - Session lifetime <PT23975H59M59.20293245S> is more than the maximum <PT2400H>. Keeping session open indefinitely.
2024-01-30 08:55:53,906 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:53,963 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:54,018 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:54,073 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:54,143 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:54,226 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:54,279 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:54,432 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
2024-01-30 08:55:54,488 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest
[INFO] Running org.eclipse.ditto.gateway.service.streaming.StopStreamingTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.gateway.service.streaming.StopStreamingTest
[INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest
[INFO] Running org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest
2024-01-30 08:55:54,586 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.390 s -- in org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 630, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-gateway-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-gateway-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-gateway-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/AuthenticationResultOrTimeout.java:30: warning: empty <p> tag
[WARNING] * <p>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.actors;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives.auth;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.cloudevents;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/policies/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.policies;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/sse/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.sse;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/things/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.things;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.websocket;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/whoami/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.whoami;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/proxy/actors/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.proxy.actors;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.security.authentication;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.security.authentication.jwt;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/starter/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.starter;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.streaming;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.streaming.signals;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.util.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/endpoints/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.util.config.endpoints;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.util.config.health;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.util.config.security;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/streaming/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.util.config.streaming;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:70: warning: no comment
[WARNING] protected final int connectionsRetrieveLimit;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:71: warning: no comment
[WARNING] protected final Duration defaultTimeout;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:68: warning: no comment
[WARNING] protected final ActorRef edgeCommandForwarder;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:72: warning: no comment
[WARNING] protected RetrieveConnections initialCommand;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:67: warning: no comment
[WARNING] protected final ThreadSafeDittoLogger logger = DittoLoggerFactory.getThreadSafeLogger(getClass());
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:69: warning: no comment
[WARNING] protected final ActorRef sender;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:74: warning: no comment
[WARNING] protected AbstractConnectionsRetrievalActor(final ActorRef edgeCommandForwarder, final ActorRef sender) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:254: warning: no comment
[WARNING] protected void handleTimeout() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:96: warning: no comment
[WARNING] protected void retrieveAllConnectionsIds(final RetrieveConnections retrieveConnections) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:94: warning: no comment
[WARNING] protected abstract void retrieveConnections(final RetrieveConnections retrieveConnections);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:100: warning: no comment
[WARNING] protected void retrieveConnectionsById(final RetrieveAllConnectionIdsResponse allConnectionIdsResponse) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:269: warning: no comment
[WARNING] protected void stop() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:131: warning: no comment
[WARNING] protected AbstractHttpRequestActor(final ActorRef proxyActor,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:699: warning: no comment
[WARNING] protected Uri getUriForLocationHeader(final HttpRequest request,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:279: warning: no @param for responseStage
[WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:279: warning: no @return
[WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:304: warning: no comment
[WARNING] protected Route ensureMediaTypeFormUrlEncodedThenExtractData(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:196: warning: no comment
[WARNING] protected Route handlePerRequest(final RequestContext ctx,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:185: warning: no comment
[WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:189: warning: no comment
[WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:208: warning: no comment
[WARNING] protected <M> M runWithSupervisionStrategy(final RunnableGraph<M> graph) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java:98: warning: no @param for ctx
[WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java:98: warning: no @param for dittoHeaders
[WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:101: warning: no comment
[WARNING] public AuthorizationContext getConnectionAuthContext() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:81: warning: no comment
[WARNING] public String getConnectionCorrelationId() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:97: warning: no comment
[WARNING] public Set<AcknowledgementLabel> getDeclaredAcknowledgementLabels() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:77: warning: no comment
[WARNING] public SourceQueueWithComplete<SessionedJsonifiable> getEventAndResponsePublisher() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:93: warning: no comment
[WARNING] public JsonSchemaVersion getJsonSchemaVersion() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:105: warning: no comment
[WARNING] public Optional<KillSwitch> getKillSwitch() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:89: warning: no comment
[WARNING] public Optional<Instant> getSessionExpirationTime() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:85: warning: no comment
[WARNING] public String getType() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/connections/ConnectionsParameter.java:26: warning: no comment
[WARNING] IDS_ONLY("ids-only"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/ConnectionsRetrievalActorPropsFactory.java:60: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<ConnectionsRetrievalActorPropsFactory> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/connections/ConnectionsRoute.java:107: warning: no @param for ctx
[WARNING] public Route buildConnectionsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomApiRoutesProvider.java:70: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CustomApiRoutesProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:26: warning: no comment
[WARNING] enum RequestType {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:27: warning: no comment
[WARNING] API,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:29: warning: no comment
[WARNING] SSE
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:28: warning: no comment
[WARNING] WS,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/DefaultConnectionsRetrievalActorPropsFactory.java:28: warning: no comment
[WARNING] public DefaultConnectionsRetrievalActorPropsFactory(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/DefaultJwtAuthenticationResultProvider.java:38: warning: no comment
[WARNING] public DefaultJwtAuthenticationResultProvider(final ActorSystem actorSystem, final Config extensionConfig) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirective.java:24: warning: no comment
[WARNING] Route authenticateDevOps(final String realm, final Route inner);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:19: warning: no comment
[WARNING] public final class DevopsAuthenticationDirectiveFactory {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:58: warning: no comment
[WARNING] public DevopsAuthenticationDirective devops() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:31: warning: no comment
[WARNING] public static DevopsAuthenticationDirectiveFactory newInstance(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:42: warning: no comment
[WARNING] public DevopsAuthenticationDirective status() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:36: warning: no comment
[WARNING] public static Optional<DevopsAuthenticationMethod> fromMethodName(final String methodName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:24: warning: no comment
[WARNING] BASIC("basic");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:23: warning: no comment
[WARNING] OAUTH2("oauth2"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevOpsInsecureAuthenticationDirective.java:30: warning: no comment
[WARNING] public static DevOpsInsecureAuthenticationDirective getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java:102: warning: no @param for ctx
[WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java:102: warning: no @param for queryParameters
[WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:35: warning: no @param for jwtAuthenticationFactory
[WARNING] GatewayAuthenticationDirective buildHttpAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:42: warning: no @param for jwtAuthenticationFactory
[WARNING] GatewayAuthenticationDirective buildWsAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DittoGatewayAuthenticationDirectiveFactory.java:51: warning: no comment
[WARNING] public DittoGatewayAuthenticationDirectiveFactory(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/DittoJwtAuthorizationSubjectsProvider.java:47: warning: no comment
[WARNING] public DittoJwtAuthorizationSubjectsProvider(final ActorSystem actorSystem, final Config extensionConfig) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/EncodingEnsuringDirective.java:44: warning: no comment
[WARNING] public static Route ensureEncoding(final Supplier<Route> inner) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:63: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewayAuthenticationDirectiveFactory> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/health/GatewayHttpReadinessCheck.java:43: warning: no comment
[WARNING] public GatewayHttpReadinessCheck(final ActorSystem system) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/utils/GatewaySignalEnrichmentProvider.java:66: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewaySignalEnrichmentProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/HealthCheckConfig.java:102: warning: no comment
[WARNING] ENABLED("enabled", true),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/HealthCheckConfig.java:104: warning: no comment
[WARNING] EXPECTED("expected",
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/HttpBindFlowProvider.java:42: warning: no @param for innerRoute
[WARNING] Flow<HttpRequest, HttpResponse, NotUsed> getFlow(final Route innerRoute);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/HttpBindFlowProvider.java:62: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpBindFlowProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/HttpRequestActorPropsFactory.java:68: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpRequestActorPropsFactory> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/HttpRequestActorPropsFactory.java:58: warning: no comment
[WARNING] static HttpRequestActorPropsFactory get(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/utils/HttpUtils.java:36: warning: no comment
[WARNING] public final class HttpUtils {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/utils/HttpUtils.java:114: warning: no comment
[WARNING] public static boolean basicAuthUsernameMatches(final RequestContext requestContext, final Pattern uuidPattern) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/IncomingWebSocketEventSniffer.java:60: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<IncomingWebSocketEventSniffer> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwkException.java:15: warning: no comment
[WARNING] public interface JwkException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwkInvalidException.java:28: warning: no comment
[WARNING] public final class JwkInvalidException extends DittoRuntimeException implements JwkException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationFactory.java:71: warning: no comment
[WARNING] public JwtValidator getJwtValidator() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationFactory.java:98: warning: no comment
[WARNING] public JwtAuthenticationResultProvider newJwtAuthenticationResultProvider(final String configLevel) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationResultProvider.java:63: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthenticationResultProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthorizationSubjectsProvider.java:60: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthorizationSubjectsProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:58: warning: no comment
[WARNING] public static JwtSubjectIssuersConfig fromJwtSubjectIssuerConfigs(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:64: warning: no comment
[WARNING] public static JwtSubjectIssuersConfig fromOAuthConfig(final OAuthConfig config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:86: warning: no comment
[WARNING] public String getProtocolPrefix() {
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- shade:3.5.0:shade (default) @ ditto-gateway-service ---
[INFO] Including org.eclipse.ditto:ditto-gateway-api:jar:3.5.1 in the shaded jar.
[INFO] Including io.cloudevents:cloudevents-http-basic:jar:2.3.0 in the shaded jar.
[INFO] Including io.cloudevents:cloudevents-core:jar:2.3.0 in the shaded jar.
[INFO] Including io.cloudevents:cloudevents-api:jar:2.3.0 in the shaded jar.
[INFO] Including io.jsonwebtoken:jjwt-api:jar:0.11.5 in the shaded jar.
[INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.11.5 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:3.5.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
[INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-protocol:jar:3.5.1 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-utils-result:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
[INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-query:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-placeholders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-wot-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:3.5.1 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-edge-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-messages-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
[INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
[INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-gateway-api-3.5.1.jar, ditto-gateway-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-jwt-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.jar define 2 overlapping resources: 
[WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
[WARNING]   - META-INF/NOTICE.md
[WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[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: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
[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-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-gateway-api-3.5.1.jar, ditto-gateway-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-jwt-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[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: 
[WARNING]   - META-INF/DISCLAIMER
[WARNING] ditto-rql-parser-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar define 4 overlapping classes: 
[WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
[WARNING] caffeine-3.1.8.jar, ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-gateway-api-3.5.1.jar, ditto-gateway-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-jwt-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/LICENSE
[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: 
[WARNING]   - META-INF/io.netty.versions.properties
[WARNING] maven-shade-plugin has detected that some files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the file is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-gateway-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: Service' with 225 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-allinone.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-allinone.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1-allinone.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1-tests.jar
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-policies-service >--------------
[INFO] Building Eclipse Ditto :: Policies :: Service 3.5.1              [74/77]
[INFO]   from policies/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-service ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-service ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service ---
[INFO] Assigning port '37157' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 108 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-service ---
[INFO] Copying 8 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActorIT.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActorIT.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntriesStrategyTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] [01/30/2024 08:56:56.669] [main] [CoordinatedShutdown(pekko://ModifyPolicyEntriesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.878 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntriesStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportStrategyTest
[INFO] [01/30/2024 08:56:56.994] [main] [CoordinatedShutdown(pekko://ModifyPolicyImportStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.TopLevelPolicyActionCommandStrategyTest
[INFO] [01/30/2024 08:56:58.777] [main] [CoordinatedShutdown(pekko://TopLevelPolicyActionCommandStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.780 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.TopLevelPolicyActionCommandStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.CreatePolicyStrategyTest
[INFO] [01/30/2024 08:56:58.935] [main] [CoordinatedShutdown(pekko://CreatePolicyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.CreatePolicyStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ActivateTokenIntegrationStrategyTest
[INFO] [01/30/2024 08:56:59.678] [main] [CoordinatedShutdown(pekko://ActivateTokenIntegrationStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ActivateTokenIntegrationStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PolicyConflictStrategyTest
[INFO] [01/30/2024 08:56:59.762] [main] [CoordinatedShutdown(pekko://PolicyConflictStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PolicyConflictStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntryStrategyTest
[INFO] [01/30/2024 08:56:59.882] [main] [CoordinatedShutdown(pekko://ModifyPolicyEntryStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntryStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportsStrategyTest
[INFO] [01/30/2024 08:56:59.989] [main] [CoordinatedShutdown(pekko://ModifyPolicyImportsStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportsStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectsStrategyTest
[INFO] [01/30/2024 08:57:00.094] [main] [CoordinatedShutdown(pekko://ModifySubjectsStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectsStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectStrategyTest
[INFO] [01/30/2024 08:57:00.205] [main] [CoordinatedShutdown(pekko://ModifySubjectStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeactivateTokenIntegrationStrategyTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.460 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeactivateTokenIntegrationStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeletePolicyImportStrategyTest
[INFO] [01/30/2024 08:57:00.786] [main] [CoordinatedShutdown(pekko://DeletePolicyImportStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeletePolicyImportStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyStrategyTest
[INFO] [01/30/2024 08:57:00.895] [main] [CoordinatedShutdown(pekko://ModifyPolicyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PoliciesConditionalHeadersValidatorTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PoliciesConditionalHeadersValidatorTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SubjectExpiryAdjustmentTest
[INFO] [01/30/2024 08:57:01.291] [main] [CoordinatedShutdown(pekko://SubjectExpiryAdjustmentTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SubjectExpiryAdjustmentTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportModifiedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportModifiedStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryModifiedStrategyTest
[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.PolicyEntryModifiedStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportCreatedStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryCreatedStrategyTest
[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
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyUpdateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyUpdateTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyCreateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyCreateTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportsModifiedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportsModifiedStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyCreateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyCreateTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyCreateTest
[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.SubjectsModifiedStrategyCreateTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryDeletedStrategyTest
[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
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyUpdateTest
[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.ResourcesModifiedStrategyUpdateTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportDeletedStrategyTest
[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
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyModifiedStrategyTest
[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.PolicyModifiedStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectCreatedStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectDeletedStrategyTest
[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
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceDeletedStrategyTest
[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
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceCreatedStrategyTest
[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.ResourceCreatedStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyModifyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyModifyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyUpdateTest
[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.SubjectModifiedStrategyUpdateTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyCreatedStrategyTest
[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.PolicyCreatedStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyCreateTest
[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.SubjectModifiedStrategyCreateTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyDeletedStrategyTest
[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.PolicyDeletedStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntriesModifiedStrategyTest
[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
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.announcements.PolicyAnnouncementManagerTest
[INFO] [01/30/2024 08:57:01.611] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.eclipse.ditto.policies.service.persistence.actors.announcements.PolicyAnnouncementManagerTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.announcements.SubjectExpiryActorTest
08:57:01.860 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:06.241 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<false> inGracePeriod=<true>
08:57:06.291 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:09.859 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<false> inGracePeriod=<false>
08:57:09.880 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:13.591 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:17.149 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<false> shouldAnnounce=<true> inGracePeriod=<false>
08:57:17.275 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:19.394 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:22.496 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:22.572 [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-30T08:57:52.539399845Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up.
08:57:22.598 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:24.728 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:24.812 [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.
08:57:24.936 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:25.136 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:25.328 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:29.017 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:32.722 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:36.412 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:40.005 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:43.582 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:47.163 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:50.755 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:54.166 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:57:55.736 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:00.097 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:03.183 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:06.263 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:07.344 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:09.920 [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-30T08:58:10.391083776Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up.
08:58:09.940 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:13.499 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<true> inGracePeriod=<false>
08:58:13.518 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:13.685 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:13.762 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:16.843 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:21.252 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:24.810 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<true> inGracePeriod=<true>
08:58:24.831 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:24.942 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:25.131 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:30.309 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:30.376 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:32.956 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:33.035 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:33.120 [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-30T08:58:43.086696732Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=9500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up.
08:58:33.136 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.66 s -- in org.eclipse.ditto.policies.service.persistence.actors.announcements.SubjectExpiryActorTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicySupervisorActorTest
08:58:33.317 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:58:33.579 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:33.796 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:58:33.833 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Stashed received message during startup of supervised PersistenceActor: <CreatePolicy>
08:58:33.833 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Starting persistence actor for entity with ID <test.ns:myPolicy-1549519009>.
08:58:33.846 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Starting enforcer actor for entity with ID <test.ns:myPolicy-1549519009>.
08:58:33.853 [INFO ] o.a.p.p.Persistence - Auto-starting journal plugin `pekko-contrib-mongodb-persistence-policies-journal`
08:58:33.883 [INFO ] o.a.p.p.Persistence - Auto-starting snapshot store `pekko-contrib-mongodb-persistence-policies-snapshots`
08:58:33.962 [INFO ] o.a.p.a.ActorSystemImpl - Using storage org.apache.pekko.persistence.inmemory.extension.StorageExtensionImpl
08:58:34.071 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Now watching enforcer child: <Actor[pekko://PekkoTestSystem/system/testProbe-42/test.ns:myPolicy-1549519009/en#-530195917]>
08:58:34.461 [INFO ] o.a.p.c.s.ShardRegion - policy: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min]
08:58:34.463 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Scheduling for Activity Check in <PT2400H>
08:58:34.464 [INFO ] o.e.d.p.s.p.a.PolicyEnforcerActor - Completed enforcement of message type <policies.commands:createPolicy> with outcome 'success'
08:58:34.465 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received enforcedSignal from enforcerChild, forwarding to target actor: CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy-1549519009, 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]}]]
08:58:34.468 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Handling by strategy: <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy-1549519009, 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]}]]>
08:58:34.469 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Validating conditional headers with currentETagValue <null> on command <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy-1549519009, 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]}]]>.
08:58:34.469 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Validating conditional headers succeeded.
08:58:34.469 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Applying command in <CreatePolicyStrategy>: <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy-1549519009, 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]}]]>
08:58:34.471 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Created new Policy with ID <test.ns:myPolicy-1549519009>.
08:58:34.475 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Persisting Event <policies.events:policyCreated>.
08:58:34.620 [INFO ] o.e.d.p.s.p.a.PolicyPersistenceActor - Successfully persisted Event <policies.events:policyCreated> w/ rev: <1>.
08:58:34.626 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received CommandResponse from target actor, telling enforcerChild to apply response filtering: CreatePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}, response-required=false, etag="rev:1"}], responseType=policies.responses:createPolicy, httpStatus=HttpStatus [code=201, category=SUCCESS], policyId=test.ns:myPolicy-1549519009, policyCreated=ImmutablePolicy [policyId=test.ns:myPolicy-1549519009, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-01-30T08:58:34.470767951Z, created=2024-01-30T08:58:34.470767951Z, 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]}]]
08:58:34.627 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Sending response: <CreatePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}, response-required=false, etag="rev:1"}], responseType=policies.responses:createPolicy, httpStatus=HttpStatus [code=201, category=SUCCESS], policyId=test.ns:myPolicy-1549519009, policyCreated=ImmutablePolicy [policyId=test.ns:myPolicy-1549519009, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-01-30T08:58:34.470767951Z, created=2024-01-30T08:58:34.470767951Z, 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>
08:58:34.639 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Scheduling for Activity Check in <PT2400H>
08:58:34.642 [DEBUG] o.e.d.p.s.p.a.a.PolicyAnnouncementManager - OnPolicyModified policy=<ImmutablePolicy [policyId=test.ns:myPolicy-1549519009, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-01-30T08:58:34.470767951Z, created=2024-01-30T08:58:34.470767951Z, 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=<[]>
08:58:34.731 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Waiting for <1> ops and <0> sudo ops before stopping
08:58:34.743 [INFO ] o.e.d.p.s.p.a.PolicyEnforcerActor - Completed enforcement of message type <policies.commands:retrievePolicy> with outcome 'failed' and headers: <ImmutableDittoHeaders [{}]>
08:58:34.744 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received DittoRuntimeException as response from enforcerChild: PolicyNotAccessibleException [message='The Policy with ID 'test.ns:myPolicy-1549519009' 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 [{}]]
08:58:34.745 [INFO ] o.e.d.p.s.p.a.PolicySupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: PolicyNotAccessibleException [message='The Policy with ID 'test.ns:myPolicy-1549519009' 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 [{}]]
08:58:34.745 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Stopping after waiting for ongoing ops.
08:58:34.746 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Stopping PersistenceActor for entity with ID <test.ns:myPolicy-1549519009>.
08:58:34.748 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon.
08:58:34.748 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports.
08:58:34.749 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Remoting shut down.
08:58:34.778 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:34.842 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:58:34.878 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:34.925 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.660 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicySupervisorActorTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorTest
08:58:34.962 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:58:34.985 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:35.114 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:40.573 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:40.711 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
[ERROR] [01/30/2024 08:58:50.524] [PekkoTestSystem-pekko.actor.default-dispatcher-10] [pekko://PekkoTestSystem/system/testProbe-56/$b] Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1850378245, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1171290652]] 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#-435349584]].) (org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1171290652]] 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#-435349584]].)
08:58:50.545 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:58:50.678 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:00.533 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:00.620 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1828902369, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#752678281]] 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#474430106]].)
org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#752678281]] 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#474430106]].
08:59:00.649 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
[ERROR] [01/30/2024 08:59:00.749] [PekkoTestSystem-pekko.actor.default-dispatcher-15] [pekko://PekkoTestSystem/system/testProbe-64/$a] Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-709060360, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1228006608]] 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#347040587]].) (org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1228006608]] 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#347040587]].)
08:59:00.764 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:00.833 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy97570880, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-2014137527]] 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#-815831551]].)
org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-2014137527]] 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#-815831551]].
08:59:00.860 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:00.940 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:01.049 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:01.137 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:01.219 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy2048265107, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-353361894]] 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#-1946692106]].)
org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-353361894]] 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#-1946692106]].
08:59:01.237 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:01.347 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:01.436 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
[ERROR] [01/30/2024 08:59:01.513] [PekkoTestSystem-pekko.actor.default-dispatcher-10] [pekko://PekkoTestSystem/system/testProbe-80/$a] Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-554480419, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1895328369]] 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#-1942450764]].) (org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1895328369]] 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#-1942450764]].)
08:59:01.513 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-554480419, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1895328369]] 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#-1942450764]].)
org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1895328369]] 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#-1942450764]].
08:59:01.526 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:01.722 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:01.789 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-490515456, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1026811121]] 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#-620338181]].)
org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1026811121]] 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#-620338181]].
08:59:01.801 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:01.868 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy913228141, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#2030368996]] 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#-1596063314]].)
org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#2030368996]] 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#-1596063314]].
08:59:01.878 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:01.964 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:05.043 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:05.229 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:05.418 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:05.504 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:11.980 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:12.047 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:12.124 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:12.224 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:12.310 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:12.368 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1544803338, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-129277649]] 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#2002699669]].)
org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-129277649]] 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#2002699669]].
08:59:12.387 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:20.554 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:20.746 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:20.810 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy610254551, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-580547339]] 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#-1732628023]].)
org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-580547339]] 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#-1732628023]].
08:59:20.826 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:20.923 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:21.000 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.11 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorSnapshottingTest
08:59:21.072 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:59:21.085 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:26.725 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:28.925 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:38.022 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.14 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorSnapshottingTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.resolvers.ImmutablePolicyEntryPlaceholderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.service.persistence.actors.resolvers.ImmutablePolicyEntryPlaceholderTest
[INFO] Running org.eclipse.ditto.policies.service.persistence.actors.resolvers.DefaultSubjectIdFromActionResolverTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.resolvers.DefaultSubjectIdFromActionResolverTest
[INFO] Running org.eclipse.ditto.policies.service.enforcement.pre.ModifyToCreatePolicyTransformerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.policies.service.enforcement.pre.ModifyToCreatePolicyTransformerTest
[INFO] Running org.eclipse.ditto.policies.service.enforcement.PolicyCommandEnforcementTest
08:59:41.304 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
08:59:41.313 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:41.356 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:41.411 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:41.462 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:41.501 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:41.536 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:41.568 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:41.603 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:41.635 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:41.674 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:41.711 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:41.755 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:41.788 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:41.823 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:41.854 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:41.899 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:41.932 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:41.977 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.008 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.053 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.085 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.130 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.161 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.215 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.249 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.298 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.327 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.378 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.417 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.470 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.503 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.539 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.570 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.623 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.676 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.728 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.761 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.804 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.839 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.878 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:42.918 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:42.968 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:43.007 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:43.045 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:43.074 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:43.117 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:43.152 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:43.210 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:43.239 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:43.288 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:43.328 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:43.376 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
08:59:43.407 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:43.445 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.162 s -- in org.eclipse.ditto.policies.service.enforcement.PolicyCommandEnforcementTest
[INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PolicySubstitutionStrategyRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PolicySubstitutionStrategyRegistryTest
[INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectsSubstitutionStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectsSubstitutionStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.CreatePolicySubstitutionStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.CreatePolicySubstitutionStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectSubstitutionStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectSubstitutionStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PoliciesPlaceholderSubstitutionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PoliciesPlaceholderSubstitutionTest
[INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntriesSubstitutionStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntriesSubstitutionStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicySubstitutionStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicySubstitutionStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntrySubstitutionStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntrySubstitutionStrategyTest
[INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesRootActorTest
08:59:43.636 [INFO ] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment.
08:59:43.688 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
08:59:43.693 [INFO ] o.a.p.r.a.ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [pekko://PoliciesRootActorTest@127.0.0.1:33079] with UID [-3947304993713757930]
08:59:43.694 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:33079] - Starting up, Pekko version [1.0.1] ...
08:59:43.696 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:33079] - Registered cluster JMX MBean [pekko:type=Cluster]
08:59:43.696 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:33079] - Started up successfully
08:59:43.710 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:33079] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining
08:59:43.710 [INFO ] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H>
08:59:43.773 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:33079] - Node [pekko://PoliciesRootActorTest@127.0.0.1:33079] is JOINING itself (with roles [policies, policy-announcement-aware, blocked-namespaces-aware, dc-default], version [3.5.1]) and forming new cluster
08:59:43.773 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:33079] - is the new leader among reachable nodes (more leaders may exist)
08:59:43.978 [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@1ea13be9, com.mongodb.Jep395RecordCodecProvider@68cb9d4b, com.mongodb.KotlinCodecProvider@2e4886ad]}, 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}
08:59:43.978 [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@1ea13be9, com.mongodb.Jep395RecordCodecProvider@68cb9d4b, com.mongodb.KotlinCodecProvider@2e4886ad]}, 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}
08:59:43.979 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
	... 7 common frames omitted
Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:59:43.979 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
	... 7 common frames omitted
Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:59:44.009 [INFO ] p.c.p.m.d.ScalaMongoDriver - Applying configuration-specific overrides for driver
08:59:44.077 [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@1ea13be9, com.mongodb.Jep395RecordCodecProvider@68cb9d4b, com.mongodb.KotlinCodecProvider@2e4886ad]}, 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}
08:59:44.077 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
	... 1 common frames omitted
Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
	at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221)
	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:59:44.090 [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@1ea13be9, com.mongodb.Jep395RecordCodecProvider@68cb9d4b, com.mongodb.KotlinCodecProvider@2e4886ad]}, 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}
08:59:44.090 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
	... 1 common frames omitted
Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
	at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221)
	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
08:59:44.376 [INFO ] o.m.d.cluster - Cluster description not yet available. Waiting for 30000 ms before timing out
08:59:44.376 [INFO ] o.m.d.cluster - Cluster description not yet available. Waiting for 30000 ms before timing out
Failed to stop [PoliciesRootActorTest] within [10 seconds] 
-> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 2 children
   ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=0 14 children
   |   ⌊-> IO-TCP RepointableActorRef class org.apache.pekko.io.TcpManager status=0 1 children
   |   |   ⌊-> selectors RoutedActorRef class org.apache.pekko.routing.RouterPoolActor status=0 1 children
   |   |       ⌊-> $a LocalActorRef class org.apache.pekko.io.SelectionHandler status=0 1 children
   |   |           ⌊-> 0 LocalActorRef class org.apache.pekko.io.TcpListener status=0 no children
   |   ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=0 6 children
   |   |   ⌊-> StreamSupervisor-463 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 1 children
   |   |   |   ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
   |   |   ⌊-> StreamSupervisor-464 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 6 children
   |   |   |   ⌊-> remote-0-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
   |   |   |   ⌊-> remote-2-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
   |   |   |   ⌊-> remote-3-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
   |   |   |   ⌊-> remote-4-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
   |   |   |   ⌊-> remote-5-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
   |   |   |   ⌊-> remote-6-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
   |   |   ⌊-> StreamSupervisor-465 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 1 children
   |   |   |   ⌊-> remoteControl-1-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
   |   |   ⌊-> StreamSupervisor-467 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children
   |   |   ⌊-> StreamSupervisor-468 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children
   |   |   ⌊-> StreamSupervisor-469 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children
   |   ⌊-> cluster RepointableActorRef class org.apache.pekko.cluster.ClusterDaemon status=0 2 children
   |   |   ⌊-> core LocalActorRef class org.apache.pekko.cluster.ClusterCoreSupervisor status=0 2 children
   |   |   |   ⌊-> daemon LocalActorRef class org.apache.pekko.cluster.ClusterCoreDaemon status=0 3 children
   |   |   |   |   ⌊-> crossDcHeartbeatSender LocalActorRef class org.apache.pekko.cluster.CrossDcHeartbeatSender status=0 no children
   |   |   |   |   ⌊-> downingProvider LocalActorRef class org.eclipse.ditto.base.service.cluster.DittoSplitBrainResolver status=0 no children
   |   |   |   |   ⌊-> heartbeatSender LocalActorRef class org.apache.pekko.cluster.ClusterHeartbeatSender status=0 no children
   |   |   |   ⌊-> publisher LocalActorRef class org.apache.pekko.cluster.ClusterDomainEventPublisher status=0 no children
   |   |   ⌊-> heartbeatReceiver LocalActorRef class org.apache.pekko.cluster.ClusterHeartbeatReceiver status=0 no children
   |   ⌊-> clusterEventBusListener RepointableActorRef class org.apache.pekko.cluster.ClusterReadView$$anon$1 status=0 no children
   |   ⌊-> deadLetterListener RepointableActorRef class org.apache.pekko.event.DeadLetterListener status=0 no children
   |   ⌊-> distributedPubSubMediator RepointableActorRef class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator status=0 1 children
   |   |   ⌊-> policy-invalidate-enforcers LocalActorRef class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Topic status=0 no children
   |   ⌊-> eventStreamUnsubscriber-156 RepointableActorRef class org.apache.pekko.event.EventStreamUnsubscriber status=0 no children
   |   ⌊-> log1-Slf4jLogger RepointableActorRef class org.apache.pekko.event.slf4j.Slf4jLogger status=0 no children
   |   ⌊-> pool-master RepointableActorRef class org.apache.pekko.http.impl.engine.client.PoolMasterActor status=0 no children
   |   ⌊-> remote-deployment-watcher RepointableActorRef class org.apache.pekko.remote.RemoteDeploymentWatcher status=0 no children
   |   ⌊-> remote-watcher RepointableActorRef class org.apache.pekko.cluster.ClusterRemoteWatcher status=0 no children
   |   ⌊-> remoting-terminator RepointableActorRef class org.apache.pekko.remote.RemoteActorRefProvider$RemotingTerminator status=0 no children
   |   ⌊-> sharding RepointableActorRef class org.apache.pekko.cluster.sharding.ClusterShardingGuardian status=0 1 children
   |   |   ⌊-> policiesReplicator LocalActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children
   |   ⌊-> testProbe-210 RepointableActorRef class org.apache.pekko.testkit.TestActor status=0 no children
   ⌊-> user LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 4 children
       ⌊-> $a RepointableActorRef class org.eclipse.ditto.policies.service.starter.PoliciesRootActor status=4 Terminating(Recreation(org.eclipse.ditto.base.service.actors.AbstractDittoRootActorTest$UnknownException))
       |   |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing#1546883904]
       |   ⌊-> persistencePing LocalActorRef class org.apache.pekko.cluster.singleton.ClusterSingletonManager status=8 Terminating(Termination)
       |       |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton#695630764]
       |       ⌊-> singleton LocalActorRef class org.eclipse.ditto.internal.utils.cluster.ClusterSingletonSupervisorActor status=8 Terminating(Termination)
       |           |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child#1280063414]
       |           ⌊-> supervised-child LocalActorRef class org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActor status=8 Terminating(Termination)
       |               |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child/StreamSupervisor-470#1969362673]
       |               ⌊-> StreamSupervisor-470 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=8 Terminating(Termination)
       |                   |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child/StreamSupervisor-470/flow-10-0-seqSink#410544415]
       |                   ⌊-> flow-10-0-seqSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
       ⌊-> $b RepointableActorRef class org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProvider$CachingPolicyEnforcerProviderActor status=0 no children
       ⌊-> blockedNamespacesReplicator RepointableActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children
       ⌊-> policy-announcement-aware-replicator RepointableActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.65 s -- in org.eclipse.ditto.policies.service.starter.PoliciesRootActorTest
[INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandResponseRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandResponseRegistryTest
[INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalEventRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalEventRegistryTest
[INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandRegistryTest
[INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalErrorRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalErrorRegistryTest
[INFO] Running org.eclipse.ditto.policies.service.common.config.DefaultPolicyConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 s -- in org.eclipse.ditto.policies.service.common.config.DefaultPolicyConfigTest
[INFO] Running org.eclipse.ditto.policies.service.common.config.DefaultPolicyAnnouncementConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.ditto.policies.service.common.config.DefaultPolicyAnnouncementConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 305, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-policies-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service ---
[INFO] Assigning port '35665' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-policies-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-policies-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/common/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.common.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.enforcement;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/pre/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.enforcement.pre;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.actors;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/announcements/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.actors.announcements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.actors.resolvers;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/strategies/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/strategies/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.serializer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/AbstractPolicyMongoEventAdapter.java:36: warning: no comment
[WARNING] protected static final JsonFieldDefinition<JsonObject> POLICY_ENTRIES =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/AbstractPolicyMongoEventAdapter.java:40: warning: no comment
[WARNING] protected AbstractPolicyMongoEventAdapter(final ExtendedActorSystem system) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/DefaultPolicyMongoEventAdapter.java:25: warning: no comment
[WARNING] public DefaultPolicyMongoEventAdapter(final ExtendedActorSystem system) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/DefaultSubjectIdFromActionResolver.java:33: warning: no comment
[WARNING] public DefaultSubjectIdFromActionResolver() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/PoliciesPlaceholders.java:15: warning: no comment
[WARNING] public final class PoliciesPlaceholders {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/PoliciesPlaceholders.java:21: warning: no comment
[WARNING] public static PolicyEntryPlaceholder newPolicyEntryPlaceholder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/PolicyCommandEnforcement.java:219: warning: no @param for <T>
[WARNING] public <T extends PolicyQueryCommandResponse<T>> T buildJsonViewForPolicyQueryCommandResponse(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/common/config/PolicyConfig.java:93: warning: no comment
[WARNING] SUBJECT_ID_RESOLVER("subject-id-resolver",
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActor.java:39: warning: no comment
[WARNING] public static final String ACTOR_NAME = "policyOps";
[WARNING] ^
[WARNING] 18 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- shade:3.5.0:shade (default) @ ditto-policies-service ---
[INFO] Including org.eclipse.ditto:ditto-base-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
[INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-placeholders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:3.5.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
[INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-api:jar:3.5.1 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
[INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
[INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
[INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-utils-result:jar:3.5.1 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[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: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
[WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[WARNING] caffeine-3.1.8.jar, ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-policies-service-3.5.1.jar, ditto-utils-result-3.5.1.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: 
[WARNING]   - META-INF/LICENSE
[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: 
[WARNING]   - META-INF/DISCLAIMER
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-policies-service-3.5.1.jar, ditto-utils-result-3.5.1.jar define 2 overlapping resources: 
[WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
[WARNING]   - META-INF/NOTICE.md
[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: 
[WARNING]   - META-INF/io.netty.versions.properties
[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-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-policies-service-3.5.1.jar, ditto-utils-result-3.5.1.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: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-shade-plugin has detected that some files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the file is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Service' with 102 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-allinone.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-allinone.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-policies-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/3.5.1/ditto-policies-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/3.5.1/ditto-policies-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/3.5.1/ditto-policies-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/3.5.1/ditto-policies-service-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/3.5.1/ditto-policies-service-3.5.1-allinone.jar
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-wot-integration >---------------
[INFO] Building Eclipse Ditto :: WoT :: Integration 3.5.1               [75/77]
[INFO]   from wot/integration/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-integration ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-integration ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot-integration ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-integration ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/src/main/resources
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-integration ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-integration:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-integration ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-integration ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-integration ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-integration ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-wot-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-wot-integration >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot-integration ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-wot-integration <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-wot-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-integration ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-integration ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-integration ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-integration ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-integration ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-wot-integration ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/3.5.1/ditto-wot-integration-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/3.5.1/ditto-wot-integration-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/3.5.1/ditto-wot-integration-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/3.5.1/ditto-wot-integration-3.5.1-javadoc.jar
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-things-service >---------------
[INFO] Building Eclipse Ditto :: Things :: Service 3.5.1                [76/77]
[INFO]   from things/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-service ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-service ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service ---
[INFO] Assigning port '37213' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 134 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingCommandEnforcement.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingCommandEnforcement.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-service ---
[INFO] Copying 5 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 113 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/test/java/org/eclipse/ditto/things/service/enforcement/TestSetup.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/test/java/org/eclipse/ditto/things/service/enforcement/TestSetup.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.EntityTagCalculatorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.EntityTagCalculatorTest
[INFO] Running org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest
09:00:56,962 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
09:00:56,963 |-INFO in ch.qos.logback.classic.util.ContextInitializer@149b4d20 - No custom configurators were discovered as a service.
09:00:56,963 |-INFO in ch.qos.logback.classic.util.ContextInitializer@149b4d20 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
09:00:56,965 |-INFO in ch.qos.logback.classic.util.ContextInitializer@149b4d20 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
09:00:56,969 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
09:00:56,969 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
09:00:56,975 |-INFO in ch.qos.logback.classic.util.ContextInitializer@149b4d20 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 5 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
09:00:56,976 |-INFO in ch.qos.logback.classic.util.ContextInitializer@149b4d20 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
09:00:56,977 |-INFO in ch.qos.logback.classic.util.ContextInitializer@149b4d20 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
09:00:56,978 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/test-classes/logback-test.xml]
09:00:57,107 |-INFO in ch.qos.logback.classic.model.processor.LoggerContextListenerModelHandler - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack
09:00:57,117 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@664e848c - Setting level of jul logger [org.junit] to null
09:00:57,118 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@664e848c - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
09:00:57,118 |-INFO in ch.qos.logback.classic.model.processor.LoggerContextListenerModelHandler - Starting LoggerContextListener
09:00:57,119 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE]
09:00:57,119 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
09:00:57,124 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
09:00:57,162 |-ERROR in ch.qos.logback.classic.pattern.LoggerConverter@4d93f75b - failed to parse integer string [20‚] java.lang.NumberFormatException: For input string: "20‚"
	at java.lang.NumberFormatException: For input string: "20‚"
	at 	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
	at 	at java.base/java.lang.Integer.parseInt(Integer.java:668)
	at 	at java.base/java.lang.Integer.parseInt(Integer.java:786)
	at 	at ch.qos.logback.classic.pattern.NamedConverter.start(NamedConverter.java:92)
	at 	at ch.qos.logback.core.pattern.ConverterUtil.startConverters(ConverterUtil.java:37)
	at 	at ch.qos.logback.core.pattern.PatternLayoutBase.start(PatternLayoutBase.java:90)
	at 	at ch.qos.logback.classic.encoder.PatternLayoutEncoder.start(PatternLayoutEncoder.java:28)
	at 	at ch.qos.logback.core.model.processor.ImplicitModelHandler.postHandleComplex(ImplicitModelHandler.java:208)
	at 	at ch.qos.logback.core.model.processor.ImplicitModelHandler.postHandle(ImplicitModelHandler.java:186)
	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:257)
	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:253)
	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:253)
	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.traversalLoop(DefaultProcessor.java:90)
	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.process(DefaultProcessor.java:106)
	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.processModel(GenericXMLConfigurator.java:208)
	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:170)
	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:122)
	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:65)
	at 	at ch.qos.logback.classic.util.DefaultJoranConfigurator.configureByResource(DefaultJoranConfigurator.java:68)
	at 	at ch.qos.logback.classic.util.DefaultJoranConfigurator.configure(DefaultJoranConfigurator.java:35)
	at 	at ch.qos.logback.classic.util.ContextInitializer.invokeConfigure(ContextInitializer.java:128)
	at 	at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:103)
	at 	at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:66)
	at 	at ch.qos.logback.classic.spi.LogbackServiceProvider.initializeLoggerContext(LogbackServiceProvider.java:52)
	at 	at ch.qos.logback.classic.spi.LogbackServiceProvider.initialize(LogbackServiceProvider.java:41)
	at 	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:196)
	at 	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:183)
	at 	at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:486)
	at 	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:472)
	at 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:421)
	at 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:447)
	at 	at org.eclipse.ditto.internal.utils.pekko.logging.DittoLoggerFactory.getThreadSafeLogger(DittoLoggerFactory.java:95)
	at 	at org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded.<clinit>(AbstractEnforcementReloaded.java:36)
	at 	at org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest.lambda$rejectByPolicy$0(MergeThingCommandEnforcementTest.java:121)
	at 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
	at 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
	at 	at org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest.rejectByPolicy(MergeThingCommandEnforcementTest.java:120)
	at 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:94)
	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.execute(NodeTestTask.java:226)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.execute(NodeTestTask.java:204)
	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:142)
	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.lambda$execute$2(TestTemplateTestDescriptor.java:110)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at 	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at 	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
	at 	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
	at 	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
	at 	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
	at 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:110)
	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:44)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at 	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at 	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
09:00:57,162 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
09:00:57,162 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@664e848c - Propagating INFO level on Logger[org.eclipse.ditto] onto the JUL framework
09:00:57,163 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
09:00:57,163 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@664e848c - Propagating WARN level on Logger[ROOT] onto the JUL framework
09:00:57,163 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT]
09:00:57,163 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@24c685e7 - End of configuration.
09:00:57,164 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7da635c0 - Registering current configuration as safe fallback point
09:00:57,165 |-INFO in ch.qos.logback.classic.util.ContextInitializer@149b4d20 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 188 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY

[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s -- in org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest
2024-01-30 09:00:57,799 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 09:00:57,994 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#thingInArbitraryStateIsSnapshotCorrectly()
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
2024-01-30 09:01:04,523 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told CreateThing, expecting CreateThingResponse ...
2024-01-30 09:01:06,348 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:06,387 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting Event made it to Journal and snapshots are empty. ..
2024-01-30 09:01:07,509 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told ModifyThing, expecting ModifyThingResponse. ..
2024-01-30 09:01:07,523 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:01:07,530 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting Event made it to Journal and snapshots contain Thing..
2024-01-30 09:01:08,548 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told RetrieveThing, expecting RetrieveThingResponse ...
2024-01-30 09:01:08,554 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Restarting ThingPersistenceActor ...
2024-01-30 09:01:08,555 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting ThingPersistenceActor to be terminated ...
2024-01-30 09:01:08,558 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Recreating ThingPersistenceActor ...
2024-01-30 09:01:08,665 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told RetrieveThing, expecting RetrieveThingResponse..
2024-01-30 09:01:08,673 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdbc899b1c-9b0d-41f6-bf15-40584f883030> was recovered.
2024-01-30 09:01:08,786 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#deletedThingIsSnapshotWithCorrectDataAndCanBeRecreated()
2024-01-30 09:01:09,029 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:10,046 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId003dfa5d-0d53-4658-b62a-ac085366d417>.
2024-01-30 09:01:10,052 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
2024-01-30 09:01:11,182 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <3>.
2024-01-30 09:01:12,216 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#actorCannotBeStartedWithNegativeSnapshotThreshold()
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.57 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDefinitionStrategyTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.945 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDefinitionStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyPolicyIdStrategyTest
[INFO] [01/30/2024 09:01:13.278] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:01:13.364] [main] [CoordinatedShutdown(pekko://ModifyPolicyIdStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyPolicyIdStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertiesStrategyTest
[INFO] [01/30/2024 09:01:13.478] [main] [CoordinatedShutdown(pekko://ModifyFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertiesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFromCommandTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFromCommandTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributesStrategyTest
[INFO] [01/30/2024 09:01:13.827] [main] [CoordinatedShutdown(pekko://RetrieveAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDefinitionStrategyTest
[INFO] [01/30/2024 09:01:13.906] [main] [CoordinatedShutdown(pekko://DeleteFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDefinitionStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturesStrategyTest
[INFO] [01/30/2024 09:01:13.978] [main] [CoordinatedShutdown(pekko://DeleteFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureStrategyTest
[INFO] [01/30/2024 09:01:14.283] [main] [CoordinatedShutdown(pekko://ModifyFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributeStrategyTest
[INFO] [01/30/2024 09:01:14.332] [main] [CoordinatedShutdown(pekko://ModifyAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributeStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ResultFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ResultFactoryTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureStrategyTest
[INFO] [01/30/2024 09:01:15.000] [main] [CoordinatedShutdown(pekko://RetrieveFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertyStrategyTest
[INFO] [01/30/2024 09:01:15.092] [main] [CoordinatedShutdown(pekko://ModifyFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertyStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertyStrategyTest
[INFO] [01/30/2024 09:01:15.185] [main] [CoordinatedShutdown(pekko://DeleteFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertyStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturesStrategyTest
[INFO] [01/30/2024 09:01:15.272] [main] [CoordinatedShutdown(pekko://RetrieveFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingStrategyTest
[INFO] [01/30/2024 09:01:15.869] [main] [CoordinatedShutdown(pekko://RetrieveThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingDefinitionStrategyTest
[INFO] [01/30/2024 09:01:15.907] [main] [CoordinatedShutdown(pekko://RetrieveThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingDefinitionStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrievePolicyIdStrategyTest
[INFO] [01/30/2024 09:01:15.967] [main] [CoordinatedShutdown(pekko://RetrievePolicyIdStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrievePolicyIdStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConditionValidatorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConditionValidatorTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributesStrategyTest
[INFO] [01/30/2024 09:01:16.438] [main] [CoordinatedShutdown(pekko://DeleteAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertyStrategyTest
[INFO] [01/30/2024 09:01:16.496] [main] [CoordinatedShutdown(pekko://DeleteFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertyStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.SudoRetrieveThingStrategyTest
[INFO] [01/30/2024 09:01:16.568] [main] [CoordinatedShutdown(pekko://SudoRetrieveThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.SudoRetrieveThingStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertyStrategyTest
[INFO] [01/30/2024 09:01:16.665] [main] [CoordinatedShutdown(pekko://ModifyFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertyStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MergeThingStrategyTest
[INFO] [01/30/2024 09:01:16.777] [main] [CoordinatedShutdown(pekko://MergeThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MergeThingStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingsConditionalHeadersValidatorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingsConditionalHeadersValidatorTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturesStrategyTest
[INFO] [01/30/2024 09:01:17.146] [main] [CoordinatedShutdown(pekko://ModifyFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFieldsWildcardResolverTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFieldsWildcardResolverTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingStrategyTest
[INFO] [01/30/2024 09:01:17.618] [main] [CoordinatedShutdown(pekko://DeleteThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributeStrategyTest
[INFO] [01/30/2024 09:01:17.689] [main] [CoordinatedShutdown(pekko://RetrieveAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributeStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDefinitionStrategyTest
[INFO] [01/30/2024 09:01:17.729] [main] [CoordinatedShutdown(pekko://ModifyFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDefinitionStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributeStrategyTest
[INFO] [01/30/2024 09:01:17.789] [main] [CoordinatedShutdown(pekko://DeleteAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributeStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertiesStrategyTest
[INFO] [01/30/2024 09:01:17.827] [main] [CoordinatedShutdown(pekko://RetrieveFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertiesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureStrategyTest
[INFO] [01/30/2024 09:01:17.893] [main] [CoordinatedShutdown(pekko://DeleteFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertiesStrategyTest
[INFO] [01/30/2024 09:01:17.935] [main] [CoordinatedShutdown(pekko://DeleteFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertiesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertyStrategyTest
[INFO] [01/30/2024 09:01:18.005] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertyStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertiesStrategyTest
[INFO] [01/30/2024 09:01:18.069] [main] [CoordinatedShutdown(pekko://DeleteFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertiesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertiesStrategyTest
[INFO] [01/30/2024 09:01:18.114] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertiesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConflictStrategyTest
[INFO] [01/30/2024 09:01:18.169] [main] [CoordinatedShutdown(pekko://ThingConflictStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConflictStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingDefinitionStrategyTest
[INFO] [01/30/2024 09:01:18.203] [main] [CoordinatedShutdown(pekko://DeleteThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingDefinitionStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributesStrategyTest
[INFO] [01/30/2024 09:01:18.268] [main] [CoordinatedShutdown(pekko://ModifyAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingDefinitionStrategyTest
[INFO] [01/30/2024 09:01:18.305] [main] [CoordinatedShutdown(pekko://ModifyThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingDefinitionStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingStrategyTest
[INFO] [01/30/2024 09:01:18.370] [main] [CoordinatedShutdown(pekko://ModifyThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertiesStrategyTest
[INFO] [01/30/2024 09:01:18.418] [main] [CoordinatedShutdown(pekko://ModifyFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertiesStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertyStrategyTest
[INFO] [01/30/2024 09:01:18.479] [main] [CoordinatedShutdown(pekko://RetrieveFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertyStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataWildcardValidatorTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataWildcardValidatorTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingCreatedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionModifiedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesModifiedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyDeletedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.PolicyIdModifiedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.PolicyIdModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDeletedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionDeletedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureModifiedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyModifiedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyModifiedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionModifiedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesModifiedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesModifiedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyDeletedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesDeletedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingModifiedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesDeletedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesModifiedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeModifiedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeModifiedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionDeletedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeDeletedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDeletedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesDeletedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesDeletedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesDeletedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingMergedStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingMergedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureCreatedStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureCreatedStrategyTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.ResponseReceiverCacheTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.744 s -- in org.eclipse.ditto.things.service.persistence.actors.ResponseReceiverCacheTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest
2024-01-30 09:01:21,426 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 09:01:21,434 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest - Testing: ThingPersistenceActorCleanupTest#testDeletedThingIsCleanedUpCorrectly()
2024-01-30 09:01:21,524 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:22,531 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId342c944c-92cc-4382-a28c-2f2137572341>.
2024-01-30 09:01:22,535 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
2024-01-30 09:01:23,545 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Starting cleanup for 'thing:org.eclipse.ditto:thingId342c944c-92cc-4382-a28c-2f2137572341', deleting snapshots to sequence number 1 and events to 1.
2024-01-30 09:01:23,550 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Cleanup for 'thing:org.eclipse.ditto:thingId342c944c-92cc-4382-a28c-2f2137572341' completed.
2024-01-30 09:01:24,574 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest - Testing: ThingPersistenceActorCleanupTest#cleanupDeletesUntilButExcludingLatestSnapshot()
2024-01-30 09:01:24,737 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:25,750 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:01:26,765 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <3>.
2024-01-30 09:01:27,782 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <4>.
2024-01-30 09:01:28,802 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <5>.
2024-01-30 09:01:29,826 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <6>.
2024-01-30 09:01:30,849 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <7>.
2024-01-30 09:01:31,873 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <8>.
2024-01-30 09:01:32,898 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <9>.
2024-01-30 09:01:33,928 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <10>.
2024-01-30 09:01:34,957 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <11>.
2024-01-30 09:01:35,980 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Starting cleanup for 'thing:org.eclipse.ditto:thingIdc344d0bb-0f0e-4efb-98b7-04ff93d59db8', deleting snapshots to sequence number 9 and events to 10.
2024-01-30 09:01:35,985 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Cleanup for 'thing:org.eclipse.ditto:thingIdc344d0bb-0f0e-4efb-98b7-04ff93d59db8' completed.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.58 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest
[INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest
2024-01-30 09:01:37,011 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 09:01:37,018 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#policyShouldNotBeDeletedOnThingRetrieveAndActorFail()
2024-01-30 09:01:37,119 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:01:37,699 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got error in child. Stopping child actor for entityID <org.eclipse.ditto:thingId26d77a18-f326-4dcd-a6fc-bd8f2f54eb4c>.
java.lang.RuntimeException: Failed to create PersistenceActor
	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
	... 20 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 10 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId26d77a18-f326-4dcd-a6fc-bd8f2f54eb4c/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:01:37,701 ERROR [] org.apache.pekko.actor.OneForOneStrategy - Failed to create PersistenceActor
java.lang.RuntimeException: Failed to create PersistenceActor
	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
	... 20 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 10 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId26d77a18-f326-4dcd-a6fc-bd8f2f54eb4c/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:01:37,708 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingId26d77a18-f326-4dcd-a6fc-bd8f2f54eb4c> terminated abnormally.
2024-01-30 09:01:37,712 WARN  [sudoRetrieveThingFromThingEnforcerActor-e3a2b1d0-cbf6-46f3-89cb-cf6622184d4c] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <org.eclipse.ditto:thingId26d77a18-f326-4dcd-a6fc-bd8f2f54eb4c>: <SudoRetrieveThing [thingId=org.eclipse.ditto:thingId26d77a18-f326-4dcd-a6fc-bd8f2f54eb4c, selectedFields=/policyId, useOriginalSchemaVersion=false]>
2024-01-30 09:01:37,713 INFO  [2ae1c531-ff37-40c7-b76f-858466abcc96] 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=2ae1c531-ff37-40c7-b76f-858466abcc96}]>
2024-01-30 09:01:37,715 INFO  [2ae1c531-ff37-40c7-b76f-858466abcc96] 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:thingId26d77a18-f326-4dcd-a6fc-bd8f2f54eb4c' 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=2ae1c531-ff37-40c7-b76f-858466abcc96}]]
2024-01-30 09:01:37,833 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeaturesMetadata()
2024-01-30 09:01:37,913 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:37,918 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featuresModified> w/ rev: <2>.
2024-01-30 09:01:37,933 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteFeaturePropertyMetadataWithDeleteMetadataWildcardHeader()
2024-01-30 09:01:38,032 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:38,039 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:01:38,072 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingOverwritesExistingFirstLevelFieldsWhenNotExplicitlySpecifiedV2()
2024-01-30 09:01:38,160 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:38,165 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:01:38,173 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveAttribute()
2024-01-30 09:01:38,268 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:38,282 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributeSoThatThingGetsTooLarge()
2024-01-30 09:01:59,558 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:59,582 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributeMetadata()
2024-01-30 09:01:59,678 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:59,684 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeModified> w/ rev: <2>.
2024-01-30 09:01:59,696 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturePropertyWithLiveChannelCondition()
2024-01-30 09:01:59,809 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:59,828 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAttributesMetadataWithDeleteMetadataHeader()
2024-01-30 09:01:59,922 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:01:59,928 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:01:59,938 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeatureMetadataWithGetMetadataHeader()
2024-01-30 09:02:00,026 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:00,037 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteThingV2()
2024-01-30 09:02:00,134 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:00,135 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId4d517734-ff4a-4b58-b582-7c2c100cffa2>.
2024-01-30 09:02:00,137 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
2024-01-30 09:02:00,146 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturePropertyAndAttributeMetadataWithGetMetadataWildcardHeader()
2024-01-30 09:02:00,238 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:00,260 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveLeafMetadataWithGetMetadataWildcardHeader()
2024-01-30 09:02:00,360 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:00,366 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:02:00,383 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#unavailableExpectedIfPersistenceActorTerminates()
2024-01-30 09:02:00,462 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:00,486 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId>
2024-01-30 09:02:00,489 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:00,494 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:00,514 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:00,521 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:00,527 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingIdbc6cd29b-15ed-495c-b574-f0c82204bfc3> terminated abnormally.
2024-01-30 09:02:01,029 WARN  [sudoRetrieveThingFromThingEnforcerActor-245dd22e-cbdc-4453-971c-93da922c4dd2] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <org.eclipse.ditto:thingIdbc6cd29b-15ed-495c-b574-f0c82204bfc3>: <SudoRetrieveThing [thingId=org.eclipse.ditto:thingIdbc6cd29b-15ed-495c-b574-f0c82204bfc3, selectedFields=/policyId, useOriginalSchemaVersion=false]>
2024-01-30 09:02:01,030 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}]>
2024-01-30 09:02:01,030 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:thingIdbc6cd29b-15ed-495c-b574-f0c82204bfc3' 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}]]
2024-01-30 09:02:01,046 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingWithoutPreviousCreate()
2024-01-30 09:02:01,149 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttribute()
2024-01-30 09:02:01,245 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:01,260 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeModified> w/ rev: <2>.
2024-01-30 09:02:01,279 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToModifyFeaturePropertyAndReceiveCorrectErrorCode()
2024-01-30 09:02:01,421 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:01,445 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#unavailableExpectedAndPolicyIsDeletedIfPersistenceActorFails()
2024-01-30 09:02:01,544 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:01,552 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got error in child. Stopping child actor for entityID <org.eclipse.ditto:thingId319fe8ad-be9d-4da2-a048-15ad433a8980>.
java.lang.RuntimeException: Failed to create PersistenceActor
	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
	... 20 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 10 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId319fe8ad-be9d-4da2-a048-15ad433a8980/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:02:01,552 ERROR [] org.apache.pekko.actor.OneForOneStrategy - Failed to create PersistenceActor
java.lang.RuntimeException: Failed to create PersistenceActor
	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
	... 20 common frames omitted
Wrapped by: java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
	... 10 common frames omitted
Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId319fe8ad-be9d-4da2-a048-15ad433a8980/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:02:01,559 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingId319fe8ad-be9d-4da2-a048-15ad433a8980> terminated abnormally.
2024-01-30 09:02:01,566 INFO  [f088598c-b1af-4fa9-8d39-4ece16a755d6] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId>
2024-01-30 09:02:01,567 INFO  [f088598c-b1af-4fa9-8d39-4ece16a755d6] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:01,568 INFO  [f088598c-b1af-4fa9-8d39-4ece16a755d6] 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.
2024-01-30 09:02:01,573 WARN  [f088598c-b1af-4fa9-8d39-4ece16a755d6] 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=f088598c-b1af-4fa9-8d39-4ece16a755d6}], thing=ImmutableThing [thingId=org.eclipse.ditto:thingId319fe8ad-be9d-4da2-a048-15ad433a8980, 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:thingId319fe8ad-be9d-4da2-a048-15ad433a8980' 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=f088598c-b1af-4fa9-8d39-4ece16a755d6, ditto-read-subjects=["test:allowedId"]}]], responseFuture=java.util.concurrent.CompletableFuture@23db5d91[Not completed, 1 dependents]]
2024-01-30 09:02:01,578 INFO  [f088598c-b1af-4fa9-8d39-4ece16a755d6] 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=f088598c-b1af-4fa9-8d39-4ece16a755d6, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=org.eclipse.ditto:policyId]>
2024-01-30 09:02:01,579 INFO  [f088598c-b1af-4fa9-8d39-4ece16a755d6] 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:thingId319fe8ad-be9d-4da2-a048-15ad433a8980' 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=f088598c-b1af-4fa9-8d39-4ece16a755d6, ditto-read-subjects=["test:allowedId"]}]]
2024-01-30 09:02:01,690 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToRetrieveThingWhichWasNotYetCreated()
2024-01-30 09:02:01,800 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingInV2AndUpdateWithV2AndChangedPolicyId()
2024-01-30 09:02:01,880 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:01,884 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:02:01,900 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAndRecreateThingWithMinimumData()
2024-01-30 09:02:02,003 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:02,004 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId0d025ec2-9306-43ff-afb5-80016df43dc3>.
2024-01-30 09:02:02,006 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
2024-01-30 09:02:02,009 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <3>.
2024-01-30 09:02:02,021 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#shutdownOnCommand()
2024-01-30 09:02:02,100 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:02,114 INFO  [] org.eclipse.ditto.base.service.actors.ShutdownBehaviour - Shutting down <Actor[pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId0bc0c5b3-265c-4962-b406-b967e49af38e#2113800775]> due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=org.eclipse.ditto]]>.
2024-01-30 09:02:02,124 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeatureReturnsExpected()
2024-01-30 09:02:02,219 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:02,235 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeatures()
2024-01-30 09:02:02,322 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:02,325 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featuresModified> w/ rev: <2>.
2024-01-30 09:02:02,336 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterCreation()
2024-01-30 09:02:02,423 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:02,435 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturesMetadataWithGetMetadataHeader()
2024-01-30 09:02:02,511 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:02,525 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributes()
2024-01-30 09:02:02,626 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:02,630 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributesModified> w/ rev: <2>.
2024-01-30 09:02:02,654 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToCreateThingWithDifferentThingId()
2024-01-30 09:02:02,798 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#policyShouldBeDeletedOnThingCreateAndErrorResponse()
2024-01-30 09:02:02,879 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:02,990 INFO  [8c2fa368-a158-4a6e-8196-41addc5dbc75] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId>
2024-01-30 09:02:02,991 INFO  [8c2fa368-a158-4a6e-8196-41addc5dbc75] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:02,993 WARN  [8c2fa368-a158-4a6e-8196-41addc5dbc75] 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=8c2fa368-a158-4a6e-8196-41addc5dbc75, ditto-read-subjects=["test:allowedId"]}], thing=ImmutableThing [thingId=org.eclipse.ditto:thingId322b1228-a6e3-4213-bc4b-13297b82fc34, 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=8c2fa368-a158-4a6e-8196-41addc5dbc75}]], responseFuture=java.util.concurrent.CompletableFuture@5a0cd937[Not completed]]
2024-01-30 09:02:02,994 INFO  [8c2fa368-a158-4a6e-8196-41addc5dbc75] 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=8c2fa368-a158-4a6e-8196-41addc5dbc75, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=org.eclipse.ditto:policyId]>
2024-01-30 09:02:02,996 INFO  [8c2fa368-a158-4a6e-8196-41addc5dbc75] 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.
2024-01-30 09:02:02,996 INFO  [8c2fa368-a158-4a6e-8196-41addc5dbc75] 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=8c2fa368-a158-4a6e-8196-41addc5dbc75}]]
2024-01-30 09:02:03,108 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingOverwritesExistingFirstLevelFieldsWhenExplicitlySpecifiedV2()
2024-01-30 09:02:03,198 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:03,203 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:02:03,220 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterModification()
2024-01-30 09:02:03,309 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:03,314 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:02:03,330 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingInV2WithMissingPolicyIdThrowsPolicyIdMissingException()
2024-01-30 09:02:03,441 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureSequenceNumberCorrectness()
2024-01-30 09:02:03,530 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:03,535 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:02:03,550 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToRetrieveThingAfterDeletion()
2024-01-30 09:02:03,632 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:03,633 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdc7023d09-2337-4cc0-95e3-6f86a113fdf5>.
2024-01-30 09:02:03,635 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
2024-01-30 09:02:03,651 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAttribute()
2024-01-30 09:02:03,742 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:03,745 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeDeleted> w/ rev: <2>.
2024-01-30 09:02:03,753 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteMetadataForDeleteAttributeCommand()
2024-01-30 09:02:03,826 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:03,828 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeDeleted> w/ rev: <2>.
2024-01-30 09:02:03,841 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributesMetadata()
2024-01-30 09:02:03,922 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:03,925 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributesModified> w/ rev: <2>.
2024-01-30 09:02:03,942 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingV2()
2024-01-30 09:02:04,020 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:04,030 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#testRemovalOfEmptyMetadataAfterDeletion()
2024-01-30 09:02:04,103 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:04,107 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:02:04,111 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <3>.
2024-01-30 09:02:04,118 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#recoverThingCreated()
2024-01-30 09:02:04,197 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:04,305 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingId5712b485-020c-49b0-9d96-ec0e02123cd2> was recovered.
2024-01-30 09:02:04,417 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveThingsWithoutThingIdOfActor()
2024-01-30 09:02:04,496 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:04,496 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]
2024-01-30 09:02:04,610 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveAttributesWithGetMetadataHeader()
2024-01-30 09:02:04,736 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:04,762 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeatureMetadata()
2024-01-30 09:02:04,865 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:04,870 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featureModified> w/ rev: <2>.
2024-01-30 09:02:04,884 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#responsesDuringInitializationAreSentWithDittoHeaders()
2024-01-30 09:02:04,996 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#recoverThingDeleted()
2024-01-30 09:02:05,102 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:05,102 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId88346bb6-11d8-457e-9f01-d2ea1d7a0ed1>.
2024-01-30 09:02:05,105 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
2024-01-30 09:02:05,219 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteFeaturePropertyMetadataWithDeleteMetadataWildcardHeaderForMergeCommand()
2024-01-30 09:02:05,304 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:05,308 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingMerged> w/ rev: <2>.
2024-01-30 09:02:05,320 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteExistingMetadataWithMergeCommand()
2024-01-30 09:02:05,418 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:05,422 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingMerged> w/ rev: <2>.
2024-01-30 09:02:05,432 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#multipleMetadataHeadersResultsInException()
2024-01-30 09:02:05,526 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:05,543 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingWithWildcardInMetadata()
2024-01-30 09:02:05,633 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:05,638 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:02:05,655 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureSequenceNumberCorrectnessAfterRecovery()
2024-01-30 09:02:05,746 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:05,751 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
2024-01-30 09:02:05,859 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdeb217bdc-9f81-4526-9a4c-6ae805a5ee3a> was recovered.
2024-01-30 09:02:05,973 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterRecovery()
2024-01-30 09:02:06,068 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:06,174 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdf68e77b5-983b-44dc-964e-c8e9492b0fcc> was recovered.
2024-01-30 09:02:06,283 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveThingV2()
2024-01-30 09:02:06,370 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:06,384 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingV2()
2024-01-30 09:02:06,469 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
2024-01-30 09:02:06,472 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.47 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest
[INFO] Running org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapterTest
[INFO] [01/30/2024 09:02:07.455] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s -- in org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapterTest
[INFO] Running org.eclipse.ditto.things.service.persistence.serializer.ThingMongoEventAdapterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in org.eclipse.ditto.things.service.persistence.serializer.ThingMongoEventAdapterTest
[INFO] Running org.eclipse.ditto.things.service.signaltransformation.placeholdersubstitution.CreateThingSubstitutionStrategyTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.ditto.things.service.signaltransformation.placeholdersubstitution.CreateThingSubstitutionStrategyTest
[INFO] Running org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementTest
2024-01-30 09:02:07,808 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 09:02:07,897 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:07,927 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:07,944 INFO  [] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-179#-418682875, 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-179#-418682875}]]]>, valid=<false>
2024-01-30 09:02:08,028 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:08,053 INFO  [liveChannelConditionMismatch] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:08,056 INFO  [liveChannelConditionMismatch] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
2024-01-30 09:02:08,146 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:08,173 INFO  [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
2024-01-30 09:02:08,173 INFO  [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:08,200 INFO  [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:08,278 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:08,297 INFO  [liveChannelTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:08,330 INFO  [liveChannelTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:08,414 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:08,439 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:08,443 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>
2024-01-30 09:02:08,447 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:08,532 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:08,557 INFO  [liveChannelTimeoutWithoutTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:08,583 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}]]
2024-01-30 09:02:08,687 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:08,761 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)}]>
2024-01-30 09:02:08,766 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)}]]
2024-01-30 09:02:08,882 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:08,908 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
2024-01-30 09:02:08,909 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:08,913 INFO  [] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-214#691845634, 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-214#691845634}]]]>, valid=<false>
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 s -- in org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementTest
[INFO] Running org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolverTest
2024-01-30 09:02:09,093 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
2024-01-30 09:02:09,210 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 [{}]]]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 s -- in org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolverTest
[INFO] Running org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementWithResponseReceiverTest
2024-01-30 09:02:09,651 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 09:02:09,730 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:09,755 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:09,759 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:errorResponse>
2024-01-30 09:02:09,761 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#992579838], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
2024-01-30 09:02:09,762 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>
2024-01-30 09:02:09,764 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <ThingErrorResponse> sent via tell)
2024-01-30 09:02:09,764 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!>
2024-01-30 09:02:09,764 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}]]
2024-01-30 09:02:09,844 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:09,870 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:09,875 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:09,876 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#406625983], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
2024-01-30 09:02:09,876 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>
2024-01-30 09:02:09,877 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
2024-01-30 09:02:09,881 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:09,974 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:09,999 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
2024-01-30 09:02:10,000 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:10,005 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:errorResponse>
2024-01-30 09:02:10,005 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#2403784], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
2024-01-30 09:02:10,005 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>
2024-01-30 09:02:10,006 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!>
2024-01-30 09:02:10,006 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <ThingErrorResponse> sent via tell)
2024-01-30 09:02:10,006 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}]]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s -- in org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementWithResponseReceiverTest
[INFO] Running org.eclipse.ditto.things.service.enforcement.pre.ModifyToCreateThingTransformerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.things.service.enforcement.pre.ModifyToCreateThingTransformerTest
[INFO] Running org.eclipse.ditto.things.service.enforcement.ReferencePlaceholderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.service.enforcement.ReferencePlaceholderTest
[INFO] Running org.eclipse.ditto.things.service.enforcement.LiveSignalEnforcementTest
2024-01-30 09:02:10,081 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 09:02:10,162 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:10,204 INFO  [fd81eef3-352b-4ad2-847b-ce1a7770bc38] 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]]
2024-01-30 09:02:10,204 INFO  [fd81eef3-352b-4ad2-847b-ce1a7770bc38] 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=fd81eef3-352b-4ad2-847b-ce1a7770bc38}]>
2024-01-30 09:02:10,206 INFO  [fd81eef3-352b-4ad2-847b-ce1a7770bc38] 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=fd81eef3-352b-4ad2-847b-ce1a7770bc38}]]
2024-01-30 09:02:10,279 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:10,305 INFO  [1e39ed9d-2b6d-4370-a024-2fb79dbbb7c5] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success'
2024-01-30 09:02:10,308 INFO  [1e39ed9d-2b6d-4370-a024-2fb79dbbb7c5] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage>
2024-01-30 09:02:10,311 INFO  [1e39ed9d-2b6d-4370-a024-2fb79dbbb7c5] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success'
2024-01-30 09:02:10,312 INFO  [1e39ed9d-2b6d-4370-a024-2fb79dbbb7c5_0048c884-02bf-46d0-9735-577657557ef0] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage>
2024-01-30 09:02:10,395 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:10,422 INFO  [ded76a88-e1e0-43e9-8024-cbd489a333d6] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success'
2024-01-30 09:02:10,422 INFO  [ded76a88-e1e0-43e9-8024-cbd489a333d6] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage>
2024-01-30 09:02:10,499 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:10,524 INFO  [bb40edc6-8226-4167-96f5-bca436e155b8] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
2024-01-30 09:02:10,525 INFO  [bb40edc6-8226-4167-96f5-bca436e155b8] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:10,529 INFO  [bb40edc6-8226-4167-96f5-bca436e155b8] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:10,529 INFO  [bb40edc6-8226-4167-96f5-bca436e155b8] 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#1191714681], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
2024-01-30 09:02:10,530 INFO  [bb40edc6-8226-4167-96f5-bca436e155b8] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, version=2, correlation-id=bb40edc6-8226-4167-96f5-bca436e155b8, 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>
2024-01-30 09:02:10,530 INFO  [bb40edc6-8226-4167-96f5-bca436e155b8] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
2024-01-30 09:02:10,532 INFO  [bb40edc6-8226-4167-96f5-bca436e155b8] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:10,535 INFO  [bb40edc6-8226-4167-96f5-bca436e155b82] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
2024-01-30 09:02:10,535 INFO  [bb40edc6-8226-4167-96f5-bca436e155b82] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:10,538 INFO  [bb40edc6-8226-4167-96f5-bca436e155b82] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:10,539 INFO  [bb40edc6-8226-4167-96f5-bca436e155b82] 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#1301116750], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
2024-01-30 09:02:10,539 INFO  [bb40edc6-8226-4167-96f5-bca436e155b82] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, version=2, correlation-id=bb40edc6-8226-4167-96f5-bca436e155b82, 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>
2024-01-30 09:02:10,539 INFO  [bb40edc6-8226-4167-96f5-bca436e155b82] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
2024-01-30 09:02:10,542 INFO  [bb40edc6-8226-4167-96f5-bca436e155b82] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:10,625 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:10,672 INFO  [f207f926-50bd-4e9f-8dbd-4c6c2bd2bc2e] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:featureMessage> with outcome 'success'
2024-01-30 09:02:10,676 INFO  [f207f926-50bd-4e9f-8dbd-4c6c2bd2bc2e] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:featureMessage>
2024-01-30 09:02:10,798 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:10,824 INFO  [9dd4f7d2-6235-4397-8a61-abc1646d39c5] 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=9dd4f7d2-6235-4397-8a61-abc1646d39c5, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/foo, attributeValue="bar"]>
2024-01-30 09:02:10,825 INFO  [9dd4f7d2-6235-4397-8a61-abc1646d39c5] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'success'
2024-01-30 09:02:10,827 INFO  [9dd4f7d2-6235-4397-8a61-abc1646d39c5] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <Publish> sent via tell)
2024-01-30 09:02:10,830 INFO  [8ba9d105-6738-453a-9d06-dd46ff9500f2] 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=8ba9d105-6738-453a-9d06-dd46ff9500f2, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/xyz, attributeValue="abc"]>
2024-01-30 09:02:10,831 INFO  [8ba9d105-6738-453a-9d06-dd46ff9500f2] 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=8ba9d105-6738-453a-9d06-dd46ff9500f2, response-required=false}]>
2024-01-30 09:02:10,831 INFO  [8ba9d105-6738-453a-9d06-dd46ff9500f2] 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=8ba9d105-6738-453a-9d06-dd46ff9500f2, response-required=false}]]
2024-01-30 09:02:10,921 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:10,950 INFO  [cb961dca-7702-4140-8071-0e73dd2e2d73] 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=cb961dca-7702-4140-8071-0e73dd2e2d73}]>
2024-01-30 09:02:10,950 INFO  [cb961dca-7702-4140-8071-0e73dd2e2d73] 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=cb961dca-7702-4140-8071-0e73dd2e2d73}]]
2024-01-30 09:02:10,953 INFO  [899ebc52-8d23-43c2-85e8-d7a1d5d961c4] 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=899ebc52-8d23-43c2-85e8-d7a1d5d961c4}]>
2024-01-30 09:02:10,954 INFO  [899ebc52-8d23-43c2-85e8-d7a1d5d961c4] 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=899ebc52-8d23-43c2-85e8-d7a1d5d961c4}]]
2024-01-30 09:02:11,040 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:11,064 INFO  [89308b4a-43cb-479b-9233-f8b6c911df6a] 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=89308b4a-43cb-479b-9233-f8b6c911df6a, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/foo, attributeValue="bar"]>
2024-01-30 09:02:11,064 INFO  [89308b4a-43cb-479b-9233-f8b6c911df6a] 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=89308b4a-43cb-479b-9233-f8b6c911df6a, response-required=false}]>
2024-01-30 09:02:11,065 INFO  [89308b4a-43cb-479b-9233-f8b6c911df6a] 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=89308b4a-43cb-479b-9233-f8b6c911df6a, response-required=false}]]
2024-01-30 09:02:11,164 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:11,190 INFO  [289844b3-1f42-4709-9880-178443248b48] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
2024-01-30 09:02:11,190 INFO  [289844b3-1f42-4709-9880-178443248b48] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:11,196 INFO  [289844b3-1f42-4709-9880-178443248b48] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:11,197 INFO  [289844b3-1f42-4709-9880-178443248b48] 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#-1570281444], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
2024-01-30 09:02:11,197 INFO  [289844b3-1f42-4709-9880-178443248b48] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, version=2, correlation-id=289844b3-1f42-4709-9880-178443248b48, 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>
2024-01-30 09:02:11,198 INFO  [289844b3-1f42-4709-9880-178443248b48] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
2024-01-30 09:02:11,204 INFO  [289844b3-1f42-4709-9880-178443248b48] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:11,299 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:11,325 INFO  [d624de53-ba52-4f86-9656-95e74574f7cb] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:modifyFeature>
2024-01-30 09:02:11,325 INFO  [d624de53-ba52-4f86-9656-95e74574f7cb] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success'
2024-01-30 09:02:11,326 INFO  [d624de53-ba52-4f86-9656-95e74574f7cb] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <things.commands:modifyFeature>
2024-01-30 09:02:11,330 INFO  [06799371-4a50-4e91-9d31-84ad10bf234d] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
2024-01-30 09:02:11,330 INFO  [06799371-4a50-4e91-9d31-84ad10bf234d] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 s -- in org.eclipse.ditto.things.service.enforcement.LiveSignalEnforcementTest
[INFO] Running org.eclipse.ditto.things.service.enforcement.MultiStageCommandEnforcementTest
2024-01-30 09:02:11,344 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 09:02:11,434 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:11,461 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:11,557 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:11,582 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Failed to create Policy with ID <thing:3baf148e-ada0-4ea1-a5e4-6255fb3220c7> due to: <PolicyConflictException: The Policy with ID 'thing:3baf148e-ada0-4ea1-a5e4-6255fb3220c7' already exists>. The CreateThing command which would have created a Policy for the Thing with ID <thing:3baf148e-ada0-4ea1-a5e4-6255fb3220c7> is therefore not handled.
2024-01-30 09:02:11,583 INFO  [] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - creating initial policy during creation of Thing <thing:3baf148e-ada0-4ea1-a5e4-6255fb3220c7> - ThingNotCreatableException: The Thing with ID 'thing:3baf148e-ada0-4ea1-a5e4-6255fb3220c7' could not be created because creation of its implicit Policy ID 'thing:3baf148e-ada0-4ea1-a5e4-6255fb3220c7' failed.
2024-01-30 09:02:11,583 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}]>
2024-01-30 09:02:11,584 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:3baf148e-ada0-4ea1-a5e4-6255fb3220c7' could not be created because creation of its implicit Policy ID 'thing:3baf148e-ada0-4ea1-a5e4-6255fb3220c7' 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}]]
2024-01-30 09:02:11,671 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:11,697 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:11,713 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:5a378632-3e39-4da6-852c-053d25f1a6a8> for thing <thing:id>: PolicyNotAccessibleException [message='The Policy with ID 'policy:5a378632-3e39-4da6-852c-053d25f1a6a8' 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 [{}]]
2024-01-30 09:02:11,716 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:11,805 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:11,829 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:1acef0d6-e4bb-4797-8128-c5e90cd13c13>
2024-01-30 09:02:11,830 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:11,916 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:11,940 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:11,942 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Encountered ask timeout from target actor: thing timeout
2024-01-30 09:02:11,942 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received nothing when enforcing signal and forwarding to target actor - this should not happen.
2024-01-30 09:02:11,942 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:5670d1df-0ee7-461e-ac45-6a228129cef0, selectedFields=/_policy,/thingId, snapshotRevision=-1]>
2024-01-30 09:02:11,944 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:11,947 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:8c2f9b81-f0db-4d35-b57e-fda4e92ae262> for thing <thing:id>: org.apache.pekko.pattern.AskTimeoutException: policy timeout
2024-01-30 09:02:11,949 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:12,025 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:12,049 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:12,051 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:969eb05e-6dff-43b7-b819-28ab284d1c1c' 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 [{}]]
2024-01-30 09:02:12,053 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:12,056 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:43a3a437-6b39-4a57-aaa6-3ab8d0a4311f> for thing <thing:id>: PolicyNotAccessibleException [message='The Policy with ID 'policy:43a3a437-6b39-4a57-aaa6-3ab8d0a4311f' 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 [{}]]
2024-01-30 09:02:12,058 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:12,143 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:12,168 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:12,174 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:12,259 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:12,284 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyThing> with outcome 'success'
2024-01-30 09:02:12,394 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:12,419 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:ef3a3081-5b89-486e-abdc-88c4d11c1bd4>
2024-01-30 09:02:12,419 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:12,500 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:12,526 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:d659d13f-f57b-4bad-b112-feb99b861443>
2024-01-30 09:02:12,526 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:12,528 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:ae97449d-ea9f-4056-9e1c-f67c677b5f9f, policyId=policy:d659d13f-f57b-4bad-b112-feb99b861443, definition=null, attributes=null, features=null, lifecycle=null, revision=1, modified=null, created=null, metadata=null], initialPolicy={"policyId":"policy:d659d13f-f57b-4bad-b112-feb99b861443","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:ae97449d-ea9f-4056-9e1c-f67c677b5f9f' 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@6a56836d[Not completed, 1 dependents]]
2024-01-30 09:02:12,529 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <policy:d659d13f-f57b-4bad-b112-feb99b861443> 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:d659d13f-f57b-4bad-b112-feb99b861443]>
2024-01-30 09:02:12,529 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:ae97449d-ea9f-4056-9e1c-f67c677b5f9f' 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 [{}]]
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s -- in org.eclipse.ditto.things.service.enforcement.MultiStageCommandEnforcementTest
[INFO] Running org.eclipse.ditto.things.service.enforcement.ThingCommandEnforcementTest
2024-01-30 09:02:12,536 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
2024-01-30 09:02:12,611 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:12,653 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}]>
2024-01-30 09:02:12,663 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}]]
2024-01-30 09:02:12,931 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:12,955 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}]>
2024-01-30 09:02:12,956 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}]]
2024-01-30 09:02:12,958 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}]>
2024-01-30 09:02:12,959 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}]]
2024-01-30 09:02:13,046 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:13,071 INFO  [acceptCreateByImplicitPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
2024-01-30 09:02:13,071 INFO  [acceptCreateByImplicitPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:13,166 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:13,192 INFO  [acceptByPolicyWithRevokeOnAttribute] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success'
2024-01-30 09:02:13,196 INFO  [acceptByPolicyWithRevokeOnAttribute] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:13,292 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:13,318 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")}]>
2024-01-30 09:02:13,319 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")}]]
2024-01-30 09:02:13,502 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:13,526 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}]>
2024-01-30 09:02:13,527 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}]]
2024-01-30 09:02:13,631 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:13,657 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}]>
2024-01-30 09:02:13,658 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}]]
2024-01-30 09:02:13,747 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:13,782 INFO  [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:13,787 INFO  [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:13,792 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)}]>
2024-01-30 09:02:13,792 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)}]]
2024-01-30 09:02:13,796 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}]>
2024-01-30 09:02:13,797 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}]]
2024-01-30 09:02:13,874 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:13,902 INFO  [testCreateByCopyFromPolicyWithAllowPolicyLockout] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
2024-01-30 09:02:13,903 INFO  [testCreateByCopyFromPolicyWithAllowPolicyLockout] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:13,988 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:14,013 INFO  [acceptByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success'
2024-01-30 09:02:14,018 INFO  [acceptByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:14,022 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:14,103 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:14,130 INFO  [testCreateByCopyFromPolicyWithIfNoneMatch] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:14,130 INFO  [testCreateByCopyFromPolicyWithIfNoneMatch] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
2024-01-30 09:02:14,207 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:14,231 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.
2024-01-30 09:02:14,231 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.'
2024-01-30 09:02:14,232 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}]>
2024-01-30 09:02:14,232 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}]]
2024-01-30 09:02:14,312 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:14,336 INFO  [acceptCreateByInlinePolicyWithDifferentId] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:id>
2024-01-30 09:02:14,337 INFO  [acceptCreateByInlinePolicyWithDifferentId] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:14,432 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:14,456 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}]>
2024-01-30 09:02:14,456 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}]]
2024-01-30 09:02:14,549 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:14,574 INFO  [acceptCreateByInlinePolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
2024-01-30 09:02:14,574 INFO  [acceptCreateByInlinePolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:14,690 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:14,731 INFO  [rejectCreateByOwnPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <empty:policy>
2024-01-30 09:02:14,733 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}]>
2024-01-30 09:02:14,733 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}]]
2024-01-30 09:02:14,838 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:14,863 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}]>
2024-01-30 09:02:14,863 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}]]
2024-01-30 09:02:14,952 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:14,977 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)}]>
2024-01-30 09:02:14,978 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"]}]]
2024-01-30 09:02:15,158 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:15,184 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
2024-01-30 09:02:15,185 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
2024-01-30 09:02:15,190 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
2024-01-30 09:02:15,194 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
2024-01-30 09:02:15,197 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyPolicyId> with outcome 'success'
2024-01-30 09:02:15,202 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyAttribute> with outcome 'success'
2024-01-30 09:02:15,210 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveAttribute> with outcome 'success'
2024-01-30 09:02:15,214 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveAttribute>
2024-01-30 09:02:15,302 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:15,330 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")}]>
2024-01-30 09:02:15,330 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")}]]
2024-01-30 09:02:15,502 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
2024-01-30 09:02:15,528 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}]>
2024-01-30 09:02:15,529 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}]]
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.197 s -- in org.eclipse.ditto.things.service.enforcement.ThingCommandEnforcementTest
[INFO] Running org.eclipse.ditto.things.service.starter.ThingsRootActorTest
2024-01-30 09:02:15,735 INFO  [] org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment.
2024-01-30 09:02:15,799 INFO  [] org.eclipse.ditto.base.service.cluster.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H>
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.262 s -- in org.eclipse.ditto.things.service.starter.ThingsRootActorTest
[INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandResponseRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandResponseRegistryTest
[INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandRegistryTest
[INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalEventRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalEventRegistryTest
[INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalErrorRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalErrorRegistryTest
[INFO] Running org.eclipse.ditto.things.service.aggregation.DefaultThingsAggregatorConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s -- in org.eclipse.ditto.things.service.aggregation.DefaultThingsAggregatorConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 603, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-things-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service ---
[INFO] Assigning port '39763' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-things-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-things-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.aggregation;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/common/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.common.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.enforcement;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/pre/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.enforcement.pre;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.persistence.actors;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/serializer/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.persistence.serializer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ResponseReceiverCache.java:195: warning: no @param for <S>
[WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFree(final S signal,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ResponseReceiverCache.java:220: warning: no @param for <S>
[WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFreeWithFuture(final S signal,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/ThingConditionValidator.java:34: warning: no comment
[WARNING] public final class ThingConditionValidator {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingEnforcement.java:38: warning: no comment
[WARNING] public ThingEnforcement(final ActorRef policiesShardRegion, final ActorSystem actorSystem,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/serializer/ThingMongoEventAdapter.java:42: warning: no comment
[WARNING] public ThingMongoEventAdapter(final ExtendedActorSystem system) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActor.java:112: warning: no @param for searchShardRegionProxy
[WARNING] public static Props props(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorMailbox.java:79: warning: no comment
[WARNING] public ThingPersistenceActorMessageQueue(final int capacity, final ActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceOperationsActor.java:37: warning: no comment
[WARNING] public static final String ACTOR_NAME = "thingOps";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/ThingsAggregatorActor.java:84: warning: no @param for aggregatorConfig
[WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/ThingsAggregatorActor.java:84: warning: no @param for pubSubMediator
[WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for pubSubMediator
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for policiesShardRegion
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for distributedPubThingEventsForTwin
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for liveSignalPub
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for propsFactory
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for blockedNamespaces
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for policyEnforcerProvider
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for mongoReadJournal
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @return
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for pubSubMediator
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for policiesShardRegion
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for distributedPubThingEventsForTwin
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for liveSignalPub
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for thingsPersistenceActor
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for blockedNamespaces
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for policyEnforcerProvider
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for mongoReadJournal
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @return
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorMailbox.java:77: warning: no comment
[WARNING] private final int capacity;
[WARNING] ^
[WARNING] 37 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- shade:3.5.0:shade (default) @ ditto-things-service ---
[INFO] Including org.eclipse.ditto:ditto-base-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
[INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:3.5.1 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-api:jar:3.5.1 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:3.5.1 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-query:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-messages-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-placeholders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-wot-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-wot-integration:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:3.5.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
[INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
[INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
[INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-utils-result:jar:3.5.1 in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[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: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
[WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[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: 
[WARNING]   - META-INF/DISCLAIMER
[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-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-things-service-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-integration-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/MANIFEST.MF
[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: 
[WARNING]   - META-INF/io.netty.versions.properties
[WARNING] caffeine-3.1.8.jar, ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-things-service-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-integration-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/LICENSE
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-things-service-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-integration-3.5.1.jar, ditto-wot-model-3.5.1.jar define 2 overlapping resources: 
[WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
[WARNING]   - META-INF/NOTICE.md
[WARNING] maven-shade-plugin has detected that some files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the file is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-things-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Service' with 133 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-allinone.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-allinone.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-things-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/3.5.1/ditto-things-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/3.5.1/ditto-things-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/3.5.1/ditto-things-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/3.5.1/ditto-things-service-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/3.5.1/ditto-things-service-3.5.1-allinone.jar
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >-------------
[INFO] Building Eclipse Ditto :: Thing Search :: Service 3.5.1          [77/77]
[INFO]   from thingsearch/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-service ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-service ---
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service ---
[INFO] Assigning port '46497' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[WARNING] 
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING] 
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING] 
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] Copying 0 resource from target/classes/META-INF to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 105 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-service ---
[INFO] Copying 20 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 62 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetExistsBsonVisitorTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetExistsBsonVisitorTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetFilterBsonVisitorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetFilterBsonVisitorTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetSortBsonVisitorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetSortBsonVisitorTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderFactoryTest
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.997 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderFactoryTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.456 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderLimitedTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderLimitedTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderUnlimitedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderUnlimitedTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest
09:03:25,183 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
09:03:25,185 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7f37f6b6 - No custom configurators were discovered as a service.
09:03:25,185 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7f37f6b6 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
09:03:25,188 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7f37f6b6 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
09:03:25,189 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
09:03:25,189 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
09:03:25,196 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7f37f6b6 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
09:03:25,196 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7f37f6b6 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
09:03:25,197 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7f37f6b6 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
09:03:25,197 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/test-classes/logback-test.xml]
09:03:25,349 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
09:03:25,367 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
09:03:25,368 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
09:03:25,382 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
09:03:25,419 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR]
09:03:25,419 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
09:03:25,419 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
09:03:25,422 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
09:03:25,423 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.mongodb.driver] to WARN
09:03:25,423 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.stream.Materializer] to ERROR
09:03:25,423 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto.internal.utils] to WARN
09:03:25,423 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
09:03:25,424 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
09:03:25,425 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT]
09:03:25,425 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@2e26841f - End of configuration.
09:03:25,427 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@66161fee - Registering current configuration as safe fallback point
09:03:25,427 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7f37f6b6 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 230 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
[INFO] [01/30/2024 09:03:25.947] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:26.147] [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
[INFO] [01/30/2024 09:03:26.151] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:26.287] [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-11)]], 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-12)]], 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-13)]], 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-14)]], 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-15)]], 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]
[INFO] [01/30/2024 09:03:26.290] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:26.417] [main] [org.apache.pekko.actor.ActorSystemImpl(default)] NotAcknowledged: UnexpectedError[stacktrace=com.mongodb.MongoSocketReadException: Gee, database is down. Whatever shall I do?
	at org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest.unexpectedMongoSocketReadException(BulkWriteResultAckFlowTest.java:110)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.IllegalMonitorStateException: Unsupported resolution
	... 30 more
] - correlation: correlation
[INFO] [01/30/2024 09:03:26.420] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:26.542] [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
[INFO] [01/30/2024 09:03:26.544] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.081 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BackgroundSyncStreamTest
[INFO] [01/30/2024 09:03:27.468] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.927 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BackgroundSyncStreamTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.EnforcementFlowTest
2024-01-30 09:03:27,987 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.
2024-01-30 09:03:27,990 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.
2024-01-30 09:03:27,990 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.
2024-01-30 09:03:27,990 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.
2024-01-30 09:03:27,990 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.
2024-01-30 09:03:27,990 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.
2024-01-30 09:03:27,991 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.
2024-01-30 09:03:27,991 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.
2024-01-30 09:03:27,991 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.
2024-01-30 09:03:27,991 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.
2024-01-30 09:03:28,203 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-30T09:03:27.136817828Z, 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-30T09:03:28.136817828Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=2, thingId=thing:id], ThingCreated [type=things.events:thingCreated, timestamp=2024-01-30T09:03:23.136817828Z, 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-30T09:03:24.136817828Z, 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-30T09:03:25.136817828Z, 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-30T09:03:26.136817828Z, 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-30T09:03:23.136817828Z","_modified":"2024-01-30T09:03:26.136817828Z"}>
2024-01-30 09:03:32,365 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.
2024-01-30 09:03:32,366 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.
2024-01-30 09:03:32,366 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.
2024-01-30 09:03:32,366 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.
2024-01-30 09:03:32,366 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.
2024-01-30 09:03:32,366 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.
2024-01-30 09:03:32,492 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.
2024-01-30 09:03:32,492 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.
2024-01-30 09:03:32,492 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.
2024-01-30 09:03:32,492 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.
2024-01-30 09:03:32,493 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.
2024-01-30 09:03:32,493 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.
2024-01-30 09:03:32,493 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.
2024-01-30 09:03:32,493 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.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.361 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.EnforcementFlowTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.IndexLengthRestrictionEnforcerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.IndexLengthRestrictionEnforcerTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EnforcedThingMapperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EnforcedThingMapperTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.JsonInternalVisitorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.JsonInternalVisitorTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EvaluatedPolicyTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EvaluatedPolicyTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModelTest
[INFO] [01/30/2024 09:03:33.178] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModelTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingDeleteModelTest
[INFO] [01/30/2024 09:03:33.288] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingDeleteModelTest
[INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.MetadataTest
[INFO] [01/30/2024 09:03:33.437] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.MetadataTest
[INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalEventRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalEventRegistryTest
[INFO] Running org.eclipse.ditto.thingsearch.service.starter.config.DittoSearchConfigTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s -- in org.eclipse.ditto.thingsearch.service.starter.config.DittoSearchConfigTest
[INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchRootActorTest
2024-01-30 09:03:34,599 INFO  [] o.e.d.b.s.c.DittoSplitBrainResolver  - SBR will be automatically enabled after <PT1H>
2024-01-30 09:03:35,571 INFO  [] o.e.d.b.s.s.SignalTransformers  - Instantiated the following signal transformers: .
2024-01-30 09:03:35,863 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
2024-01-30 09:03:36,766 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
Failed to stop [SearchRootActorTest] within [10 seconds] 
-> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 1 children
   ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=4 Terminating(Termination)
       |    toDie: Actor[pekko://SearchRootActorTest/system/Materializers#-1913298048]
       ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=4 Terminating(Termination)
           |    toDie: Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20#-1201161940]
           ⌊-> StreamSupervisor-20 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=4 Terminating(Termination)
               |    toDie: Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20/flow-14-0-ignoreSink#1848735365]
               |           Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20/flow-15-0-unnamed#-2115718971]
               |           Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20/flow-7-0-ignoreSink#205721199]
               |           Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20/flow-8-0-unnamed#1835521872]
               ⌊-> flow-14-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
               ⌊-> flow-15-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
               ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
               ⌊-> flow-8-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.90 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchRootActorTest
[INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchActorTest
2024-01-30 09:03:46,997 INFO  [] o.e.d.b.s.s.SignalTransformers  - Instantiated the following signal transformers: .
[INFO] [01/30/2024 09:03:47.000] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] Got <SubscribeAck(Subscribe(thing-search.commands::grouped,Some(thingsSearch),Actor[pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch#-1886289690]))>
[INFO] [01/30/2024 09:03:47.027] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] Processing CountThings command with namespaces <Optional.empty> and filter: <Optional.empty>
[INFO] [01/30/2024 09:03:47.040] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
[INFO] [01/30/2024 09:03:47.040] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
[INFO] [01/30/2024 09:03:47.140] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] OP_COMPLETE: finished waiting for requests
[INFO] [01/30/2024 09:03:47.141] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] Processing SudoCountThings command with filter: <Optional.empty> and namespaces: <Optional.empty>
[INFO] [01/30/2024 09:03:47.143] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
[INFO] [01/30/2024 09:03:47.143] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
[INFO] [01/30/2024 09:03:47.241] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] OP_COMPLETE: finished waiting for requests
[INFO] [01/30/2024 09:03:47.248] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
[INFO] [01/30/2024 09:03:47.248] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
[INFO] [01/30/2024 09:03:47.248] [SearchActorTest_waitForQueries-pekko.actor.default-dispatcher-12] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] Processing QueryThings command with namespaces <Optional.empty> and filter: <Optional.empty>
[INFO] [01/30/2024 09:03:47.347] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-79/thingsSearch] OP_COMPLETE: finished waiting for requests
2024-01-30 09:03:47,407 INFO  [] o.e.d.b.s.s.SignalTransformers  - Instantiated the following signal transformers: .
[INFO] [01/30/2024 09:03:47.409] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-81/thingsSearch] Got <SubscribeAck(Subscribe(thing-search.commands::grouped,Some(thingsSearch),Actor[pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-81/thingsSearch#-1269833083]))>
[INFO] [01/30/2024 09:03:47.409] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-81/thingsSearch] SERVICE_UNBIND: unsubscribing from pubsub for thingsSearch
[INFO] [01/30/2024 09:03:47.411] [Thread-62] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-81/thingsSearch] UnsubscribeAck(Unsubscribe(thing-search.commands::grouped,Some(thingsSearch),Actor[pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-81/thingsSearch#-1269833083])): unsubscribing from pubsub completed successful for thingsSearch
[INFO] [01/30/2024 09:03:47.411] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-81/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
[INFO] [01/30/2024 09:03:47.411] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-81/thingsSearch] SERVICE_REQUESTS_DONE: no ongoing requests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchActorTest
[INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.ThingsSearchCursorTest
[INFO] [01/30/2024 09:03:47.522] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:47.647] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:47.813] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:47.907] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[WARN] [01/30/2024 09:03:47.911] [SearchRootActorTest-pekko.actor.internal-dispatcher-3] [CoordinatedShutdown(pekko://SearchRootActorTest)] Coordinated shutdown phase [actor-system-terminate] timed out after 10000 milliseconds
2024-01-30 09:03:47,964 INFO  [] o.e.d.t.s.s.a.ThingsSearchCursor  - Failed to decode cursor: class java.util.zip.DataFormatException 'invalid block type' due to null
[INFO] [01/30/2024 09:03:47.968] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.ThingsSearchCursorTest
[INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchUpdaterRootActorTest
2024-01-30 09:03:48,014 WARN  [] k.m.ModuleRegistry  - Cannot register module [pekko.actor.default-dispatcher], a module with that name already exists.
2024-01-30 09:03:48,060 INFO  [] o.e.d.b.s.c.DittoSplitBrainResolver  - SBR will be automatically enabled after <PT1H>
2024-01-30 09:03:48,277 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
2024-01-30 09:03:48,289 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
2024-01-30 09:03:49,411 WARN  [] k.m.ModuleRegistry  - Cannot cancel registration on module [pekko.actor.default-dispatcher] because the module was not added properly
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.440 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchUpdaterRootActorTest
[INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandRegistryTest
[INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandResponseRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandResponseRegistryTest
[INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingSearchServiceGlobalErrorRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingSearchServiceGlobalErrorRegistryTest
[INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultPersistenceStreamConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultPersistenceStreamConfigTest
[INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultSearchPersistenceConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultSearchPersistenceConfigTest
[INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultStreamConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultStreamConfigTest
[INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultNamespaceSearchIndexConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.530 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultNamespaceSearchIndexConfigTest
[INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultUpdaterConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultUpdaterConfigTest
[INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultBackgroundSyncConfigTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultBackgroundSyncConfigTest
[INFO] Running org.eclipse.ditto.thingsearch.service.common.model.ResultListImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.thingsearch.service.common.model.ResultListImplTest
[INFO] Running org.eclipse.ditto.thingsearch.service.common.util.KeyEscapeUtilTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.thingsearch.service.common.util.KeyEscapeUtilTest
[INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdaterTest
[INFO] [01/30/2024 09:03:51.657] [ThingUpdaterTest_recoverLastWriteModel-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_recoverLastWriteModel/system/testProbe-86/thing%3Aid] Shutting down due to <DELETE> during <READY>
[INFO] [01/30/2024 09:03:51.759] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_recoverLastWriteModel)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:51.836] [ThingUpdaterTest_policyIdChangeTriggersSync-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_policyIdChangeTriggersSync/system/testProbe-89/thing%3Aid] Got policy update <thing:id> at revision <1>. Previous known policy is <null>.
[INFO] [01/30/2024 09:03:51.874] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_policyIdChangeTriggersSync)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[WARN] [01/30/2024 09:03:51.878] [ThingUpdaterTest_policyIdChangeTriggersSync-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_policyIdChangeTriggersSync/system/testProbe-89/thing%3Aid] Shut down during <PERSISTING>
[INFO] [01/30/2024 09:03:52.922] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromOutdatedEvent)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:53.009] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-96/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]>
[INFO] [01/30/2024 09:03:53.049] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-96/thing%3Aid] Initial update was skipped - stopping thing updater for <thing:id>.
[WARN] [01/30/2024 09:03:53.049] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-96/thing%3Aid] Shut down during <PERSISTING>
[INFO] [01/30/2024 09:03:58.049] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_initialUpdateSkipped)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:58.147] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-101/thing%3Aid] Shutting down due to <DELETE> during <PERSISTING>
[INFO] [01/30/2024 09:03:58.149] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-101/thing%3Aid] Shutting down after completing persistence operation
[WARN] [01/30/2024 09:03:58.149] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-101/thing%3Aid] Shut down during <PERSISTING>
[INFO] [01/30/2024 09:03:58.251] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_combineUpdatesFrom2Events)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:03:58.312] [ThingUpdaterTest_forceUpdateOnCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_forceUpdateOnCommand/system/testProbe-104/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]>
[INFO] [01/30/2024 09:03:58.337] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_forceUpdateOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[WARN] [01/30/2024 09:03:58.339] [ThingUpdaterTest_forceUpdateOnCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_forceUpdateOnCommand/system/testProbe-104/thing%3Aid] Shut down during <PERSISTING>
[ERROR] [01/30/2024 09:03:58.399] [ThingUpdaterTest_updateFromOutdatedEventWithAck-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck/system/testProbe-107/thing%3Aid] Processed Event did not contain header of acknowledgement aggregator address: ImmutableDittoHeaders [{requested-acks=["search-persisted"], response-required=false}]
[INFO] [01/30/2024 09:03:58.424] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[WARN] [01/30/2024 09:03:58.427] [ThingUpdaterTest_updateFromOutdatedEventWithAck-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck/system/testProbe-107/thing%3Aid] Shut down during <PERSISTING>
[INFO] [01/30/2024 09:03:58.541] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEventAfterSkippedUpdate)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[WARN] [01/30/2024 09:03:58.543] [ThingUpdaterTest_updateFromEventAfterSkippedUpdate-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_updateFromEventAfterSkippedUpdate/system/testProbe-110/thing%3Aid] Shut down during <PERSISTING>
[INFO] [01/30/2024 09:03:58.622] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A1] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <RECOVERING>
[INFO] [pekkoDeadLetter][01/30/2024 09:03:58.634] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A1] Message [org.apache.pekko.actor.Status$Failure] to Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A1#-1982639294] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A1#-1982639294] 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'.
[INFO] [01/30/2024 09:03:58.669] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-9] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A3] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <PERSISTING>
[WARN] [01/30/2024 09:03:58.681] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-12] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A3] Shut down during <PERSISTING>
[INFO] [pekkoDeadLetter][01/30/2024 09:03:58.681] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-11] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A3] Message [org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdater$Result] to Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A3#1514933877] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A3#1514933877] 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'.
[INFO] [01/30/2024 09:03:58.708] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-11] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A4] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <PERSISTING>
[WARN] [01/30/2024 09:03:58.710] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A4] Shut down during <PERSISTING>
[INFO] [pekkoDeadLetter][01/30/2024 09:03:58.711] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A4] Message [org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdater$Result] to Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A4#449474194] was not delivered. [3] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A4#449474194] 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'.
[INFO] [01/30/2024 09:03:58.748] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A5] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <RETRYING>
[WARN] [01/30/2024 09:03:58.749] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-115/thing%3A5] Shut down during <RETRYING>
[INFO] [01/30/2024 09:04:01.834] [ThingUpdaterTest_shutdownOnThingDeletedCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_shutdownOnThingDeletedCommand/system/testProbe-118/thing%3Aid] Shutting down due to <DELETE> during <READY>
[INFO] [01/30/2024 09:04:01.836] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_shutdownOnThingDeletedCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[ERROR] [01/30/2024 09:04:01.889] [ThingUpdaterTest_updateFromEventWithAck-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_updateFromEventWithAck/system/testProbe-121/thing%3Aid] Processed Event did not contain header of acknowledgement aggregator address: ImmutableDittoHeaders [{requested-acks=["search-persisted"], response-required=false}]
[INFO] [01/30/2024 09:04:01.892] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEventWithAck)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[WARN] [01/30/2024 09:04:01.895] [ThingUpdaterTest_updateFromEventWithAck-pekko.actor.default-dispatcher-11] [pekko://ThingUpdaterTest_updateFromEventWithAck/system/testProbe-121/thing%3Aid] Shut down during <PERSISTING>
[INFO] [01/30/2024 09:04:02.949] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_ignoreIrrelevantShutdownDueToEntitiesPurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[ERROR] [01/30/2024 09:04:05.863] [SearchRootActorTest-pekko.actor.default-dispatcher-4] [MongoThingsSearchPersistence] Index-Initialization failed: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20/flow-7-0-ignoreSink#205721199]] terminated abruptly
java.util.concurrent.CompletionException: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20/flow-7-0-ignoreSink#205721199]] terminated abruptly
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
	at scala.concurrent.Promise.tryFailure(Promise.scala:117)
	at scala.concurrent.Promise.tryFailure$(Promise.scala:117)
	at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104)
	at org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10.onUpstreamFailure(GraphStages.scala:445)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.tryAbort(ActorGraphInterpreter.scala:701)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.$anonfun$postStop$1(ActorGraphInterpreter.scala:859)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.$anonfun$postStop$1$adapted(ActorGraphInterpreter.scala:859)
	at scala.collection.immutable.Set$Set1.foreach(Set.scala:177)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.postStop(ActorGraphInterpreter.scala:859)
	at org.apache.pekko.actor.Actor.aroundPostStop(Actor.scala:566)
	at org.apache.pekko.actor.Actor.aroundPostStop$(Actor.scala:566)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPostStop(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.dungeon.FaultHandling.finishTerminate(FaultHandling.scala:254)
	at org.apache.pekko.actor.dungeon.FaultHandling.terminate(FaultHandling.scala:210)
	at org.apache.pekko.actor.dungeon.FaultHandling.terminate$(FaultHandling.scala:180)
	at org.apache.pekko.actor.ActorCell.terminate(ActorCell.scala:420)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:529)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:283)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at kamon.instrumentation.executor.ExecutorInstrumentation$InstrumentedForkJoinPool$TimingRunnable.run(ExecutorInstrumentation.scala:698)
	at org.apache.pekko.dispatch.ForkJoinExecutorConfigurator$PekkoForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:57)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20/flow-7-0-ignoreSink#205721199]] terminated abruptly

[ERROR] [01/30/2024 09:04:06.747] [SearchRootActorTest-pekko.actor.default-dispatcher-15] [MongoThingsSearchPersistence] Index-Initialization failed: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20/flow-14-0-ignoreSink#1848735365]] terminated abruptly
java.util.concurrent.CompletionException: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20/flow-14-0-ignoreSink#1848735365]] terminated abruptly
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
	at scala.concurrent.Promise.tryFailure(Promise.scala:117)
	at scala.concurrent.Promise.tryFailure$(Promise.scala:117)
	at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104)
	at org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10.onUpstreamFailure(GraphStages.scala:445)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.tryAbort(ActorGraphInterpreter.scala:701)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.$anonfun$postStop$1(ActorGraphInterpreter.scala:859)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.$anonfun$postStop$1$adapted(ActorGraphInterpreter.scala:859)
	at scala.collection.immutable.Set$Set1.foreach(Set.scala:177)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.postStop(ActorGraphInterpreter.scala:859)
	at org.apache.pekko.actor.Actor.aroundPostStop(Actor.scala:566)
	at org.apache.pekko.actor.Actor.aroundPostStop$(Actor.scala:566)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPostStop(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.dungeon.FaultHandling.finishTerminate(FaultHandling.scala:254)
	at org.apache.pekko.actor.dungeon.FaultHandling.terminate(FaultHandling.scala:210)
	at org.apache.pekko.actor.dungeon.FaultHandling.terminate$(FaultHandling.scala:180)
	at org.apache.pekko.actor.ActorCell.terminate(ActorCell.scala:420)
	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:529)
	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:283)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at kamon.instrumentation.executor.ExecutorInstrumentation$InstrumentedForkJoinPool$TimingRunnable.run(ExecutorInstrumentation.scala:698)
	at org.apache.pekko.dispatch.ForkJoinExecutorConfigurator$PekkoForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:57)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: org.apache.pekko.stream.AbruptTerminationException: Processor actor [Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-20/flow-14-0-ignoreSink#1848735365]] terminated abruptly

[INFO] [01/30/2024 09:04:08.066] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateSkipped)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:04:08.126] [ThingUpdaterTest_triggerUpdateOnCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_triggerUpdateOnCommand/system/testProbe-132/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]>
[INFO] [01/30/2024 09:04:08.153] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_triggerUpdateOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[WARN] [01/30/2024 09:04:08.155] [ThingUpdaterTest_triggerUpdateOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_triggerUpdateOnCommand/system/testProbe-132/thing%3Aid] Shut down during <PERSISTING>
[INFO] [01/30/2024 09:04:08.250] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEvent)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[WARN] [01/30/2024 09:04:08.257] [ThingUpdaterTest_updateFromEvent-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_updateFromEvent/system/testProbe-135/thing%3Aid] Shut down during <PERSISTING>
[INFO] [01/30/2024 09:04:09.310] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_ignoreIrrelevantShutdownDueToNamespacePurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:04:09.381] [ThingUpdaterTest_handleShutdownDueToNamespacePurging-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-141/thing%3Aid] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <READY>
[INFO] [01/30/2024 09:04:09.383] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] [01/30/2024 09:04:09.609] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_stashEventsDuringPersistence)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[WARN] [01/30/2024 09:04:09.612] [ThingUpdaterTest_stashEventsDuringPersistence-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_stashEventsDuringPersistence/system/testProbe-144/thing%3Aid] Shut down during <PERSISTING>
[INFO] [01/30/2024 09:04:09.662] [ThingUpdaterTest_handleShutdownDueToEntitiesPurging-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-147/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>
[INFO] [pekkoDeadLetter][01/30/2024 09:04:09.663] [ThingUpdaterTest_handleShutdownDueToEntitiesPurging-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-147/thing%3Aid] Message [org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModel] to Actor[pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-147/thing%3Aid#-1710740976] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-147/thing%3Aid#-1710740976] 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'.
[INFO] [01/30/2024 09:04:09.664] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.18 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdaterTest
[INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.ThingsUpdaterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.276 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.ThingsUpdaterTest
[INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.BackgroundSyncActorTest
2024-01-30 09:04:16,643 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>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:04:16,643 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>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[ERROR] [01/30/2024 09:04:16.992] [Thread-147] [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.)
2024-01-30 09:04:18,667 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-174/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:04:18,667 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-174/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[ERROR] [01/30/2024 09:04:19.090] [Thread-157] [pekko://PekkoTestSystem/system/testProbe-174/$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.)
2024-01-30 09:04:19,207 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-178/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:04:19,207 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-178/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:04:19,731 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-178/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:04:19,731 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-178/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[ERROR] [01/30/2024 09:04:20.134] [Thread-162] [pekko://PekkoTestSystem/system/testProbe-178/$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.)
2024-01-30 09:04:20,755 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-182/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:04:20,755 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-182/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[ERROR] [01/30/2024 09:04:21.169] [Thread-168] [pekko://PekkoTestSystem/system/testProbe-182/$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.)
2024-01-30 09:04:21,929 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-186/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
2024-01-30 09:04:21,929 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-186/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[ERROR] [01/30/2024 09:04:22.213] [Thread-176] [pekko://PekkoTestSystem/system/testProbe-186/$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.)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.270 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.BackgroundSyncActorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1.jar
[INFO] 
[INFO] --- shade:3.5.0:shade (default) @ ditto-thingsearch-service ---
[INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-placeholders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:3.5.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
[INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
[INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-query:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-protocol:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-messages-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1 in the shaded jar.
[INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
[INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
[INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-utils-result:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] caffeine-3.1.8.jar, ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-thingsearch-service-3.5.1.jar, ditto-utils-result-3.5.1.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: 
[WARNING]   - META-INF/LICENSE
[WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-thingsearch-service-3.5.1.jar, ditto-utils-result-3.5.1.jar define 2 overlapping resources: 
[WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
[WARNING]   - META-INF/NOTICE.md
[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: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
[WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[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: 
[WARNING]   - META-INF/DISCLAIMER
[WARNING] ditto-rql-parser-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar define 4 overlapping classes: 
[WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
[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-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-thingsearch-service-3.5.1.jar, ditto-utils-result-3.5.1.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: 
[WARNING]   - META-INF/MANIFEST.MF
[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: 
[WARNING]   - META-INF/io.netty.versions.properties
[WARNING] maven-shade-plugin has detected that some files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the file is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-thingsearch-service >>>
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service ---
[INFO] Assigning port '34987' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-thingsearch-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-thingsearch-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.service.common.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/expression/visitors/AbstractFieldBsonCreator.java:88: warning: no comment
[WARNING] public final Bson visitSimple(final String fieldName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/AbstractWriteModel.java:72: warning: no @param for maxWireVersion
[WARNING] public Optional<MongoWriteModel> toIncrementalMongo(@Nullable final AbstractWriteModel previousWriteModel,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/BackgroundSyncConfig.java:71: warning: no @return
[WARNING] Duration getIdleTimeout();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/BsonDiff.java:83: warning: no @param for maxWireVersion
[WARNING] public static BsonDiff minus(final BsonDocument minuend, final BsonDocument subtrahend,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/BsonDiff.java:96: warning: no @param for maxWireVersion
[WARNING] public static BsonDiff minusThingDocs(final BsonDocument minuend, final BsonDocument subtrahend,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:260: warning: no comment
[WARNING] CONSISTENCY_ERROR,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:261: warning: no comment
[WARNING] INCORRECT_PATCH,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:263: warning: no comment
[WARNING] OK
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:259: warning: no comment
[WARNING] UNACKNOWLEDGED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:262: warning: no comment
[WARNING] WRITE_ERROR,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/CachingSignalEnrichmentFacadeProvider.java:46: warning: no @return
[WARNING] CachingSignalEnrichmentFacade getSignalEnrichmentFacade(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/CachingSignalEnrichmentFacadeProvider.java:71: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CachingSignalEnrichmentFacadeProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/CustomMetricConfig.java:65: warning: no comment
[WARNING] enum CustomMetricConfigValue implements KnownConfigValue {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/DefaultBackgroundSyncConfig.java:69: warning: no comment
[WARNING] public static BackgroundSyncConfig fromUpdaterConfig(final Config updaterConfig) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/DefaultCustomMetricConfig.java:64: warning: no comment
[WARNING] public String getCustomMetricName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/query/validation/QueryCriteriaValidator.java:42: warning: no @param for command
[WARNING] CompletionStage<Query> validateQuery(final Command<?> command, final Query query);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:92: warning: no @param for lastWriteModel
[WARNING] toIncrementalMongo(final AbstractWriteModel model, final AbstractWriteModel lastWriteModel, final Logger logger) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/DefaultSearchUpdateObserver.java:29: warning: no comment
[WARNING] public DefaultSearchUpdateObserver(final ActorSystem system, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/SearchConfig.java:38: warning: no comment
[WARNING] Optional<String> getMongoHintsByNamespace();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/SearchConfig.java:75: warning: no comment
[WARNING] List<NamespaceSearchIndexConfig> getNamespaceIndexedFields();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/expression/visitors/GetExistsBsonVisitor.java:55: warning: no @param for authorizationSubjectIds
[WARNING] public static Bson apply(final ExistsFieldExpression expression, final List<String> authorizationSubjectIds) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/JsonInternalVisitor.java:40: warning: no comment
[WARNING] default T eval(final JsonValue value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/util/KeyEscapeUtil.java:27: warning: no comment
[WARNING] public static final String FAKE_DOT = "~2";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:129: warning: no @param for events
[WARNING] public static Metadata of(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:236: warning: no @param for causingPolicyTag
[WARNING] public Metadata withCausingPolicyTag(final PolicyTag causingPolicyTag) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:246: warning: no @param for ackRecipient
[WARNING] public Metadata withAckRecipient(final ActorSelection ackRecipient) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:256: warning: no @param for reason
[WARNING] public Metadata withUpdateReason(final UpdateReason reason) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/query/MongoQueryBuilderFactory.java:33: warning: no comment
[WARNING] public MongoQueryBuilderFactory(final LimitsConfig limitsConfig) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/MongoSortKeyMappingFunction.java:43: warning: no comment
[WARNING] public static String mapSortKey(final String... values) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/MongoThingsSearchPersistence.java:102: warning: no @param for persistenceConfig
[WARNING] public MongoThingsSearchPersistence(final DittoMongoClient mongoClient, final ActorSystem actorSystem,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/impl/MongoThingsSearchUpdaterPersistence.java:75: warning: no @return
[WARNING] public static ThingsSearchUpdaterPersistence of(final MongoDatabase database,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/NamespaceSearchIndexConfig.java:42: warning: no comment
[WARNING] enum NamespaceSearchIndexConfigValue implements KnownConfigValue {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/query/validation/QueryCriteriaValidator.java:62: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<QueryCriteriaValidator> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/util/RootSupervisorStrategyFactory.java:40: warning: no comment
[WARNING] public static OneForOneStrategy createStrategy(final LoggingAdapter log) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:40: warning: no comment
[WARNING] protected final ActorSystem actorSystem;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:41: warning: no comment
[WARNING] protected final int maxWireVersion;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:43: warning: no comment
[WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:47: warning: no comment
[WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Integer maxWireVersion) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/SearchUpdateObserver.java:64: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<SearchUpdateObserver> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdaterStream.java:64: warning: no @param for blockedNamespaces
[WARNING] public static SearchUpdaterStream of(final UpdaterConfig updaterConfig,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/ShardRegionFactory.java:101: warning: no @param for clusterRole
[WARNING] public ActorRef getSearchUpdaterShardRegion(final int numberOfShards, @Nonnull final Props thingUpdaterProps,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/ThingUpdater.java:130: warning: no comment
[WARNING] public static Result fromError(final Metadata metadata, final Throwable error) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/WriteResultAndErrors.java:86: warning: no comment
[WARNING] public static WriteResultAndErrors failure(final Throwable error) {
[WARNING] ^
[WARNING] 44 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Service' with 121 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-allinone.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-allinone.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/3.5.1/ditto-thingsearch-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/3.5.1/ditto-thingsearch-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/3.5.1/ditto-thingsearch-service-3.5.1-allinone.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/3.5.1/ditto-thingsearch-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/3.5.1/ditto-thingsearch-service-3.5.1-javadoc.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Ditto 3.5.1:
[INFO] 
[INFO] Eclipse Ditto ...................................... SUCCESS [ 16.621 s]
[INFO] Eclipse Ditto :: Legal ............................. SUCCESS [  2.560 s]
[INFO] Eclipse Ditto :: BOM ............................... SUCCESS [  0.089 s]
[INFO] Eclipse Ditto :: Utils ............................. SUCCESS [  0.066 s]
[INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [ 11.469 s]
[INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 21.082 s]
[INFO] Eclipse Ditto :: Base .............................. SUCCESS [  0.226 s]
[INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 27.283 s]
[INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [  9.907 s]
[INFO] Eclipse Ditto :: Internal .......................... SUCCESS [  0.039 s]
[INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [  0.073 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 15.887 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [ 20.547 s]
[INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [  7.328 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 18.916 s]
[INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [  0.028 s]
[INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [  9.075 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 39.911 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [ 15.601 s]
[INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [  7.997 s]
[INFO] Eclipse Ditto :: Policies .......................... SUCCESS [  0.025 s]
[INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 33.417 s]
[INFO] Eclipse Ditto :: Things ............................ SUCCESS [  0.052 s]
[INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 32.755 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [ 25.928 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [  6.983 s]
[INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [  9.061 s]
[INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [ 24.039 s]
[INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [  0.036 s]
[INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 20.436 s]
[INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [  0.030 s]
[INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [ 11.835 s]
[INFO] Eclipse Ditto :: Messages .......................... SUCCESS [  0.040 s]
[INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [ 11.289 s]
[INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 21.331 s]
[INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [ 11.734 s]
[INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [ 10.625 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [  8.983 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [03:16 min]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [  9.579 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [  5.170 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 24.698 s]
[INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [ 10.318 s]
[INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [ 18.013 s]
[INFO] Eclipse Ditto :: JWT ............................... SUCCESS [  0.029 s]
[INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [  8.940 s]
[INFO] Eclipse Ditto :: WoT ............................... SUCCESS [  0.022 s]
[INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [ 11.580 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders  SUCCESS [ 57.157 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [ 12.612 s]
[INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [ 22.013 s]
[INFO] Eclipse Ditto :: RQL ............................... SUCCESS [  0.030 s]
[INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [  6.670 s]
[INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 16.027 s]
[INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [ 10.831 s]
[INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [  9.927 s]
[INFO] Eclipse Ditto :: Edge .............................. SUCCESS [  0.033 s]
[INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [ 31.907 s]
[INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [ 45.390 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [  6.462 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 25.267 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [ 10.506 s]
[INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [ 10.266 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [ 12.096 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [  4.274 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [  4.472 s]
[INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [06:40 min]
[INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [  0.347 s]
[INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [  0.021 s]
[INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [  6.706 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [  4.075 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [  6.997 s]
[INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [01:48 min]
[INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [03:58 min]
[INFO] Eclipse Ditto :: WoT :: Integration ................ SUCCESS [  6.423 s]
[INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [02:21 min]
[INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [01:51 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  34:18 min
[INFO] Finished at: 2024-01-30T09:05:04Z
[INFO] ------------------------------------------------------------------------
[ditto-release-without-central] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors deploy -PperformRelease,signArtifactsEclipse,publishToEclipseMavenRepo -DcreateJavadoc=true -DskipTests=true -DskipITs=true -Drevision=3.5.1
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:3.5.1
[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-release-without-central/policies/service/pom.xml, line 143, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.eclipse.ditto:ditto:pom:3.5.1 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
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Ditto                                                      [pom]
[INFO] Eclipse Ditto :: Legal                                             [jar]
[INFO] Eclipse Ditto :: BOM                                               [pom]
[INFO] Eclipse Ditto :: Utils                                             [pom]
[INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions                       [jar]
[INFO] Eclipse Ditto :: JSON                                           [bundle]
[INFO] Eclipse Ditto :: Base                                              [pom]
[INFO] Eclipse Ditto :: Base :: Model                                  [bundle]
[INFO] Eclipse Ditto :: Base :: API                                       [jar]
[INFO] Eclipse Ditto :: Internal                                          [pom]
[INFO] Eclipse Ditto :: Internal :: Utils                                 [pom]
[INFO] Eclipse Ditto :: Internal :: Utils :: Config                       [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Metrics                      [jar]
[INFO] Eclipse Ditto :: Utils :: Result                                   [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Tracing                      [jar]
[INFO] Eclipse Ditto :: Internal :: Models                                [pom]
[INFO] Eclipse Ditto :: Internal :: Models :: Streaming                   [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pekko                        [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Health                       [jar]
[INFO] Eclipse Ditto :: JSON CBOR                                      [bundle]
[INFO] Eclipse Ditto :: Policies                                          [pom]
[INFO] Eclipse Ditto :: Policies :: Model                              [bundle]
[INFO] Eclipse Ditto :: Things                                            [pom]
[INFO] Eclipse Ditto :: Things :: Model                                [bundle]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cluster                      [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Extension                    [jar]
[INFO] Eclipse Ditto :: Placeholders                                   [bundle]
[INFO] Eclipse Ditto :: Base :: Service                                   [jar]
[INFO] Eclipse Ditto :: Connectivity                                      [pom]
[INFO] Eclipse Ditto :: Connectivity :: Model                          [bundle]
[INFO] Eclipse Ditto :: Thing Search                                      [pom]
[INFO] Eclipse Ditto :: Thing Search :: Model                          [bundle]
[INFO] Eclipse Ditto :: Messages                                          [pom]
[INFO] Eclipse Ditto :: Messages :: Model                              [bundle]
[INFO] Eclipse Ditto :: Protocol                                       [bundle]
[INFO] Eclipse Ditto :: Internal :: Models :: Signal                      [jar]
[INFO] Eclipse Ditto :: Policies :: API                                   [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data             [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub                      [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache                        [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Test                         [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistence                  [jar]
[INFO] Eclipse Ditto :: Things :: API                                     [jar]
[INFO] Eclipse Ditto :: Connectivity :: API                               [jar]
[INFO] Eclipse Ditto :: JWT                                               [pom]
[INFO] Eclipse Ditto :: JWT :: Model                                   [bundle]
[INFO] Eclipse Ditto :: WoT                                               [pom]
[INFO] Eclipse Ditto :: WoT :: Model                                   [bundle]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders                [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces                   [jar]
[INFO] Eclipse Ditto :: Policies :: Enforcement                           [jar]
[INFO] Eclipse Ditto :: RQL                                               [pom]
[INFO] Eclipse Ditto :: RQL :: Model                                   [bundle]
[INFO] Eclipse Ditto :: RQL :: parser                                  [bundle]
[INFO] Eclipse Ditto :: RQL :: Query                                   [bundle]
[INFO] Eclipse Ditto :: Thing Search :: API                               [jar]
[INFO] Eclipse Ditto :: Edge                                              [pom]
[INFO] Eclipse Ditto :: Edge :: Service                                   [jar]
[INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment           [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers          [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors            [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Protocol                     [jar]
[INFO] Eclipse Ditto :: RQL :: search option parser                    [bundle]
[INFO] Eclipse Ditto :: Internal :: Utils :: Search                       [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies             [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things               [jar]
[INFO] Eclipse Ditto :: Connectivity :: Service                           [jar]
[INFO] Eclipse Ditto :: Documentation                                     [pom]
[INFO] Eclipse Ditto :: Gateway                                           [pom]
[INFO] Eclipse Ditto :: Gateway :: API                                    [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: HTTP                         [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: JWT                          [jar]
[INFO] Eclipse Ditto :: Gateway :: Service                                [jar]
[INFO] Eclipse Ditto :: Policies :: Service                               [jar]
[INFO] Eclipse Ditto :: WoT :: Integration                                [jar]
[INFO] Eclipse Ditto :: Things :: Service                                 [jar]
[INFO] Eclipse Ditto :: Thing Search :: Service                           [jar]
[INFO] 
[INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
[INFO] Building Eclipse Ditto 3.5.1                                      [1/77]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- license:4.2:check (default) @ ditto ---
[WARNING]  Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes
[WARNING]  Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header
[WARNING]  Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes
[WARNING]  Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See https://mycila.carbou.me/license-maven-plugin for more information.
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto >>>
[INFO] 
[INFO] --- license:4.2:check (default) @ ditto ---
[WARNING]  Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes
[WARNING]  Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header
[WARNING]  Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes
[WARNING]  Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See https://mycila.carbou.me/license-maven-plugin for more information.
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto/3.5.1/ditto-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto ---
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-legal >--------------------
[INFO] Building Eclipse Ditto :: Legal 3.5.1                             [2/77]
[INFO]   from legal/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-legal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/legal/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal ---
[INFO] Copying 8 resources from  to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/legal/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal ---
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-legal ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-legal ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/legal/target/ditto-legal-3.5.1.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/legal/target/ditto-legal-3.5.1.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/ditto-legal-3.5.1.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-legal ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/legal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-legal/3.5.1/ditto-legal-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/ditto-legal-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-legal/3.5.1/ditto-legal-3.5.1.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-legal ---
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-bom >---------------------
[INFO] Building Eclipse Ditto :: BOM 3.5.1                               [3/77]
[INFO]   from bom/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-bom ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/bom/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-bom >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-bom ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/bom/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-bom <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-bom ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-bom ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-bom ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-bom ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/bom/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-bom/3.5.1/ditto-bom-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-bom ---
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-utils >--------------------
[INFO] Building Eclipse Ditto :: Utils 3.5.1                             [4/77]
[INFO]   from utils/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-utils >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-utils <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-utils ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-utils ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-utils ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils/3.5.1/ditto-utils-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils ---
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >----------------
[INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 3.5.1       [5/77]
[INFO]   from utils/jsr305/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils-jsr305 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-utils-jsr305 >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils-jsr305 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-utils-jsr305 <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-utils-jsr305 ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment
[WARNING] ElementType[] value() default {};
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment
[WARNING] ElementType[] value() default {};
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-jsr305 ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/3.5.1/ditto-utils-jsr305-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/3.5.1/ditto-utils-jsr305-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/3.5.1/ditto-utils-jsr305-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/jsr305/target/ditto-utils-jsr305-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/3.5.1/ditto-utils-jsr305-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils-jsr305 ---
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-json >--------------------
[INFO] Building Eclipse Ditto :: JSON 3.5.1                              [6/77]
[INFO]   from json/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-json ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/json/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/json/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to java.lang.String for a varargs call
  cast to java.lang.String[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.json.JsonValue for a varargs call
  cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.json.JsonPointer for a varargs call
  cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-json ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-tests.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-json >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-json ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/json/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-json <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-json ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment
[WARNING] public static JsonObject newObject(final JsonValue jsonValue) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key
[WARNING] boolean containsFlatteningArrays(CharSequence key);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:37: warning: no @throws for java.io.IOException
[WARNING] void writeCachedElement(byte[] cachedData) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:42: warning: no @throws for java.io.IOException
[WARNING] void writeNull() throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state
[WARNING] void writeBoolean(boolean state) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @throws for java.io.IOException
[WARNING] void writeBoolean(boolean state) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number
[WARNING] void writeNumber(float number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @throws for java.io.IOException
[WARNING] void writeNumber(float number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number
[WARNING] void writeNumber(double number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @throws for java.io.IOException
[WARNING] void writeNumber(double number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number
[WARNING] void writeNumber(long number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @throws for java.io.IOException
[WARNING] void writeNumber(long number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number
[WARNING] void writeNumber(int number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @throws for java.io.IOException
[WARNING] void writeNumber(int number) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text
[WARNING] void writeString(String text) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @throws for java.io.IOException
[WARNING] void writeString(String text) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name
[WARNING] void writeFieldName(String name) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @throws for java.io.IOException
[WARNING] void writeFieldName(String name) throws IOException;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment
[WARNING] @Nullable private final String description;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment
[WARNING] private final String errorCode;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment
[WARNING] @Nullable private final URI href;
[WARNING] ^
[WARNING] 21 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-json ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/json/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-json ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json/target/ditto-json-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-json ---
[INFO] Installing org/eclipse/ditto/ditto-json/3.5.1/ditto-json-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-json ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-json ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-base >--------------------
[INFO] Building Eclipse Ditto :: Base 3.5.1                              [7/77]
[INFO]   from base/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-base >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-base <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-base ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-base ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-base ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base/3.5.1/ditto-base-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base ---
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-base-model >-----------------
[INFO] Building Eclipse Ditto :: Base :: Model 3.5.1                     [8/77]
[INFO]   from base/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/json/Jsonifiable.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/json/Jsonifiable.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to java.lang.Object for a varargs call
  cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/test/java/org/eclipse/ditto/base/model/signals/events/assertions/AbstractEventAssert.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/test/java/org/eclipse/ditto/base/model/signals/events/assertions/AbstractEventAssert.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-tests.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-base-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-base-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-base-model ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.headers.contenttype;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.headers.entitytag;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/namespaces/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.namespaces;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/namespaces/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/announcements/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.announcements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/exceptions/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.model.signals.events.streaming;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommand.java:145: warning: no comment
[WARNING] protected boolean canEqual(@Nullable final Object other) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandResponse.java:129: warning: no comment
[WARNING] protected boolean canEqual(@Nullable final Object other) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandSizeValidator.java:35: warning: no comment
[WARNING] protected static final String DEFAULT_LIMIT = "-1";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandSizeValidator.java:39: warning: no comment
[WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:194: warning: no comment
[WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment
[WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment
[WARNING] protected final S myself;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:649: warning: no comment
[WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:357: warning: no comment
[WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:298: warning: no comment
[WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment
[WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:543: warning: no comment
[WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractErrorResponse.java:29: warning: no comment
[WARNING] protected static final String FALLBACK_ID = "unknown:unknown";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractErrorResponse.java:46: warning: no comment
[WARNING] protected static DittoRuntimeException buildExceptionFromJson(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/AbstractEvent.java:139: warning: no comment
[WARNING] protected boolean canEqual(@Nullable final Object other) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment
[WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/AbstractNamespacedEntityId.java:53: warning: no comment
[WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:46: warning: no comment
[WARNING] protected final EntityId entityId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:47: warning: no comment
[WARNING] protected final JsonPointer resourcePath;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:59: warning: no comment
[WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/CommandResponseJsonDeserializer.java:81: warning: no @param for dittoHeaders
[WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/CommandResponseJsonDeserializer.java:81: warning: no @return
[WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:182: warning: no comment
[WARNING] BINARY
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:180: warning: no comment
[WARNING] JSON,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:181: warning: no comment
[WARNING] JSON_MERGE_PATCH,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:179: warning: no comment
[WARNING] TEXT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:257: warning: no comment
[WARNING] public Matcher getRegexMatcher(final CharSequence duration) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:261: warning: no comment
[WARNING] public String getSuffix() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:265: warning: no comment
[WARNING] public Duration getJavaDuration(final long amount) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:269: warning: no comment
[WARNING] public ChronoUnit getChronoUnit() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:221: warning: no comment
[WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment
[WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment
[WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment
[WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:223: warning: no comment
[WARNING] MONTHS("mo", months -> ofPeriodGreaterThanDays(Period.ofMonths((int) months)), ChronoUnit.MONTHS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment
[WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment
[WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:222: warning: no comment
[WARNING] WEEKS("w", weeks -> ofPeriodGreaterThanDays(Period.ofWeeks((int) weeks)), ChronoUnit.WEEKS),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:224: warning: no comment
[WARNING] YEARS("y", years -> ofPeriodGreaterThanDays(Period.ofYears((int) years)), ChronoUnit.YEARS);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment
[WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment
[WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment
[WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/EntityIdJsonDeserializer.java:54: warning: no @return
[WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/EntityTagMatchers.java:94: warning: no comment
[WARNING] public boolean isEmpty() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/EntityTagMatchers.java:98: warning: no comment
[WARNING] public Stream<EntityTagMatcher> stream() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/type/EntityTypeJsonDeserializer.java:51: warning: no @return
[WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment
[WARNING] public int getCode() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment
[WARNING] public boolean isClientError() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment
[WARNING] public boolean isInformational() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment
[WARNING] public boolean isRedirection() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment
[WARNING] public boolean isServerError() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment
[WARNING] public boolean isSuccess() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/validation/NoControlCharactersNoSlashesValidator.java:37: warning: no comment
[WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/validation/NoControlCharactersValidator.java:36: warning: no comment
[WARNING] protected NoControlCharactersValidator(final CharSequence id) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/exceptions/PathUnknownException.java:117: warning: no comment
[WARNING] public Builder(final JsonPointer path) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/RegexPatterns.java:20: warning: no comment
[WARNING] public final class RegexPatterns {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:63: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:66: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:69: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/AbstractStreamingSubscriptionEvent.java:132: warning: no comment
[WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/StreamingSubscriptionEvent.java:68: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/StreamingSubscriptionEvent.java:71: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:286: warning: no @param for dittoHeaders
[WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:464: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> FILTER =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:449: warning: no comment
[WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:455: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:452: warning: no comment
[WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:458: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment
[WARNING] public Builder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment
[WARNING] @Nullable private final String invalidHeaderKey;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment
[WARNING] @Nullable private final String notSupportedHeaderKey;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment
[WARNING] private final String description;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment
[WARNING] private final String errorCode;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment
[WARNING] private final URI href;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment
[WARNING] private final HttpStatus httpStatus;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment
[WARNING] private final String entityId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/ResourceMap.java:32: warning: no comment
[WARNING] private final T resource;
[WARNING] ^
[WARNING] 88 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-base-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/model/target/ditto-base-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model ---
[INFO] Installing org/eclipse/ditto/ditto-base-model/3.5.1/ditto-base-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-model ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-base-model ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------
[INFO] Building Eclipse Ditto :: Base :: API 3.5.1                       [9/77]
[INFO]   from base/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 53 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-base-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-base-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-base-api ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/commands/sudo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.commands.sudo;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/common/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.common;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/common/purge/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.common.purge;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.devops;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.devops.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.persistence;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/cleanup/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.base.api.persistence.cleanup;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/ChangeLogLevel.java:54: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/DevOpsErrorResponse.java:82: warning: no @param for serviceName
[WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/DevOpsErrorResponse.java:82: warning: no @param for instance
[WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/LoggingFacade.java:35: warning: no @param for includeDisabledLoggers
[WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/common/purge/PurgeEntities.java:164: warning: no comment
[WARNING] public static String getTopic(final EntityType entityType) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/RetrieveLoggerConfigResponse.java:54: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason",
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return
[WARNING] public abstract String getPubSubTopic();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment
[WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) {
[WARNING] ^
[WARNING] 16 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-base-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/3.5.1/ditto-base-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/3.5.1/ditto-base-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/3.5.1/ditto-base-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/api/target/ditto-base-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/3.5.1/ditto-base-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-api ---
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------
[INFO] Building Eclipse Ditto :: Internal 3.5.1                         [10/77]
[INFO]   from internal/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal/3.5.1/ditto-internal-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal ---
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >---------------
[INFO] Building Eclipse Ditto :: Internal :: Utils 3.5.1                [11/77]
[INFO]   from internal/utils/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils/3.5.1/ditto-internal-utils-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils ---
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 3.5.1      [12/77]
[INFO]   from internal/utils/config/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-config ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 16 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-config >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-config ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-config <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-config ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/raw/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.config.raw;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/ScopedConfig.java:77: warning: no comment
[WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/ScopedConfig.java:83: warning: no comment
[WARNING] static Config dittoExtension(final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/ScopedConfig.java:79: warning: no comment
[WARNING] static Config getOrEmpty(final Config config, final String path) {
[WARNING] ^
[WARNING] 5 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-config ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/3.5.1/ditto-internal-utils-config-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/3.5.1/ditto-internal-utils-config-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/3.5.1/ditto-internal-utils-config-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/config/target/ditto-internal-utils-config-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/3.5.1/ditto-internal-utils-config-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-config ---
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >-----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 3.5.1     [13/77]
[INFO]   from internal/utils/metrics/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-metrics ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 38 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-metrics >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-metrics ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-metrics <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-metrics ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/counter/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/gauge/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/histogram/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/tag/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/executor/InstrumentedForkJoinExecutorServiceConfigurator.java:51: warning: no comment
[WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/executor/InstrumentedThreadPoolExecutorServiceConfigurator.java:51: warning: no comment
[WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/counter/KamonCounter.java:45: warning: no comment
[WARNING] public static KamonCounter newCounter(final String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/gauge/KamonGauge.java:42: warning: no comment
[WARNING] public static Gauge newGauge(final String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/histogram/KamonHistogram.java:50: warning: no comment
[WARNING] public static Histogram newHistogram(final String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/StartedTimer.java:60: warning: no @return
[WARNING] StartedTimer onStop(OnStopHandler onStopHandler);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/Timers.java:27: warning: no @param for name
[WARNING] public static PreparedTimer newTimer(final String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/Timers.java:27: warning: no @return
[WARNING] public static PreparedTimer newTimer(final String name) {
[WARNING] ^
[WARNING] 15 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-metrics ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/3.5.1/ditto-internal-utils-metrics-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/3.5.1/ditto-internal-utils-metrics-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/3.5.1/ditto-internal-utils-metrics-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/metrics/target/ditto-internal-utils-metrics-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/3.5.1/ditto-internal-utils-metrics-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-metrics ---
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-utils-result >----------------
[INFO] Building Eclipse Ditto :: Utils :: Result 3.5.1                  [14/77]
[INFO]   from utils/result/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils-result ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/src/test/java/org/eclipse/ditto/utils/result/OkTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/src/test/java/org/eclipse/ditto/utils/result/OkTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-utils-result >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-utils-result ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-utils-result <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-utils-result ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.utils.result;
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-result ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/3.5.1/ditto-utils-result-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/3.5.1/ditto-utils-result-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/3.5.1/ditto-utils-result-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/utils/result/target/ditto-utils-result-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/3.5.1/ditto-utils-result-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils-result ---
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >-----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 3.5.1     [15/77]
[INFO]   from internal/utils/tracing/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-tracing ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 26 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 26 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-tracing >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-tracing ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-tracing <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-tracing ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.tracing.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/filter/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.tracing.filter;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.tracing.span;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:56: warning: no comment
[WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:54: warning: no comment
[WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:37: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:41: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:44: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:32: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:39: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:47: warning: no comment
[WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:49: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:52: warning: no comment
[WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:35: warning: no comment
[WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:68: warning: no comment
[WARNING] public abstract Tag getTagForValue(T value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/StartedSpan.java:111: warning: no @return
[WARNING] Map<String, String> propagateContext(Map<String, String> map);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceInformation.java:43: warning: no comment
[WARNING] public URI getTraceUri() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:151: warning: no @param for traceUri
[WARNING] public static String metricizeTraceUri(final String traceUri) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:151: warning: no @return
[WARNING] public static String metricizeTraceUri(final String traceUri) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:158: warning: no @param for path
[WARNING] public static String normalizePath(final String path) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:158: warning: no @return
[WARNING] public static String normalizePath(final String path) {
[WARNING] ^
[WARNING] 21 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-tracing ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/3.5.1/ditto-internal-utils-tracing-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/3.5.1/ditto-internal-utils-tracing-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/3.5.1/ditto-internal-utils-tracing-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/3.5.1/ditto-internal-utils-tracing-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/tracing/target/ditto-internal-utils-tracing-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/3.5.1/ditto-internal-utils-tracing-3.5.1-tests.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-tracing ---
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-internal-models >---------------
[INFO] Building Eclipse Ditto :: Internal :: Models 3.5.1               [16/77]
[INFO]   from internal/models/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-models >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-models <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-models ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models/3.5.1/ditto-internal-models-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models ---
[INFO] 
[INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >----------
[INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 3.5.1  [17/77]
[INFO]   from internal/models/streaming/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-streaming ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-models-streaming >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-streaming ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-models-streaming <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-models-streaming ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/src/main/java/org/eclipse/ditto/internal/models/streaming/AbstractEntityIdWithRevision.java:34: warning: no comment
[WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/src/main/java/org/eclipse/ditto/internal/models/streaming/SudoStreamSnapshots.java:122: warning: no @param for dittoHeaders
[WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-streaming ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/3.5.1/ditto-internal-models-streaming-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/3.5.1/ditto-internal-models-streaming-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/3.5.1/ditto-internal-models-streaming-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/streaming/target/ditto-internal-models-streaming-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/3.5.1/ditto-internal-models-streaming-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-streaming ---
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 3.5.1       [18/77]
[INFO]   from internal/utils/pekko/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pekko ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/main/resources
[INFO] 
[INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko ---
[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
[INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/classes ...
[WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
[WARNING] one warning found
[INFO] NoPosition: Note: Some input files use or override a deprecated API.
[INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
[INFO] done compiling
[INFO] compile in 9.2 s
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 51 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko ---
[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
[INFO] compile in 0.1 s
[INFO] 
[INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 51 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko ---
[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
[INFO] compile in 0.0 s
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-pekko >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pekko ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-pekko <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-pekko ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pekko ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/3.5.1/ditto-internal-utils-pekko-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/3.5.1/ditto-internal-utils-pekko-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/3.5.1/ditto-internal-utils-pekko-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/3.5.1/ditto-internal-utils-pekko-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pekko/target/ditto-internal-utils-pekko-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/3.5.1/ditto-internal-utils-pekko-3.5.1-tests.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pekko ---
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 3.5.1      [19/77]
[INFO]   from internal/utils/health/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-health ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 35 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-health >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-health ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-health <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-health ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.health;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.health.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:337: warning: no @param for events
[WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:239: warning: no comment
[WARNING] protected Stream<Pair<Instant, Event>> getEventStream() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:251: warning: no comment
[WARNING] protected void shutdownStream(final Shutdown shutdown) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:376: warning: no comment
[WARNING] default StatusDetailMessage.Level level() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:374: warning: no comment
[WARNING] String name();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractHealthCheckingActor.java:35: warning: no comment
[WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractHealthCheckingActor.java:72: warning: no comment
[WARNING] public final StatusInfo getHealth() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:95: warning: no comment
[WARNING] public Level getLevel() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:99: warning: no comment
[WARNING] public JsonValue getMessage() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:55: warning: no comment
[WARNING] public static StatusDetailMessage of(final Level level, final String message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:59: warning: no comment
[WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:63: warning: no comment
[WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:42: warning: no comment
[WARNING] ERROR;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:40: warning: no comment
[WARNING] INFO,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:41: warning: no comment
[WARNING] WARN,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:44: warning: no comment
[WARNING] public static final Level DEFAULT = INFO;
[WARNING] ^
[WARNING] 18 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 35 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-health ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/3.5.1/ditto-internal-utils-health-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/3.5.1/ditto-internal-utils-health-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/3.5.1/ditto-internal-utils-health-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/health/target/ditto-internal-utils-health-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/3.5.1/ditto-internal-utils-health-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-health ---
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------
[INFO] Building Eclipse Ditto :: JSON CBOR 3.5.1                        [20/77]
[INFO]   from json-cbor/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-json-cbor ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/JacksonCborFactory.java: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/JacksonCborFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/JacksonCborFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor ---
[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-release-without-central/json-cbor/target/classes/META-INF (add {maven-resources} if you want to include the maven resources)
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-json-cbor >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-json-cbor ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-json-cbor <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-json-cbor ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:56: warning: no @throws for java.io.IOException
[WARNING] public static String toHexString(final byte[] array) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:66: warning: no @throws for java.io.IOException
[WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:76: warning: no @throws for java.io.IOException
[WARNING] public static String toHexString(final InputStream inputStream) throws IOException {
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json-cbor ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/3.5.1/ditto-json-cbor-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/3.5.1/ditto-json-cbor-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/3.5.1/ditto-json-cbor-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/json-cbor/target/ditto-json-cbor-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/3.5.1/ditto-json-cbor-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor ---
[INFO] Installing org/eclipse/ditto/ditto-json-cbor/3.5.1/ditto-json-cbor-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-json-cbor ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-json-cbor ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------
[INFO] Building Eclipse Ditto :: Policies 3.5.1                         [21/77]
[INFO]   from policies/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-policies >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-policies <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-policies ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-policies ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-policies ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies/3.5.1/ditto-policies-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies ---
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-policies-model >---------------
[INFO] Building Eclipse Ditto :: Policies :: Model 3.5.1                [22/77]
[INFO]   from policies/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-tests.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-policies-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-policies-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-policies-model ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/announcements/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.announcements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/actions/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/exceptions/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/modify/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/query/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.commands.query;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.model.signals.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment
[WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/actions/ActivateTokenIntegration.java:142: warning: no @param for subjectAnnouncement
[WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/modify/DeletePolicyImportResponse.java:108: warning: no @param for httpStatus
[WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment
[WARNING] public String getName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment
[WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10"));
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment
[WARNING] default CompletionStage<Policy> withResolvedImports(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyEntriesModified.java:62: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyEntryCreated.java:60: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyErrorResponse.java:126: warning: no comment
[WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyErrorResponse.java:133: warning: no comment
[WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyImportCreated.java:62: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyImportsModified.java:62: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyImportsValidator.java:37: warning: no comment
[WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyImportsValidator.java:30: warning: no comment
[WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:32: warning: no comment
[WARNING] POLICY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:35: warning: no comment
[WARNING] POLICY_ENTRIES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:36: warning: no comment
[WARNING] POLICY_ENTRY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:38: warning: no comment
[WARNING] POLICY_ENTRY_RESOURCE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:37: warning: no comment
[WARNING] POLICY_ENTRY_RESOURCES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:40: warning: no comment
[WARNING] POLICY_ENTRY_SUBJECT;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:39: warning: no comment
[WARNING] POLICY_ENTRY_SUBJECTS,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:34: warning: no comment
[WARNING] POLICY_IMPORT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:33: warning: no comment
[WARNING] POLICY_IMPORTS,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/ResourceCreated.java:62: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/ResourcesModified.java:46: warning: no comment
[WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/ResourcesModified.java:59: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/query/RetrievePolicyImportResponse.java:56: warning: no comment
[WARNING] public static final String POLICY_IMPORT = "policyImport";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/SubjectsDeletedPartially.java:69: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/SubjectsModifiedPartially.java:70: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS =
[WARNING] ^
[WARNING] 36 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/model/target/ditto-policies-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model ---
[INFO] Installing org/eclipse/ditto/ditto-policies-model/3.5.1/ditto-policies-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-model ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-policies-model ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-things >-------------------
[INFO] Building Eclipse Ditto :: Things 3.5.1                           [23/77]
[INFO]   from things/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-things >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-things <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-things ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-things ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-things ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things/3.5.1/ditto-things-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things ---
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-things-model >----------------
[INFO] Building Eclipse Ditto :: Things :: Model 3.5.1                  [24/77]
[INFO]   from things/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-tests.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-things-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-things-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-things-model ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.model.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/modify/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.model.signals.commands.modify;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.model.signals.commands.query;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.model.signals.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/AttributeNotAccessibleException.java:35: warning: no comment
[WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/AttributesNotAccessibleException.java:34: warning: no comment
[WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/modify/CreateThing.java:65: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/FeatureDefinitionBuilder.java:44: warning: no @param for <T>
[WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/FeatureDefinitionBuilder.java:64: warning: no @param for <T>
[WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/modify/MergeThingResponse.java:120: warning: no @param for path
[WARNING] public static MergeThingResponse newInstance(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:771: warning: no @param for features
[WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:771: warning: no @param for jsonFieldSelector
[WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:784: warning: no @param for featureIds
[WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:784: warning: no @param for jsonFieldSelector
[WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:797: warning: no @param for featureIds
[WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:797: warning: no @param for jsonPointer
[WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveFeatureDesiredPropertiesResponse.java:156: warning: no @param for desiredProperties
[WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveFeaturePropertiesResponse.java:150: warning: no @param for featureProperties
[WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveThing.java:272: warning: no comment
[WARNING] public RetrieveThing build() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveThings.java:77: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingCommandToModifyExceptionRegistry.java:49: warning: no comment
[WARNING] public final class ThingCommandToModifyExceptionRegistry
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingConditionInvalidException.java:66: warning: no @param for description
[WARNING] public static Builder newBuilder(final String condition, final String description) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:83: warning: no comment
[WARNING] public static Builder forDittoProtocol() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:71: warning: no comment
[WARNING] public static Builder forPostMethod() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:75: warning: no comment
[WARNING] public static Builder forPutMethod() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:79: warning: no comment
[WARNING] public static Builder forPutOrPatchMethod() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:89: warning: no @param for revision
[WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:89: warning: no @param for timestamp
[WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:89: warning: no @param for metadata
[WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:225: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> JSON_PATH =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:228: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingNotCreatableException.java:116: warning: no @param for httpStatus
[WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingNotCreatableException.java:129: warning: no @return
[WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:46: warning: no comment
[WARNING] ATTRIBUTE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:45: warning: no comment
[WARNING] ATTRIBUTES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:49: warning: no comment
[WARNING] DEFINITION,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:48: warning: no comment
[WARNING] FEATURE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:50: warning: no comment
[WARNING] FEATURE_DEFINITION,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:53: warning: no comment
[WARNING] FEATURE_DESIRED_PROPERTIES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:54: warning: no comment
[WARNING] FEATURE_DESIRED_PROPERTY;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:51: warning: no comment
[WARNING] FEATURE_PROPERTIES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:52: warning: no comment
[WARNING] FEATURE_PROPERTY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:47: warning: no comment
[WARNING] FEATURES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:38: warning: no comment
[WARNING] POLICY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:39: warning: no comment
[WARNING] POLICY_ENTRIES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:40: warning: no comment
[WARNING] POLICY_ENTRY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:44: warning: no comment
[WARNING] POLICY_ENTRY_RESOURCE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:43: warning: no comment
[WARNING] POLICY_ENTRY_RESOURCES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:42: warning: no comment
[WARNING] POLICY_ENTRY_SUBJECT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:41: warning: no comment
[WARNING] POLICY_ENTRY_SUBJECTS,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:37: warning: no comment
[WARNING] POLICY_ID,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:36: warning: no comment
[WARNING] THING,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment
[WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*");
[WARNING] ^
[WARNING] 54 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-things-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/model/target/ditto-things-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model ---
[INFO] Installing org/eclipse/ditto/ditto-things-model/3.5.1/ditto-things-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-model ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-things-model ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >-----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 3.5.1     [25/77]
[INFO]   from internal/utils/cluster/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cluster ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 29 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/test/java/org/eclipse/ditto/internal/utils/cluster/MappingStrategiesBuilderTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/test/java/org/eclipse/ditto/internal/utils/cluster/MappingStrategiesBuilderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-cluster >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cluster ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-cluster <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-cluster ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cluster;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cluster.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java:75: warning: no comment
[WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/DistPubSubAccess.java:99: warning: no @param for group
[WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/DistPubSubAccess.java:112: warning: no @param for group
[WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/GlobalMappingStrategies.java:29: warning: no comment
[WARNING] public final class GlobalMappingStrategies extends MappingStrategies {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/SerializerExceptions.java:50: warning: no comment
[WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/SerializerExceptions.java:37: warning: no comment
[WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/SerializerExceptions.java:68: warning: no comment
[WARNING] public UnsupportedManifest(final String manifest) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardNumberCalculator.java:43: warning: no @param for numberOfShards
[WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionExtractor.java:60: warning: no @return
[WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionExtractor.java:75: warning: no @return
[WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionProxyActorFactory.java:48: warning: no @param for actorSystem
[WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionProxyActorFactory.java:48: warning: no @param for clusterConfig
[WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
[WARNING] ^
[WARNING] 14 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cluster ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/3.5.1/ditto-internal-utils-cluster-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/3.5.1/ditto-internal-utils-cluster-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/3.5.1/ditto-internal-utils-cluster-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cluster/target/ditto-internal-utils-cluster-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/3.5.1/ditto-internal-utils-cluster-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cluster ---
[INFO] 
[INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 3.5.1   [26/77]
[INFO]   from internal/utils/extension/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-extension ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-extension >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-extension ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-extension <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-extension ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java:28: warning: no comment
[WARNING] public final class DittoExtensionIds implements Extension {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java:33: warning: no comment
[WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java:48: warning: no comment
[WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:100: warning: no comment
[WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:98: warning: no comment
[WARNING] protected abstract String getConfigKey();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:76: warning: no comment
[WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:68: warning: no comment
[WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:129: warning: no comment
[WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass,
[WARNING] ^
[WARNING] 8 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-extension ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/3.5.1/ditto-internal-utils-extension-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/3.5.1/ditto-internal-utils-extension-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/3.5.1/ditto-internal-utils-extension-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/extension/target/ditto-internal-utils-extension-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/3.5.1/ditto-internal-utils-extension-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-extension ---
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-placeholders >----------------
[INFO] Building Eclipse Ditto :: Placeholders 3.5.1                     [27/77]
[INFO]   from placeholders/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-placeholders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlEncode.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlEncode.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-placeholders >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-placeholders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-placeholders <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-placeholders ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T>
[WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return
[WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) {
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-placeholders ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/3.5.1/ditto-placeholders-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/3.5.1/ditto-placeholders-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/3.5.1/ditto-placeholders-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/placeholders/target/ditto-placeholders-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/3.5.1/ditto-placeholders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders ---
[INFO] Installing org/eclipse/ditto/ditto-placeholders/3.5.1/ditto-placeholders-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-placeholders ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-placeholders ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-base-service >----------------
[INFO] Building Eclipse Ditto :: Base :: Service 3.5.1                  [28/77]
[INFO]   from base/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 54 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DockerSwarmServiceDiscovery.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DockerSwarmServiceDiscovery.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service ---
[INFO] Copying 7 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-base-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-base-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-base-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-base-service ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.cluster;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.config.http;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/limits/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.config.limits;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/supervision/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.config.supervision;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/devops/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.base.service.devops;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractPlaceholderSubstitution.java:41: warning: no comment
[WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:39: warning: no comment
[WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:82: warning: no comment
[WARNING] protected static Policy substitutePolicy(final Policy policy,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:100: warning: no comment
[WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:66: warning: no comment
[WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:48: warning: no comment
[WARNING] protected static Subjects substituteSubjects(final Subjects subjects,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/DefaultHttpProxyConfig.java:63: warning: no comment
[WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment
[WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment
[WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment
[WARNING] protected final Config rawConfig;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment
[WARNING] protected final C serviceSpecificConfig;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment
[WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/HttpConfig.java:64: warning: no comment
[WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65));
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment
[WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment
[WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment
[WARNING] public static final String TYPE = PREFIX + NAME;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment
[WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment
[WARNING] public boolean isEnabled() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment
[WARNING] public final class ModifySplitBrainResolverResponse
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment
[WARNING] public static final String TYPE = PREFIX + NAME;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment
[WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment
[WARNING] public boolean isEnabled() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/NoOpRootActorStarter.java:27: warning: no @param for config
[WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:81: warning: no @param for config
[WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment
[WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment
[WARNING] public String getActorName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment
[WARNING] public Props getProps() {
[WARNING] ^
[WARNING] 36 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-base-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/3.5.1/ditto-base-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/3.5.1/ditto-base-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/3.5.1/ditto-base-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/3.5.1/ditto-base-service-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/base/service/target/ditto-base-service-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/3.5.1/ditto-base-service-3.5.1-tests.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-service ---
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-connectivity >----------------
[INFO] Building Eclipse Ditto :: Connectivity 3.5.1                     [29/77]
[INFO]   from connectivity/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-connectivity >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-connectivity <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-connectivity ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity/3.5.1/ditto-connectivity-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity ---
[INFO] 
[INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >-------------
[INFO] Building Eclipse Ditto :: Connectivity :: Model 3.5.1            [30/77]
[INFO]   from connectivity/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/AbstractConnection.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/AbstractConnection.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-tests.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-connectivity-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-connectivity-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-connectivity-model ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.model;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.model.mqtt;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/AbstractConnectivityAnnouncement.java:57: warning: no comment
[WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/AbstractConnectivityAnnouncement.java:67: warning: no comment
[WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/AbstractConnectivityAnnouncement.java:73: warning: no comment
[WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/events/AbstractConnectivityEvent.java:46: warning: no @param for revision
[WARNING] protected AbstractConnectivityEvent(final String type,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/events/AbstractConnectivityEvent.java:46: warning: no @param for metadata
[WARNING] protected AbstractConnectivityEvent(final String type,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:87: warning: no @param for timestamp
[WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:101: warning: no @param for timestamp
[WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:101: warning: no @param for dittoHeaders
[WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:132: warning: no @param for dittoHeaders
[WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:145: warning: no comment
[WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:181: warning: no comment
[WARNING] public Instant getTimestamp() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/exceptions/ConnectionTimeoutException.java:63: warning: no @param for operation
[WARNING] public static Builder newBuilder(final ConnectionId connectionId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/ConnectivityCommandInterceptor.java:34: warning: no comment
[WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/exceptions/ConnectivityCommandInvalidException.java:62: warning: no @param for invalidCommand
[WARNING] public static Builder newBuilder(final String invalidCommand) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:619: warning: no @param for mappings
[WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:626: warning: no @param for mappings
[WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:662: warning: no @param for source
[WARNING] public static SourceBuilder newSourceBuilder(final Source source) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:705: warning: no @param for target
[WARNING] public static TargetBuilder newTargetBuilder(final Target target) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:771: warning: no @param for sshTunnel
[WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment
[WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/LoggingExpired.java:80: warning: no @param for dittoHeaders
[WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/LoggingExpired.java:109: warning: no @param for dittoHeaders
[WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/LoggingExpired.java:119: warning: no comment
[WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment
[WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment
[WARNING] public static final long MIN_INTERVAL_SECONDS = 1L;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return
[WARNING] ReplyTarget build();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:224: warning: no comment
[WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:148: warning: no comment
[WARNING] public Optional<Boolean> getContainsFailure() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:317: warning: no comment
[WARNING] public RetrieveConnectionMetricsResponse build() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:302: warning: no comment
[WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:307: warning: no comment
[WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:312: warning: no comment
[WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnections.java:82: warning: no @param for idsOnly
[WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnections.java:95: warning: no @param for idsOnly
[WARNING] public static RetrieveConnections newInstance(final boolean idsOnly,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:113: warning: no @param for dittoHeaders
[WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:297: warning: no comment
[WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:471: warning: no comment
[WARNING] public RetrieveConnectionStatusResponse build() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:413: warning: no comment
[WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:408: warning: no comment
[WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:393: warning: no comment
[WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:398: warning: no comment
[WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:403: warning: no comment
[WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:418: warning: no comment
[WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:428: warning: no comment
[WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:423: warning: no comment
[WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:433: warning: no comment
[WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:453: warning: no comment
[WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:352: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:349: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:340: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:343: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:346: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:355: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:361: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:358: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment
[WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment
[WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment
[WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment
[WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment
[WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"),
[WARNING] ^
[WARNING] 63 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/model/target/ditto-connectivity-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model ---
[INFO] Installing org/eclipse/ditto/ditto-connectivity-model/3.5.1/ditto-connectivity-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-model ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-connectivity-model ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >-----------------
[INFO] Building Eclipse Ditto :: Thing Search 3.5.1                     [31/77]
[INFO]   from thingsearch/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-thingsearch >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-thingsearch <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-thingsearch ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch/3.5.1/ditto-thingsearch-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch ---
[INFO] 
[INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >--------------
[INFO] Building Eclipse Ditto :: Thing Search :: Model 3.5.1            [32/77]
[INFO]   from thingsearch/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to java.lang.String for a varargs call
  cast to java.lang.String[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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;
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
  cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-thingsearch-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-thingsearch-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-thingsearch-model ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/exceptions/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/subscription/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.model.signals.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/CountThings.java:90: warning: no @param for namespaces
[WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/subscription/CreateSubscription.java:102: warning: no @param for namespaces
[WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/QueryThings.java:115: warning: no @param for namespaces
[WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options,
[WARNING] ^
[WARNING] 8 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/3.5.1/ditto-thingsearch-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/3.5.1/ditto-thingsearch-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/3.5.1/ditto-thingsearch-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/model/target/ditto-thingsearch-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/3.5.1/ditto-thingsearch-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model ---
[INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/3.5.1/ditto-thingsearch-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-model ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-thingsearch-model ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------
[INFO] Building Eclipse Ditto :: Messages 3.5.1                         [33/77]
[INFO]   from messages/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-messages ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/messages/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-messages >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-messages ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/messages/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-messages <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-messages ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-messages ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-messages ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/messages/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages/3.5.1/ditto-messages-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-messages ---
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-messages-model >---------------
[INFO] Building Eclipse Ditto :: Messages :: Model 3.5.1                [34/77]
[INFO]   from messages/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-messages-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-messages-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-messages-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-messages-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-messages-model ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.messages.model.signals.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/MessagePayloadSerializer.java:98: warning: no comment
[WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/MessagesModelFactory.java:74: warning: no @param for initialHeaders
[WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/SendMessageAcceptedResponse.java:78: warning: no @param for messageHeaders
[WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/SendMessageAcceptedResponse.java:93: warning: no @param for messageHeaders
[WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/SendMessageAcceptedResponse.java:135: warning: no comment
[WARNING] public Optional<String> getCorrelationId() {
[WARNING] ^
[WARNING] 6 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/3.5.1/ditto-messages-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/3.5.1/ditto-messages-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/3.5.1/ditto-messages-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/messages/model/target/ditto-messages-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/3.5.1/ditto-messages-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model ---
[INFO] Installing org/eclipse/ditto/ditto-messages-model/3.5.1/ditto-messages-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-messages-model ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-messages-model ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------
[INFO] Building Eclipse Ditto :: Protocol 3.5.1                         [35/77]
[INFO]   from protocol/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/MessageSignalMapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/MessageSignalMapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-protocol >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-protocol <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-protocol ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag
[WARNING] * <p>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.protocol.adapter.connectivity;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.protocol.adapter.policies;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.protocol.adapter.provider;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment
[WARNING] protected final PayloadPathMatcher payloadPathMatcher;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment
[WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment
[WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment
[WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name
[WARNING] AnnouncementsTopicPathBuilder name(String name);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment
[WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment
[WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment
[WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment
[WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment
[WARNING] public static EmptyPathMatcher getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return
[WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return
[WARNING] public static IllegalAdaptableException newInstance(final String message,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment
[WARNING] public Builder(final JsonPointer path) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment
[WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment
[WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment
[WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment
[WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment
[WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment
[WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment
[WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment
[WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment
[WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment
[WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment
[WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment
[WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment
[WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment
[WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment
[WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment
[WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment
[WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment
[WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment
[WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment
[WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment
[WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment
[WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment
[WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment
[WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment
[WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment
[WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment
[WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment
[WARNING] protected RetrieveThingsCommandMappingStrategies() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment
[WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment
[WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment
[WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment
[WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment
[WARNING] protected static Feature featureFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment
[WARNING] protected static String featureIdFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment
[WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment
[WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment
[WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment
[WARNING] protected static Features featuresFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment
[WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment
[WARNING] protected static String leafValue(final JsonPointer path) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment
[WARNING] protected static String namespaceFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment
[WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment
[WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment
[WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment
[WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment
[WARNING] protected static Thing thingFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment
[WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment
[WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment
[WARNING] public final class RetrieveThingsCommandResponseMappingStrategies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment
[WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment
[WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment
[WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment
[WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment
[WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment
[WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment
[WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment
[WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment
[WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment
[WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment
[WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment
[WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment
[WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment
[WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment
[WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment
[WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment
[WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment
[WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment
[WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment
[WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment
[WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment
[WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment
[WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment
[WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName
[WARNING] TopicPathBuildable subscribe(String subscribingCommandName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment
[WARNING] String ID_PLACEHOLDER = "_";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment
[WARNING] String PATH_DELIMITER = "/";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment
[WARNING] default boolean isWildcardTopic() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment
[WARNING] CREATE("create"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment
[WARNING] CREATED("created"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment
[WARNING] DELETE("delete"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment
[WARNING] DELETED("deleted");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment
[WARNING] MERGE("merge"),
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-protocol ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-protocol ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/protocol/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/3.5.1/ditto-protocol-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/3.5.1/ditto-protocol-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/3.5.1/ditto-protocol-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/protocol/target/ditto-protocol-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/3.5.1/ditto-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol ---
[INFO] Installing org/eclipse/ditto/ditto-protocol/3.5.1/ditto-protocol-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-protocol ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-protocol ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >-----------
[INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 3.5.1     [36/77]
[INFO]   from internal/models/signal/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-signal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/test/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidatorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/test/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidatorTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/test/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidatorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-models-signal >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-signal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-models-signal <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-models-signal ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidator.java:54: warning: empty <p> tag
[WARNING] * <p>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:29: warning: no comment
[WARNING] ANNOUNCEMENT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:31: warning: no comment
[WARNING] COMMAND,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:33: warning: no comment
[WARNING] EVENT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:35: warning: no comment
[WARNING] RESPONSE;
[WARNING] ^
[WARNING] 5 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signal ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/3.5.1/ditto-internal-models-signal-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/3.5.1/ditto-internal-models-signal-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/3.5.1/ditto-internal-models-signal-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signal/target/ditto-internal-models-signal-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/3.5.1/ditto-internal-models-signal-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-signal ---
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-policies-api >----------------
[INFO] Building Eclipse Ditto :: Policies :: API 3.5.1                  [37/77]
[INFO]   from policies/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-policies-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-policies-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-policies-api ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.api;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/src/main/java/org/eclipse/ditto/policies/api/commands/sudo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.api.commands.sudo;
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/3.5.1/ditto-policies-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/3.5.1/ditto-policies-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/3.5.1/ditto-policies-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/api/target/ditto-policies-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/3.5.1/ditto-policies-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-api ---
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 3.5.1 [38/77]
[INFO]   from internal/utils/ddata/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-ddata ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-ddata >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-ddata ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-ddata <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-ddata ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.ddata;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/DistributedData.java:77: warning: no @param for ddataExecutor
[WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/DistributedData.java:110: warning: no @param for actorSystem
[WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/DistributedData.java:64: warning: no comment
[WARNING] protected final int numberOfShards;
[WARNING] ^
[WARNING] 4 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-ddata ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/3.5.1/ditto-internal-utils-ddata-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/3.5.1/ditto-internal-utils-ddata-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/3.5.1/ditto-internal-utils-ddata-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/ddata/target/ditto-internal-utils-ddata-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/3.5.1/ditto-internal-utils-ddata-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-ddata ---
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 3.5.1     [39/77]
[INFO]   from internal/utils/pubsub/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 81 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/SubUpdater.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/SubUpdater.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-pubsub >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-pubsub <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-pubsub ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/literal/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/AbstractDDataHandler.java:42: warning: no comment
[WARNING] protected final SelfUniqueAddress selfUniqueAddress;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/AbstractDDataHandler.java:46: warning: no comment
[WARNING] protected AbstractDDataHandler(final DistributedDataConfig config,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:46: warning: no comment
[WARNING] protected final AckExtractor<T> ackExtractor;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:39: warning: no comment
[WARNING] protected final ActorRefFactory actorRefFactory;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:45: warning: no comment
[WARNING] protected final CompressedDData ddata;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:44: warning: no comment
[WARNING] protected final DistributedDataConfig ddataConfig;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:47: warning: no comment
[WARNING] protected final DistributedAcks distributedAcks;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:41: warning: no comment
[WARNING] protected final String factoryId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:40: warning: no comment
[WARNING] protected final Class<T> messageClass;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:42: warning: no comment
[WARNING] protected final PubSubTopicExtractor<T> topicExtractor;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/ClusterMemberRemovedAware.java:49: warning: no comment
[WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedAcks.java:131: warning: no @param for system
[WARNING] static DistributedAcks empty(final ActorSystem system) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:56: warning: no @param for <S>
[WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, final CharSequence groupIndexKey,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:91: warning: no @param for <S>
[WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/ack/GroupedSnapshot.java:61: warning: no @param for groups
[WARNING] public Set<V> getValues(final Collection<String> groups) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/PubUpdater.java:50: warning: no @return
[WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/api/SubAck.java:44: warning: no @param for consistent
[WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/api/Subscribe.java:70: warning: no @param for resubscribe
[WARNING] public static Subscribe of(final Collection<String> topics,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/SubUpdater.java:70: warning: no comment
[WARNING] public static final int MAX_ERROR_COUNTER = 3;
[WARNING] ^
[WARNING] 20 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-javadoc.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub ---
[INFO] Copying 1 resource from src/main/resources to target
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/3.5.1/ditto-internal-utils-pubsub-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/3.5.1/ditto-internal-utils-pubsub-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/3.5.1/ditto-internal-utils-pubsub-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub/target/ditto-internal-utils-pubsub-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/3.5.1/ditto-internal-utils-pubsub-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub ---
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 3.5.1       [40/77]
[INFO]   from internal/utils/cache/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cache ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 17 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-cache >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cache ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-cache <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-cache ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cache;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cache.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cache.entry;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:44: warning: no comment
[WARNING] boolean exists();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:32: warning: no comment
[WARNING] static <T> Entry<T> fetchError(final Throwable throwable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:67: warning: no comment
[WARNING] default Optional<T> get() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:28: warning: no comment
[WARNING] static <T> Entry<T> nonexistent() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:24: warning: no comment
[WARNING] static <T> Entry<T> of(final long revision, final T value) {
[WARNING] ^
[WARNING] 8 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/3.5.1/ditto-internal-utils-cache-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/3.5.1/ditto-internal-utils-cache-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/3.5.1/ditto-internal-utils-cache-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache/target/ditto-internal-utils-cache-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/3.5.1/ditto-internal-utils-cache-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cache ---
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >-------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 3.5.1        [41/77]
[INFO]   from internal/utils/test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-test ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-test >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-test ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-test <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test ---
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-test ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/3.5.1/ditto-internal-utils-test-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/3.5.1/ditto-internal-utils-test-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/test/target/ditto-internal-utils-test-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/3.5.1/ditto-internal-utils-test-3.5.1-tests.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-test ---
[INFO] 
[INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >---------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 3.5.1 [42/77]
[INFO]   from internal/utils/persistence/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-persistence ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 75 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence ---
[INFO] Copying 12 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-persistence >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-persistence ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-persistence <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-persistence ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/eventsource/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoEventAdapter.java:56: warning: no comment
[WARNING] protected final EventRegistry<T> eventRegistry;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoEventAdapter.java:55: warning: no comment
[WARNING] protected final ExtendedActorSystem system;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoEventAdapter.java:59: warning: no comment
[WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java:74: warning: no @param for <T>
[WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoSnapshotAdapter.java:72: warning: no @param for entity
[WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoSnapshotAdapter.java:48: warning: no comment
[WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/operations/AbstractPersistenceOperationsActor.java:119: warning: no @param for optionalToCloseWhenStopped
[WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/operations/AbstractPersistenceOperationsActor.java:418: warning: no comment
[WARNING] public record OpComplete(Command<?> command, ActorRef sender) {}
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/operations/AbstractPersistenceOperationsActor.java:171: warning: no comment
[WARNING] protected abstract String getActorName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/DittoMongoCollectionCache.java:40: warning: no comment
[WARNING] public DittoMongoCollectionCache(final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:31: warning: no comment
[WARNING] public BsonInt32 getBsonInt() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:21: warning: no comment
[WARNING] ASCENDING(1), DESCENDING(-1);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:21: warning: no comment
[WARNING] ASCENDING(1), DESCENDING(-1);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:23: warning: no comment
[WARNING] public static final IndexDirection DEFAULT = ASCENDING;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/monitoring/KamonCommandListener.java:37: warning: no comment
[WARNING] public KamonCommandListener(final String metricName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/monitoring/KamonConnectionPoolListener.java:41: warning: no comment
[WARNING] public KamonConnectionPoolListener(final String metricName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/MongoOpsUtil.java:55: warning: no comment
[WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/MongoOpsUtil.java:49: warning: no comment
[WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoReadJournal.java:210: warning: no @param for actorSystem
[WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoReadJournal.java:160: warning: no comment
[WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoReadJournal.java:159: warning: no comment
[WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:41: warning: no comment
[WARNING] public com.mongodb.ReadConcern getMongoReadConcern() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:30: warning: no comment
[WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:25: warning: no comment
[WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:28: warning: no comment
[WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:26: warning: no comment
[WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:27: warning: no comment
[WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:29: warning: no comment
[WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:39: warning: no comment
[WARNING] public com.mongodb.ReadPreference getMongoReadPreference() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:29: warning: no comment
[WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest());
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:25: warning: no comment
[WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:26: warning: no comment
[WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:27: warning: no comment
[WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:28: warning: no comment
[WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/SuffixBuilderConfig.java:40: warning: no comment
[WARNING] EXTRACTOR_CLASS("class", ""),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/SuffixBuilderConfig.java:42: warning: no comment
[WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList());
[WARNING] ^
[WARNING] 41 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistence ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/3.5.1/ditto-internal-utils-persistence-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/3.5.1/ditto-internal-utils-persistence-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/3.5.1/ditto-internal-utils-persistence-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/3.5.1/ditto-internal-utils-persistence-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistence/target/ditto-internal-utils-persistence-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/3.5.1/ditto-internal-utils-persistence-3.5.1-tests.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-persistence ---
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-things-api >-----------------
[INFO] Building Eclipse Ditto :: Things :: API 3.5.1                    [43/77]
[INFO]   from things/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/things/api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 12 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/things/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-things-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-things-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-things-api ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/api/src/main/java/org/eclipse/ditto/things/api/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.api;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/api/src/main/java/org/eclipse/ditto/things/api/commands/sudo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.api.commands.sudo;
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-things-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/3.5.1/ditto-things-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/3.5.1/ditto-things-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/3.5.1/ditto-things-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/api/target/ditto-things-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/3.5.1/ditto-things-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-api ---
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >--------------
[INFO] Building Eclipse Ditto :: Connectivity :: API 3.5.1              [44/77]
[INFO]   from connectivity/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 28 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-connectivity-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-connectivity-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-connectivity-api ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.api;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/messaging/monitoring/logs/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment
[WARNING] CONNECTED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment
[WARNING] CONNECTING,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment
[WARNING] DISCONNECTED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment
[WARNING] DISCONNECTING,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment
[WARNING] INITIALIZED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment
[WARNING] TESTING;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment
[WARNING] UNKNOWN,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment
[WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment
[WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment
[WARNING] BYTES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment
[WARNING] TEXT,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment
[WARNING] TEXT_AND_BYTES,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment
[WARNING] UNKNOWN
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/messaging/monitoring/logs/LogEntryFactory.java:65: warning: no @return
[WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/messaging/monitoring/logs/LogEntryFactory.java:112: warning: no @return
[WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment
[WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/OutboundSignalFactory.java:87: warning: no @param for targets
[WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTag.java:44: warning: no comment
[WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTag.java:46: warning: no comment
[WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTag.java:119: warning: no comment
[WARNING] public String getTag() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTagResponse.java:141: warning: no comment
[WARNING] public Set<ConnectionId> getConnectionIds() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionTags.java:43: warning: no comment
[WARNING] public static final String NAME = "sudoRetrieveConnectionTags";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionTags.java:45: warning: no comment
[WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionTagsResponse.java:141: warning: no comment
[WARNING] public Set<String> getConnectionTags() {
[WARNING] ^
[WARNING] 27 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/3.5.1/ditto-connectivity-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/3.5.1/ditto-connectivity-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/3.5.1/ditto-connectivity-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/api/target/ditto-connectivity-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/3.5.1/ditto-connectivity-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-api ---
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-jwt >---------------------
[INFO] Building Eclipse Ditto :: JWT 3.5.1                              [45/77]
[INFO]   from jwt/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-jwt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/jwt/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-jwt >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-jwt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/jwt/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-jwt <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-jwt ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-jwt ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/jwt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt/3.5.1/ditto-jwt-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-jwt ---
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------
[INFO] Building Eclipse Ditto :: JWT :: Model 3.5.1                     [46/77]
[INFO]   from jwt/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-jwt-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-jwt-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-jwt-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-jwt-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-jwt-model ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.jwt.model;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment
[WARNING] protected AbstractJsonWebToken(final String token) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment
[WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment
[WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment
[WARNING] public interface JwtException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment
[WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException {
[WARNING] ^
[WARNING] 6 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/3.5.1/ditto-jwt-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/3.5.1/ditto-jwt-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/3.5.1/ditto-jwt-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/jwt/model/target/ditto-jwt-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/3.5.1/ditto-jwt-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model ---
[INFO] Installing org/eclipse/ditto/ditto-jwt-model/3.5.1/ditto-jwt-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-jwt-model ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-jwt-model ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-wot >---------------------
[INFO] Building Eclipse Ditto :: WoT 3.5.1                              [47/77]
[INFO]   from wot/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-wot >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-wot <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-wot ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-wot ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-wot ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot/3.5.1/ditto-wot-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot ---
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------
[INFO] Building Eclipse Ditto :: WoT :: Model 3.5.1                     [48/77]
[INFO]   from wot/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-wot-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-wot-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-wot-model ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment
[WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment
[WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment
[WARNING] String getActionName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment
[WARNING] Optional<SingleDataSchema> getInput();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment
[WARNING] Optional<SingleDataSchema> getOutput();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment
[WARNING] boolean isIdempotent();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment
[WARNING] boolean isSafe();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment
[WARNING] Optional<Boolean> isSynchronous();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment
[WARNING] static Action.Builder newBuilder(final CharSequence actionName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment
[WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence actionName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment
[WARNING] Builder setIdempotent(@Nullable Boolean idempotent);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment
[WARNING] Builder setInput(@Nullable SingleDataSchema input);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment
[WARNING] Builder setOutput(@Nullable SingleDataSchema output);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment
[WARNING] Builder setSafe(@Nullable Boolean safe);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment
[WARNING] Builder setSynchronous(@Nullable Boolean synchronous);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment
[WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment
[WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment
[WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment
[WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment
[WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment
[WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment
[WARNING] static ActionFormElement.Builder newBuilder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment
[WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment
[WARNING] static Builder newBuilder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment
[WARNING] static Builder newBuilder(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment
[WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment
[WARNING] static ActionForms fromJson(final JsonArray jsonArray) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment
[WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment
[WARNING] static Actions from(final Collection<Action> actions) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment
[WARNING] static Actions fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment
[WARNING] Optional<Action> getAction(CharSequence actionName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment
[WARNING] static Actions of(final Map<String, Action> actions) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment
[WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment
[WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment
[WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment
[WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment
[WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment
[WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment
[WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment
[WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment
[WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment
[WARNING] List<String> getAllOf();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:137: warning: no comment
[WARNING] SecuritySchemeScheme getScheme();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment
[WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment
[WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment
[WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment
[WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment
[WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment
[WARNING] Optional<SecuritySchemeIn> getIn();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment
[WARNING] Optional<String> getName();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment
[WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment
[WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment
[WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment
[WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment
[WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment
[WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment
[WARNING] static ArraySchema fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment
[WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment
[WARNING] Optional<DataSchema> getItems();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment
[WARNING] Optional<Integer> getMaxItems();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment
[WARNING] Optional<Integer> getMinItems();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:104: warning: no comment
[WARNING] Optional<DataSchemaType> getType();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment
[WARNING] static ArraySchema.Builder newBuilder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment
[WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment
[WARNING] default ArraySchema.Builder toBuilder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment
[WARNING] static Builder newBuilder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment
[WARNING] static Builder newBuilder(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment
[WARNING] Builder setItems(@Nullable DataSchema items);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment
[WARNING] Builder setMaxItems(@Nullable Integer maxItems);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment
[WARNING] Builder setMinItems(@Nullable Integer minItems);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment
[WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment
[WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment
[WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment
[WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment
[WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment
[WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment
[WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment
[WARNING] static SingleAtType newSingleAtType(final CharSequence type) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment
[WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment
[WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment
[WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment
[WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment
[WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment
[WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment
[WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment
[WARNING] String REL_ICON = "icon";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment
[WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment
[WARNING] Optional<IRI> getAnchor();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment
[WARNING] IRI getHref();
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/3.5.1/ditto-wot-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/3.5.1/ditto-wot-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/3.5.1/ditto-wot-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/model/target/ditto-wot-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/3.5.1/ditto-wot-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model ---
[INFO] Installing org/eclipse/ditto/ditto-wot-model/3.5.1/ditto-wot-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot-model ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-wot-model ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >--------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 3.5.1 [49/77]
[INFO]   from internal/utils/cache-loaders/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cache-loaders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-cache-loaders >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-cache-loaders ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-cache-loaders <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-cache-loaders ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cacheloaders;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/ActorAskCacheLoader.java:82: warning: no @param for <K>
[WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:22: warning: no comment
[WARNING] BACKOFF_DELAY
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:21: warning: no comment
[WARNING] FIXED_DELAY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:20: warning: no comment
[WARNING] NO_DELAY,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:19: warning: no comment
[WARNING] OFF,
[WARNING] ^
[WARNING] 7 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache-loaders ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/3.5.1/ditto-internal-utils-cache-loaders-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/3.5.1/ditto-internal-utils-cache-loaders-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/3.5.1/ditto-internal-utils-cache-loaders-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/3.5.1/ditto-internal-utils-cache-loaders-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cache-loaders ---
[INFO] 
[INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 3.5.1  [50/77]
[INFO]   from internal/utils/namespaces/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-namespaces ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-namespaces >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-namespaces ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-namespaces <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-namespaces ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/src/main/java/org/eclipse/ditto/internal/utils/namespaces/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.namespaces;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/src/main/java/org/eclipse/ditto/internal/utils/namespaces/BlockedNamespacesUpdater.java:61: warning: no @param for pubSubMediator
[WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) {
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-namespaces ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/3.5.1/ditto-internal-utils-namespaces-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/3.5.1/ditto-internal-utils-namespaces-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/3.5.1/ditto-internal-utils-namespaces-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/namespaces/target/ditto-internal-utils-namespaces-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/3.5.1/ditto-internal-utils-namespaces-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-namespaces ---
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------
[INFO] Building Eclipse Ditto :: Policies :: Enforcement 3.5.1          [51/77]
[INFO]   from policies/enforcement/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-enforcement ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 32 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/CommandWithOptionalEntityPreEnforcer.java: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/CommandWithOptionalEntityPreEnforcer.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/CommandWithOptionalEntityPreEnforcer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/CachingPolicyEnforcerProviderTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/CachingPolicyEnforcerProviderTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/CachingPolicyEnforcerProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-policies-enforcement >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-enforcement ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-policies-enforcement <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-policies-enforcement ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.enforcement.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.enforcement.pre;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment
[WARNING] protected static final ThreadSafeDittoLogger LOGGER =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:84: warning: no @param for signal
[WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment
[WARNING] protected final E enforcement;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment
[WARNING] protected final I entityId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment
[WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment
[WARNING] protected final PreEnforcerProvider preEnforcer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment
[WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment
[WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment
[WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment
[WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment
[WARNING] public interface Invalidatable {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment
[WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcer.java:48: warning: no @param for policyResolver
[WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment
[WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/PreEnforcerProvider.java:68: warning: no @return
[WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) {
[WARNING] ^
[WARNING] 17 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-enforcement ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/3.5.1/ditto-policies-enforcement-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/3.5.1/ditto-policies-enforcement-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/3.5.1/ditto-policies-enforcement-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/enforcement/target/ditto-policies-enforcement-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/3.5.1/ditto-policies-enforcement-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-enforcement ---
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-rql >---------------------
[INFO] Building Eclipse Ditto :: RQL 3.5.1                              [52/77]
[INFO]   from rql/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-rql >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-rql <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-rql ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-rql ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-rql ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql/3.5.1/ditto-rql-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql ---
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------
[INFO] Building Eclipse Ditto :: RQL :: Model 3.5.1                     [53/77]
[INFO]   from rql/model/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-rql-model >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-rql-model <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-rql-model ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/LogicalNode.java:174: warning: no comment
[WARNING] public String getName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/LogicalNode.java:178: warning: no comment
[WARNING] public static Type byName(final String name) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/MultiComparisonNode.java:79: warning: no comment
[WARNING] public String getName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/SingleComparisonNode.java:94: warning: no comment
[WARNING] public String getName() {
[WARNING] ^
[WARNING] 4 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-model ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/3.5.1/ditto-rql-model-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/3.5.1/ditto-rql-model-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/3.5.1/ditto-rql-model-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/model/target/ditto-rql-model-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/3.5.1/ditto-rql-model-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model ---
[INFO] Installing org/eclipse/ditto/ditto-rql-model/3.5.1/ditto-rql-model-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-model ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-model ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >-----------------
[INFO] Building Eclipse Ditto :: RQL :: parser 3.5.1                    [54/77]
[INFO]   from rql/parser/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:3.5.1...
[INFO] 
[INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser ---
[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
[INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/classes ...
[WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning.
[INFO] done compiling
[INFO] compile in 10.6 s
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser ---
[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
[INFO] compile in 0.0 s
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser ---
[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
[INFO] compile in 0.0 s
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser ---
[WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:3.5.1 : Unused Import-Package instructions: [org.apache.pekko*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-rql-parser >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-rql-parser <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-rql-parser ---
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-parser ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1-sources.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-parser/3.5.1/ditto-rql-parser-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-parser/3.5.1/ditto-rql-parser-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/parser/target/ditto-rql-parser-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-parser/3.5.1/ditto-rql-parser-3.5.1-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser ---
[INFO] Installing org/eclipse/ditto/ditto-rql-parser/3.5.1/ditto-rql-parser-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-parser ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-parser ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------
[INFO] Building Eclipse Ditto :: RQL :: Query 3.5.1                     [55/77]
[INFO]   from rql/query/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-query ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query ---
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-rql-query >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-query ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-rql-query <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-rql-query ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:20: warning: no comment
[WARNING] T visitAttribute(String key);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:25: warning: no comment
[WARNING] T visitFeature(String featureId);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:24: warning: no comment
[WARNING] T visitFeatureDefinition(String featureId);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:31: warning: no comment
[WARNING] T visitFeatureDesiredProperties(CharSequence featureId);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:26: warning: no comment
[WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:22: warning: no comment
[WARNING] T visitFeatureIdProperty(String featureId, String property);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:29: warning: no comment
[WARNING] T visitFeatureProperties(CharSequence featureId);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:42: warning: no comment
[WARNING] T visitMetadata(String key);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:28: warning: no comment
[WARNING] T visitSimple(String fieldName);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment
[WARNING] public ExistsThingPredicateVisitor() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment
[WARNING] public boolean isDefinition() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment
[WARNING] public static FieldNamesPredicateVisitor getNewInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/FilterFieldExpressionVisitor.java:34: warning: no comment
[WARNING] T visitMetadata(String key);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment
[WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:26: warning: no comment
[WARNING] T visitEq(@Nullable Object value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:28: warning: no comment
[WARNING] T visitGe(@Nullable Object value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:30: warning: no comment
[WARNING] T visitGt(@Nullable Object value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:40: warning: no comment
[WARNING] T visitILike(@Nullable String value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:42: warning: no comment
[WARNING] T visitIn(List<?> values);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:32: warning: no comment
[WARNING] T visitLe(@Nullable Object value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:38: warning: no comment
[WARNING] T visitLike(@Nullable String value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:34: warning: no comment
[WARNING] T visitLt(@Nullable Object value);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:36: warning: no comment
[WARNING] T visitNe(@Nullable Object value);
[WARNING] ^
[WARNING] 23 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-query ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-javadoc.jar
[INFO] 
[INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/3.5.1/ditto-rql-query-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/3.5.1/ditto-rql-query-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/3.5.1/ditto-rql-query-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/query/target/ditto-rql-query-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/3.5.1/ditto-rql-query-3.5.1-javadoc.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query ---
[INFO] Installing org/eclipse/ditto/ditto-rql-query/3.5.1/ditto-rql-query-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-query ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-query ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >---------------
[INFO] Building Eclipse Ditto :: Thing Search :: API 3.5.1              [56/77]
[INFO]   from thingsearch/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/test/java/org/eclipse/ditto/thingsearch/api/commands/sudo/StreamThingsTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/test/java/org/eclipse/ditto/thingsearch/api/commands/sudo/StreamThingsTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/test/java/org/eclipse/ditto/thingsearch/api/commands/sudo/StreamThingsTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-thingsearch-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-thingsearch-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-thingsearch-api ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.api;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/commands/sudo/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.api.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:50: warning: no @param for entries
[WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return
[WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/commands/sudo/SudoUpdateThing.java:95: warning: no @param for updateReason
[WARNING] public static SudoUpdateThing of(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/commands/sudo/SudoUpdateThing.java:110: warning: no @param for updateReason
[WARNING] public static SudoUpdateThing of(final ThingId thingId,
[WARNING] ^
[WARNING] 7 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/3.5.1/ditto-thingsearch-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/3.5.1/ditto-thingsearch-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/3.5.1/ditto-thingsearch-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/api/target/ditto-thingsearch-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/3.5.1/ditto-thingsearch-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-api ---
[INFO] 
[INFO] --------------------< org.eclipse.ditto:ditto-edge >--------------------
[INFO] Building Eclipse Ditto :: Edge 3.5.1                             [57/77]
[INFO]   from edge/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-edge ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/edge/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-edge >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-edge ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/edge/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-edge <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-edge ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-edge ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-edge ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/edge/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge/3.5.1/ditto-edge-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-edge ---
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-edge-service >----------------
[INFO] Building Eclipse Ditto :: Edge :: Service 3.5.1                  [58/77]
[INFO]   from edge/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-edge-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 44 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingCommandResponseAcknowledgementProvider.java: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingCommandResponseAcknowledgementProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingCommandResponseAcknowledgementProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/test/java/org/eclipse/ditto/edge/service/dispatching/ThingsAggregatorProxyActorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/test/java/org/eclipse/ditto/edge/service/dispatching/ThingsAggregatorProxyActorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/test/java/org/eclipse/ditto/edge/service/dispatching/ThingsAggregatorProxyActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/test/java/org/eclipse/ditto/edge/service/acknowledgements/messages/MessageCommandAckRequestSetterTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/test/java/org/eclipse/ditto/edge/service/acknowledgements/messages/MessageCommandAckRequestSetterTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-edge-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-edge-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-edge-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-edge-service ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service.acknowledgements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/message/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service.dispatching;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.edge.service.placeholders;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/AskWithRetryCommandForwarder.java:61: warning: no comment
[WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DefaultDittoHeadersValidator.java:41: warning: no comment
[WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/signaltransformer/DefaultNamespaceAppender.java:67: warning: no comment
[WARNING] public DefaultNamespaceAppender(final String defaultNamespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DittoHeadersValidator.java:67: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderActor.java:260: warning: no comment
[WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderExtension.java:59: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/FeaturePlaceholder.java:27: warning: no comment
[WARNING] static FeaturePlaceholder getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/PolicyPlaceholder.java:24: warning: no comment
[WARNING] static PolicyPlaceholder getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/RequestPlaceholder.java:24: warning: no comment
[WARNING] static RequestPlaceholder getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingJsonPlaceholder.java:24: warning: no comment
[WARNING] static ThingJsonPlaceholder getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingPlaceholder.java:24: warning: no comment
[WARNING] static ThingPlaceholder getInstance() {
[WARNING] ^
[WARNING] 17 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/3.5.1/ditto-edge-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/3.5.1/ditto-edge-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/3.5.1/ditto-edge-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/edge/service/target/ditto-edge-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/3.5.1/ditto-edge-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-edge-service ---
[INFO] 
[INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------
[INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 3.5.1 [59/77]
[INFO]   from internal/models/signalenrichment/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-signalenrichment ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-models-signalenrichment >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-models-signalenrichment ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-models-signalenrichment <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-models-signalenrichment ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.models.signalenrichment;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/CachingSignalEnrichmentFacade.java:47: warning: no comment
[WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:83: warning: no @return
[WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:458: warning: no comment
[WARNING] protected static final class CachingParameters {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:60: warning: no comment
[WARNING] protected final Cache<SignalEnrichmentCacheKey, JsonObject> extraFieldsCache;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:62: warning: no comment
[WARNING] protected DittoCachingSignalEnrichmentFacade(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:453: warning: no comment
[WARNING] protected JsonFieldSelector determineSelector(final String namespace) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:284: warning: no comment
[WARNING] protected CompletableFuture<JsonObject> doCacheLookup(final SignalEnrichmentCacheKey cacheKey,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:163: warning: no comment
[WARNING] protected CompletionStage<JsonObject> doRetrievePartialThing(final EntityId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:465: warning: no comment
[WARNING] public CachingParameters(@Nullable final JsonFieldSelector fieldSelector,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/SearchIndexingSignalEnrichmentFacade.java:59: warning: no @return
[WARNING] public static SearchIndexingSignalEnrichmentFacade newInstance(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/SignalEnrichmentProviderConfig.java:57: warning: no comment
[WARNING] CACHE_ENABLED("cache.enabled", true);
[WARNING] ^
[WARNING] 12 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 10 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signalenrichment ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/3.5.1/ditto-internal-models-signalenrichment-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/3.5.1/ditto-internal-models-signalenrichment-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/3.5.1/ditto-internal-models-signalenrichment-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/3.5.1/ditto-internal-models-signalenrichment-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-signalenrichment ---
[INFO] 
[INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >-----
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 3.5.1 [60/77]
[INFO]   from internal/utils/conditional-headers/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-conditional-headers ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfEqualPreconditionHeader.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfEqualPreconditionHeader.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfEqualPreconditionHeader.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-conditional-headers >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-conditional-headers ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-conditional-headers <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-conditional-headers ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.headers.conditional;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/ConditionalHeadersValidator.java:143: warning: no @param for <C>
[WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/ConditionalHeadersValidator.java:143: warning: no @return
[WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfMatchPreconditionHeader.java:28: warning: no comment
[WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfNoneMatchPreconditionHeader.java:26: warning: no comment
[WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
[WARNING] ^
[WARNING] 5 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-conditional-headers ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/3.5.1/ditto-internal-utils-conditional-headers-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/3.5.1/ditto-internal-utils-conditional-headers-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/3.5.1/ditto-internal-utils-conditional-headers-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/3.5.1/ditto-internal-utils-conditional-headers-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-conditional-headers ---
[INFO] 
[INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 3.5.1 [61/77]
[INFO]   from internal/utils/persistent-actors/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-persistent-actors ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 42 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/AbstractCommandStrategies.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/AbstractCommandStrategies.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/test/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/test/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/test/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-persistent-actors >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-persistent-actors ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-persistent-actors <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-persistent-actors ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistentactors;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/AbstractCommandStrategies.java:39: warning: no comment
[WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/events/AbstractEventStrategies.java:36: warning: no comment
[WARNING] protected final Logger log = LoggerFactory.getLogger(getClass());
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/results/ResultVisitor.java:80: warning: no @param for errorCausingCommand
[WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:530: warning: no comment
[WARNING] protected void becomeDeletedHandler() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:680: warning: no comment
[WARNING] protected void handleByCommandStrategy(final C command) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1047: warning: no comment
[WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:125: warning: no comment
[WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:129: warning: no comment
[WARNING] @Nullable protected ActorRef enforcerChild;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:127: warning: no comment
[WARNING] @Nullable protected E entityId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:131: warning: no comment
[WARNING] protected final Duration localAskTimeout;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:119: warning: no comment
[WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:123: warning: no comment
[WARNING] protected final MongoReadJournal mongoReadJournal;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:117: warning: no comment
[WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:128: warning: no comment
[WARNING] @Nullable protected ActorRef persistenceActorChild;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:146: warning: no comment
[WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:141: warning: no comment
[WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:226: warning: no comment
[WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:596: warning: no comment
[WARNING] protected void becomeTwinSignalProcessingAwaiting() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:1025: warning: no comment
[WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:646: warning: no comment
[WARNING] protected void restartChild() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistentActorWithTimersAndCleanup.java:60: warning: no comment
[WARNING] protected AbstractPersistentActorWithTimersAndCleanup() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistentActorWithTimersAndCleanup.java:64: warning: no comment
[WARNING] protected DittoDiagnosticLoggingAdapter createLogger() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/DefaultContext.java:54: warning: no @param for <K>
[WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/DefaultContext.java:54: warning: no @param for actorSystem
[WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/EmptyEvent.java:59: warning: no comment
[WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/EmptyEvent.java:68: warning: no comment
[WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/results/Result.java:53: warning: no @param for <E>
[WARNING] static <E extends Event<?>> Result<E> empty() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:344: warning: no comment
[WARNING] public enum Control {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:348: warning: no comment
[WARNING] SERVICE_REQUESTS_DONE
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:347: warning: no comment
[WARNING] SHUTDOWN,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:345: warning: no comment
[WARNING] STREAM_COMPLETE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:346: warning: no comment
[WARNING] STREAM_FAILED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:355: warning: no comment
[WARNING] IN_QUIET_PERIOD,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:356: warning: no comment
[WARNING] RUNNING
[WARNING] ^
[WARNING] 37 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistent-actors ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/3.5.1/ditto-internal-utils-persistent-actors-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/3.5.1/ditto-internal-utils-persistent-actors-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/3.5.1/ditto-internal-utils-persistent-actors-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/3.5.1/ditto-internal-utils-persistent-actors-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-persistent-actors ---
[INFO] 
[INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >-----------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 3.5.1    [62/77]
[INFO]   from internal/utils/protocol/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-protocol >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-protocol ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-protocol <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-protocol ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/main/java/org/eclipse/ditto/internal/utils/protocol/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.protocol.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/main/java/org/eclipse/ditto/internal/utils/protocol/ProtocolAdapterProvider.java:90: warning: no comment
[WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/src/main/java/org/eclipse/ditto/internal/utils/protocol/config/ProtocolConfig.java:42: warning: no comment
[WARNING] enum ProtocolConfigValue implements KnownConfigValue {
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-protocol ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/3.5.1/ditto-internal-utils-protocol-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/3.5.1/ditto-internal-utils-protocol-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/3.5.1/ditto-internal-utils-protocol-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/protocol/target/ditto-internal-utils-protocol-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/3.5.1/ditto-internal-utils-protocol-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-protocol ---
[INFO] 
[INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >----------
[INFO] Building Eclipse Ditto :: RQL :: search option parser 3.5.1      [63/77]
[INFO]   from rql/search-option-parser/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-search-option-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser ---
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:3.5.1...
[INFO] 
[INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser ---
[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
[INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/classes ...
[WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
[WARNING] one warning found
[WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning.
[INFO] done compiling
[INFO] compile in 6.7 s
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser ---
[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
[INFO] compile in 0.0 s
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] 
[INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser ---
[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
[INFO] compile in 0.0 s
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser ---
[WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:3.5.1 : Unused Import-Package instructions: [org.apache.pekko*] 
[INFO] Building bundle: /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-rql-search-option-parser >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-rql-search-option-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-rql-search-option-parser <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-rql-search-option-parser ---
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-search-option-parser ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-search-option-parser/3.5.1/ditto-rql-search-option-parser-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-search-option-parser/3.5.1/ditto-rql-search-option-parser-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/rql/search-option-parser/target/ditto-rql-search-option-parser-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-search-option-parser/3.5.1/ditto-rql-search-option-parser-3.5.1-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser ---
[INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/3.5.1/ditto-rql-search-option-parser-3.5.1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-search-option-parser ---
[INFO] 
[INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-search-option-parser ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 3.5.1      [64/77]
[INFO]   from internal/utils/search/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-search ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-search >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-search ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-search <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-search ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java:109: warning: no @param for configurer
[WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) {
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-search ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/3.5.1/ditto-internal-utils-search-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/3.5.1/ditto-internal-utils-search-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/3.5.1/ditto-internal-utils-search-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/search/target/ditto-internal-utils-search-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/3.5.1/ditto-internal-utils-search-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-search ---
[INFO] 
[INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >-------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 3.5.1 [65/77]
[INFO]   from internal/utils/pubsub-policies/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub-policies ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-pubsub-policies >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub-policies ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-pubsub-policies <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-pubsub-policies ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/src/main/java/org/eclipse/ditto/internal/utils/pubsubpolicies/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies;
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-policies ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/3.5.1/ditto-internal-utils-pubsub-policies-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/3.5.1/ditto-internal-utils-pubsub-policies-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/3.5.1/ditto-internal-utils-pubsub-policies-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/3.5.1/ditto-internal-utils-pubsub-policies-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub-policies ---
[INFO] 
[INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >--------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 3.5.1 [66/77]
[INFO]   from internal/utils/pubsub-things/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub-things ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-pubsub-things >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-pubsub-things ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-pubsub-things <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-pubsub-things ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.internal.utils.pubsubthings;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:57: warning: no @param for resubscribe
[WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/LiveSignalPub.java:34: warning: no @param for distributedAcks
[WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) {
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-things ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/3.5.1/ditto-internal-utils-pubsub-things-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/3.5.1/ditto-internal-utils-pubsub-things-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/3.5.1/ditto-internal-utils-pubsub-things-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/3.5.1/ditto-internal-utils-pubsub-things-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub-things ---
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------
[INFO] Building Eclipse Ditto :: Connectivity :: Service 3.5.1          [67/77]
[INFO]   from connectivity/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 8 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 498 source files with javac [debug target 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/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
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/rabbitmq/RabbitMQConsumerActor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/rabbitmq/RabbitMQConsumerActor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service ---
[INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar
[INFO] protobufjs-6.11.2.jar already unpacked.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service ---
[INFO] Copying 39 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes
[WARNING] Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/AbstractMessageMappingProcessorActorTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/AbstractMessageMappingProcessorActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/OutboundMappingProcessorActorTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/OutboundMappingProcessorActorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1.jar
[INFO] 
[INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service ---
[INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-protocol:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:3.5.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
[INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-placeholders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-wot-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-edge-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-messages-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-query:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:3.5.1 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:3.5.1 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:3.5.1 in the shaded jar.
[INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar.
[INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar.
[INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar.
[INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar.
[INFO] Including org.slf4j:jcl-over-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar.
[INFO] Including org.apache.qpid:qpid-jms-client:jar:1.10.0 in the shaded jar.
[INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
[INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-codec-http:jar:4.1.99.Final in the shaded jar.
[INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar.
[INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
[INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar.
[INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar.
[INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar.
[INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
[INFO] Including org.apache.kafka:kafka-clients:jar:3.5.1 in the shaded jar.
[INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar.
[INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
[INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
[INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
[INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
[INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar.
[INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar.
[INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar.
[INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar.
[INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar.
[INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar.
[INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-utils-result:jar:3.5.1 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[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: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-connectivity-service-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
[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: 
[WARNING]   - META-INF.versions.9.module-info
[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: 
[WARNING]   - META-INF/io.netty.versions.properties
[WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 
[WARNING]   - .cache/formatter-maven-cache.properties
[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: 
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
[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-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-connectivity-service-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[WARNING] ditto-rql-parser-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar define 4 overlapping classes: 
[WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-connectivity-service-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.jar, jakarta.jms-api-2.0.3.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.md
[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: 
[WARNING]   - META-INF/DISCLAIMER
[WARNING] caffeine-3.1.8.jar, ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-connectivity-service-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/LICENSE
[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: 
[WARNING]   - META-INF/DEPENDENCIES
[WARNING] maven-shade-plugin has detected that some files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the file is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-connectivity-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-connectivity-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-connectivity-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-connectivity-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/config/javascript/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.config.javascript;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/config/mapping/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.config.mapping;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/enforcement/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.enforcement;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/enforcement/pre/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/amqp/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/hono/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/httppush/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/kafka/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/hivemq/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/hivemq/client/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/hivemq/common/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/persistence/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/persistence/strategies/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/persistence/strategies/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/rabbitmq/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/tunnel/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/validation/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/placeholders/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.placeholders;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/util/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.connectivity.service.util;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/MessageMapper.java:112: warning: no @param for message
[WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment
[WARNING] protected final ActorSystem actorSystem;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment
[WARNING] protected final Config config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment
[WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment
[WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment
[WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment
[WARNING] protected static boolean isError(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment
[WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment
[WARNING] protected static boolean isResponse(final Adaptable adaptable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:59: warning: no comment
[WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:60: warning: no comment
[WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:67: warning: no comment
[WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:173: warning: no comment
[WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:127: warning: no comment
[WARNING] protected static void validateEnforcementInput(final Enforcement enforcement,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:118: warning: no comment
[WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:146: warning: no comment
[WARNING] protected static void validateSourceQoS(final int qos,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:185: warning: no comment
[WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:156: warning: no comment
[WARNING] protected static void validateTargetQoS(final int qos,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/validation/AbstractProtocolValidator.java:196: warning: no comment
[WARNING] protected static void validateExtraFields(final Target target) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/AbstractWithOrigin.java:29: warning: no comment
[WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for clientConnected
[WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for data
[WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @return
[WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1243: warning: no @param for clientConnected
[WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:772: warning: no comment
[WARNING] protected abstract ActorRef getPublisherActor();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:550: warning: no @param for targetAuthorizationContext
[WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/httppush/AwsRequestSigningFactory.java:96: warning: no comment
[WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2194: warning: no comment
[WARNING] public interface ReconnectTimeoutStrategy {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment
[WARNING] protected final UUID actorUuid;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment
[WARNING] protected final ChildActorNanny childActorNanny;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment
[WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment
[WARNING] protected final ConnectionLogger connectionLogger;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment
[WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment
[WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment
[WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance());
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment
[WARNING] protected BaseClientActor(final Connection connection,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1673: warning: no comment
[WARNING] protected boolean canConnectViaSocket(final Connection connection) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment
[WARNING] protected ConnectivityConfig connectivityConfig() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1205: warning: no comment
[WARNING] protected final SshTunnelState getSshTunnelState() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1903: warning: no comment
[WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2420: warning: no comment
[WARNING] ACKREGATOR_STARTED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment
[WARNING] ACKREGATOR_STOPPED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2415: warning: no comment
[WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2416: warning: no comment
[WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2414: warning: no comment
[WARNING] INIT_COMPLETE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2417: warning: no comment
[WARNING] RESUBSCRIBE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2419: warning: no comment
[WARNING] SERVICE_REQUESTS_DONE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2418: warning: no comment
[WARNING] SERVICE_UNBIND,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment
[WARNING] SHUTDOWN_TIMEOUT
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2353: warning: no comment
[WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2363: warning: no comment
[WARNING] public ConnectionFailure getFailure() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2367: warning: no comment
[WARNING] public boolean isSuccess() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2349: warning: no comment
[WARNING] public static InitializationResult success() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2196: warning: no comment
[WARNING] boolean canReconnect();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2202: warning: no comment
[WARNING] Duration getNextBackoff();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2200: warning: no comment
[WARNING] Duration getNextTimeout();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2198: warning: no comment
[WARNING] void reset();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment
[WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment
[WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return
[WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment
[WARNING] protected final ConnectionId connectionId;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment
[WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment
[WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment
[WARNING] protected final ConnectionMonitor inboundMonitor;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment
[WARNING] protected final Source source;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment
[WARNING] protected final String sourceAddress;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment
[WARNING] protected BaseConsumerActor(final Connection connection,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment
[WARNING] protected ResourceStatus getCurrentSourceStatus() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment
[WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment
[WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment
[WARNING] protected void resetResourceStatus() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment
[WARNING] protected final Connection connection;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment
[WARNING] protected final ConnectionConfig connectionConfig;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment
[WARNING] protected final ExpressionResolver connectionIdResolver;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment
[WARNING] protected final ConnectionLogger connectionLogger;
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-allinone.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-allinone.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/3.5.1/ditto-connectivity-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/3.5.1/ditto-connectivity-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/3.5.1/ditto-connectivity-service-3.5.1-allinone.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/3.5.1/ditto-connectivity-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/connectivity/service/target/ditto-connectivity-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/3.5.1/ditto-connectivity-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-service ---
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
[INFO] Building Eclipse Ditto :: Documentation 3.5.1                    [68/77]
[INFO]   from documentation/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-documentation ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/documentation/target/jacoco.exec
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:3.5.1...
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-documentation >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-documentation ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/documentation/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-documentation <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-documentation ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-documentation ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-documentation ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/documentation/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-documentation/3.5.1/ditto-documentation-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-documentation ---
[INFO] 
[INFO] ------------------< org.eclipse.ditto:ditto-gateway >-------------------
[INFO] Building Eclipse Ditto :: Gateway 3.5.1                          [69/77]
[INFO]   from gateway/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:3.5.1...
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway ---
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-gateway >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-gateway <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-gateway ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-gateway ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway/3.5.1/ditto-gateway-3.5.1.pom
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway ---
[INFO] 
[INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >-----------------
[INFO] Building Eclipse Ditto :: Gateway :: API 3.5.1                   [70/77]
[INFO]   from gateway/api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-gateway-api >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-gateway-api <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-gateway-api ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.api;
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-api ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/3.5.1/ditto-gateway-api-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/3.5.1/ditto-gateway-api-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/3.5.1/ditto-gateway-api-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/api/target/ditto-gateway-api-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/3.5.1/ditto-gateway-api-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway-api ---
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >-------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 3.5.1        [71/77]
[INFO]   from internal/utils/http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-http ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-http >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-http ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-http <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-http ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-http ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/3.5.1/ditto-internal-utils-http-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/3.5.1/ditto-internal-utils-http-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/3.5.1/ditto-internal-utils-http-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/http/target/ditto-internal-utils-http-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/3.5.1/ditto-internal-utils-http-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-http ---
[INFO] 
[INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >-------------
[INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 3.5.1         [72/77]
[INFO]   from internal/utils/jwt/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-jwt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-internal-utils-jwt >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-internal-utils-jwt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-internal-utils-jwt <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-internal-utils-jwt ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-jwt ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/3.5.1/ditto-internal-utils-jwt-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/3.5.1/ditto-internal-utils-jwt-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/3.5.1/ditto-internal-utils-jwt-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/internal/utils/jwt/target/ditto-internal-utils-jwt-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/3.5.1/ditto-internal-utils-jwt-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-jwt ---
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-gateway-service >---------------
[INFO] Building Eclipse Ditto :: Gateway :: Service 3.5.1               [73/77]
[INFO]   from gateway/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 221 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/ProtocolMessageExtractor.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/ProtocolMessageExtractor.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service ---
[INFO] Copying 18 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/util/config/health/DefaultClusterRolesConfigTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/util/config/health/DefaultClusterRolesConfigTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/security/authentication/DefaultAuthenticationFailureAggregatorTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/security/authentication/DefaultAuthenticationFailureAggregatorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-gateway-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-gateway-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-gateway-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-gateway-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/AuthenticationResultOrTimeout.java:30: warning: empty <p> tag
[WARNING] * <p>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.actors;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives.auth;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.cloudevents;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/policies/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.policies;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/sse/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.sse;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/things/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.things;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.websocket;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/whoami/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.whoami;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/proxy/actors/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.proxy.actors;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.security.authentication;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.security.authentication.jwt;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/starter/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.starter;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.streaming;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.streaming.signals;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.util.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/endpoints/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.util.config.endpoints;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.util.config.health;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.util.config.security;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/streaming/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.gateway.service.util.config.streaming;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:70: warning: no comment
[WARNING] protected final int connectionsRetrieveLimit;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:71: warning: no comment
[WARNING] protected final Duration defaultTimeout;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:68: warning: no comment
[WARNING] protected final ActorRef edgeCommandForwarder;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:72: warning: no comment
[WARNING] protected RetrieveConnections initialCommand;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:67: warning: no comment
[WARNING] protected final ThreadSafeDittoLogger logger = DittoLoggerFactory.getThreadSafeLogger(getClass());
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:69: warning: no comment
[WARNING] protected final ActorRef sender;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:74: warning: no comment
[WARNING] protected AbstractConnectionsRetrievalActor(final ActorRef edgeCommandForwarder, final ActorRef sender) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:254: warning: no comment
[WARNING] protected void handleTimeout() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:96: warning: no comment
[WARNING] protected void retrieveAllConnectionsIds(final RetrieveConnections retrieveConnections) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:94: warning: no comment
[WARNING] protected abstract void retrieveConnections(final RetrieveConnections retrieveConnections);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:100: warning: no comment
[WARNING] protected void retrieveConnectionsById(final RetrieveAllConnectionIdsResponse allConnectionIdsResponse) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:269: warning: no comment
[WARNING] protected void stop() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:131: warning: no comment
[WARNING] protected AbstractHttpRequestActor(final ActorRef proxyActor,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:699: warning: no comment
[WARNING] protected Uri getUriForLocationHeader(final HttpRequest request,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:279: warning: no @param for responseStage
[WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:279: warning: no @return
[WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:304: warning: no comment
[WARNING] protected Route ensureMediaTypeFormUrlEncodedThenExtractData(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:196: warning: no comment
[WARNING] protected Route handlePerRequest(final RequestContext ctx,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:185: warning: no comment
[WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:189: warning: no comment
[WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:208: warning: no comment
[WARNING] protected <M> M runWithSupervisionStrategy(final RunnableGraph<M> graph) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java:98: warning: no @param for ctx
[WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java:98: warning: no @param for dittoHeaders
[WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:101: warning: no comment
[WARNING] public AuthorizationContext getConnectionAuthContext() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:81: warning: no comment
[WARNING] public String getConnectionCorrelationId() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:97: warning: no comment
[WARNING] public Set<AcknowledgementLabel> getDeclaredAcknowledgementLabels() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:77: warning: no comment
[WARNING] public SourceQueueWithComplete<SessionedJsonifiable> getEventAndResponsePublisher() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:93: warning: no comment
[WARNING] public JsonSchemaVersion getJsonSchemaVersion() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:105: warning: no comment
[WARNING] public Optional<KillSwitch> getKillSwitch() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:89: warning: no comment
[WARNING] public Optional<Instant> getSessionExpirationTime() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:85: warning: no comment
[WARNING] public String getType() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/connections/ConnectionsParameter.java:26: warning: no comment
[WARNING] IDS_ONLY("ids-only"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/ConnectionsRetrievalActorPropsFactory.java:60: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<ConnectionsRetrievalActorPropsFactory> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/connections/ConnectionsRoute.java:107: warning: no @param for ctx
[WARNING] public Route buildConnectionsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomApiRoutesProvider.java:70: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CustomApiRoutesProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:26: warning: no comment
[WARNING] enum RequestType {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:27: warning: no comment
[WARNING] API,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:29: warning: no comment
[WARNING] SSE
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:28: warning: no comment
[WARNING] WS,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/DefaultConnectionsRetrievalActorPropsFactory.java:28: warning: no comment
[WARNING] public DefaultConnectionsRetrievalActorPropsFactory(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/DefaultJwtAuthenticationResultProvider.java:38: warning: no comment
[WARNING] public DefaultJwtAuthenticationResultProvider(final ActorSystem actorSystem, final Config extensionConfig) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirective.java:24: warning: no comment
[WARNING] Route authenticateDevOps(final String realm, final Route inner);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:19: warning: no comment
[WARNING] public final class DevopsAuthenticationDirectiveFactory {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:58: warning: no comment
[WARNING] public DevopsAuthenticationDirective devops() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:31: warning: no comment
[WARNING] public static DevopsAuthenticationDirectiveFactory newInstance(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:42: warning: no comment
[WARNING] public DevopsAuthenticationDirective status() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:36: warning: no comment
[WARNING] public static Optional<DevopsAuthenticationMethod> fromMethodName(final String methodName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:24: warning: no comment
[WARNING] BASIC("basic");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:23: warning: no comment
[WARNING] OAUTH2("oauth2"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevOpsInsecureAuthenticationDirective.java:30: warning: no comment
[WARNING] public static DevOpsInsecureAuthenticationDirective getInstance() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java:102: warning: no @param for ctx
[WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java:102: warning: no @param for queryParameters
[WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:35: warning: no @param for jwtAuthenticationFactory
[WARNING] GatewayAuthenticationDirective buildHttpAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:42: warning: no @param for jwtAuthenticationFactory
[WARNING] GatewayAuthenticationDirective buildWsAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DittoGatewayAuthenticationDirectiveFactory.java:51: warning: no comment
[WARNING] public DittoGatewayAuthenticationDirectiveFactory(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/DittoJwtAuthorizationSubjectsProvider.java:47: warning: no comment
[WARNING] public DittoJwtAuthorizationSubjectsProvider(final ActorSystem actorSystem, final Config extensionConfig) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/EncodingEnsuringDirective.java:44: warning: no comment
[WARNING] public static Route ensureEncoding(final Supplier<Route> inner) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:63: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewayAuthenticationDirectiveFactory> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/health/GatewayHttpReadinessCheck.java:43: warning: no comment
[WARNING] public GatewayHttpReadinessCheck(final ActorSystem system) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/utils/GatewaySignalEnrichmentProvider.java:66: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewaySignalEnrichmentProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/HealthCheckConfig.java:102: warning: no comment
[WARNING] ENABLED("enabled", true),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/HealthCheckConfig.java:104: warning: no comment
[WARNING] EXPECTED("expected",
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/HttpBindFlowProvider.java:42: warning: no @param for innerRoute
[WARNING] Flow<HttpRequest, HttpResponse, NotUsed> getFlow(final Route innerRoute);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/HttpBindFlowProvider.java:62: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpBindFlowProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/HttpRequestActorPropsFactory.java:68: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpRequestActorPropsFactory> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/HttpRequestActorPropsFactory.java:58: warning: no comment
[WARNING] static HttpRequestActorPropsFactory get(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/utils/HttpUtils.java:36: warning: no comment
[WARNING] public final class HttpUtils {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/utils/HttpUtils.java:114: warning: no comment
[WARNING] public static boolean basicAuthUsernameMatches(final RequestContext requestContext, final Pattern uuidPattern) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/IncomingWebSocketEventSniffer.java:60: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<IncomingWebSocketEventSniffer> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwkException.java:15: warning: no comment
[WARNING] public interface JwkException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwkInvalidException.java:28: warning: no comment
[WARNING] public final class JwkInvalidException extends DittoRuntimeException implements JwkException {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationFactory.java:71: warning: no comment
[WARNING] public JwtValidator getJwtValidator() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationFactory.java:98: warning: no comment
[WARNING] public JwtAuthenticationResultProvider newJwtAuthenticationResultProvider(final String configLevel) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationResultProvider.java:63: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthenticationResultProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthorizationSubjectsProvider.java:60: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthorizationSubjectsProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:58: warning: no comment
[WARNING] public static JwtSubjectIssuersConfig fromJwtSubjectIssuerConfigs(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:64: warning: no comment
[WARNING] public static JwtSubjectIssuersConfig fromOAuthConfig(final OAuthConfig config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:86: warning: no comment
[WARNING] public String getProtocolPrefix() {
[WARNING] ^
[WARNING] 100 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- shade:3.5.0:shade (default) @ ditto-gateway-service ---
[INFO] Including org.eclipse.ditto:ditto-gateway-api:jar:3.5.1 in the shaded jar.
[INFO] Including io.cloudevents:cloudevents-http-basic:jar:2.3.0 in the shaded jar.
[INFO] Including io.cloudevents:cloudevents-core:jar:2.3.0 in the shaded jar.
[INFO] Including io.cloudevents:cloudevents-api:jar:2.3.0 in the shaded jar.
[INFO] Including io.jsonwebtoken:jjwt-api:jar:0.11.5 in the shaded jar.
[INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.11.5 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:3.5.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
[INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-protocol:jar:3.5.1 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-utils-result:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
[INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-query:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-placeholders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-wot-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:3.5.1 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-edge-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-messages-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
[INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
[INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-gateway-api-3.5.1.jar, ditto-gateway-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-jwt-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.jar define 2 overlapping resources: 
[WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
[WARNING]   - META-INF/NOTICE.md
[WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[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: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
[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-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-gateway-api-3.5.1.jar, ditto-gateway-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-jwt-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[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: 
[WARNING]   - META-INF/DISCLAIMER
[WARNING] ditto-rql-parser-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar define 4 overlapping classes: 
[WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
[WARNING] caffeine-3.1.8.jar, ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-api-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-edge-service-3.5.1.jar, ditto-gateway-api-3.5.1.jar, ditto-gateway-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-jwt-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-protocol-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-search-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-jwt-model-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/LICENSE
[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: 
[WARNING]   - META-INF/io.netty.versions.properties
[WARNING] maven-shade-plugin has detected that some files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the file is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ ditto-gateway-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-tests.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: Service' with 225 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-allinone.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-allinone.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1-allinone.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/gateway/service/target/ditto-gateway-service-3.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/3.5.1/ditto-gateway-service-3.5.1-tests.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway-service ---
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-policies-service >--------------
[INFO] Building Eclipse Ditto :: Policies :: Service 3.5.1              [74/77]
[INFO]   from policies/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service ---
[INFO] Assigning port '44565' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 108 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-service ---
[INFO] Copying 8 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActorIT.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActorIT.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-policies-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-policies-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service ---
[INFO] Assigning port '34107' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-policies-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-policies-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/common/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.common.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.enforcement;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/pre/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.enforcement.pre;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.actors;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/announcements/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.actors.announcements;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.actors.resolvers;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/strategies/commands/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/strategies/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.policies.service.persistence.serializer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/AbstractPolicyMongoEventAdapter.java:36: warning: no comment
[WARNING] protected static final JsonFieldDefinition<JsonObject> POLICY_ENTRIES =
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/AbstractPolicyMongoEventAdapter.java:40: warning: no comment
[WARNING] protected AbstractPolicyMongoEventAdapter(final ExtendedActorSystem system) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/DefaultPolicyMongoEventAdapter.java:25: warning: no comment
[WARNING] public DefaultPolicyMongoEventAdapter(final ExtendedActorSystem system) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/DefaultSubjectIdFromActionResolver.java:33: warning: no comment
[WARNING] public DefaultSubjectIdFromActionResolver() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/PoliciesPlaceholders.java:15: warning: no comment
[WARNING] public final class PoliciesPlaceholders {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/PoliciesPlaceholders.java:21: warning: no comment
[WARNING] public static PolicyEntryPlaceholder newPolicyEntryPlaceholder() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/PolicyCommandEnforcement.java:219: warning: no @param for <T>
[WARNING] public <T extends PolicyQueryCommandResponse<T>> T buildJsonViewForPolicyQueryCommandResponse(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/common/config/PolicyConfig.java:93: warning: no comment
[WARNING] SUBJECT_ID_RESOLVER("subject-id-resolver",
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActor.java:39: warning: no comment
[WARNING] public static final String ACTOR_NAME = "policyOps";
[WARNING] ^
[WARNING] 18 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- shade:3.5.0:shade (default) @ ditto-policies-service ---
[INFO] Including org.eclipse.ditto:ditto-base-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
[INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-placeholders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:3.5.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
[INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-api:jar:3.5.1 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
[INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
[INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
[INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-utils-result:jar:3.5.1 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[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: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
[WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[WARNING] caffeine-3.1.8.jar, ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-policies-service-3.5.1.jar, ditto-utils-result-3.5.1.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: 
[WARNING]   - META-INF/LICENSE
[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: 
[WARNING]   - META-INF/DISCLAIMER
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-policies-service-3.5.1.jar, ditto-utils-result-3.5.1.jar define 2 overlapping resources: 
[WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
[WARNING]   - META-INF/NOTICE.md
[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: 
[WARNING]   - META-INF/io.netty.versions.properties
[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-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-policies-service-3.5.1.jar, ditto-utils-result-3.5.1.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: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-shade-plugin has detected that some files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the file is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Service' with 102 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-allinone.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-allinone.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-policies-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/3.5.1/ditto-policies-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/3.5.1/ditto-policies-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/3.5.1/ditto-policies-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/3.5.1/ditto-policies-service-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/policies/service/target/ditto-policies-service-3.5.1-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/3.5.1/ditto-policies-service-3.5.1-allinone.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-service ---
[INFO] 
[INFO] --------------< org.eclipse.ditto:ditto-wot-integration >---------------
[INFO] Building Eclipse Ditto :: WoT :: Integration 3.5.1               [75/77]
[INFO]   from wot/integration/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot-integration ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-integration ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/src/main/resources
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-integration ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-integration:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-integration ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 22 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-integration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-integration ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-integration ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-integration ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-wot-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-wot-integration >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-wot-integration ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-wot-integration <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-wot-integration ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-integration ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-integration ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-integration ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-integration ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-integration ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-sources.jar' is disabled.
[INFO] Jar '/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-sources.jar' is already signed and will be resigned.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-wot-integration ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/3.5.1/ditto-wot-integration-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/3.5.1/ditto-wot-integration-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/3.5.1/ditto-wot-integration-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/wot/integration/target/ditto-wot-integration-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/3.5.1/ditto-wot-integration-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot-integration ---
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-things-service >---------------
[INFO] Building Eclipse Ditto :: Things :: Service 3.5.1                [76/77]
[INFO]   from things/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service ---
[INFO] Assigning port '42807' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 134 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingCommandEnforcement.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingCommandEnforcement.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-service ---
[INFO] Copying 5 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 113 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/test/java/org/eclipse/ditto/things/service/enforcement/TestSetup.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/test/java/org/eclipse/ditto/things/service/enforcement/TestSetup.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-things-service >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-things-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service ---
[INFO] Assigning port '42559' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-things-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-things-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.aggregation;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/common/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.common.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.enforcement;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/pre/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.enforcement.pre;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.persistence.actors;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.commands;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/events/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.events;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/serializer/package-info.java:15: warning: no comment
[WARNING] package org.eclipse.ditto.things.service.persistence.serializer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ResponseReceiverCache.java:195: warning: no @param for <S>
[WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFree(final S signal,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ResponseReceiverCache.java:220: warning: no @param for <S>
[WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFreeWithFuture(final S signal,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/ThingConditionValidator.java:34: warning: no comment
[WARNING] public final class ThingConditionValidator {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingEnforcement.java:38: warning: no comment
[WARNING] public ThingEnforcement(final ActorRef policiesShardRegion, final ActorSystem actorSystem,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/serializer/ThingMongoEventAdapter.java:42: warning: no comment
[WARNING] public ThingMongoEventAdapter(final ExtendedActorSystem system) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActor.java:112: warning: no @param for searchShardRegionProxy
[WARNING] public static Props props(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorMailbox.java:79: warning: no comment
[WARNING] public ThingPersistenceActorMessageQueue(final int capacity, final ActorSystem actorSystem) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceOperationsActor.java:37: warning: no comment
[WARNING] public static final String ACTOR_NAME = "thingOps";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/ThingsAggregatorActor.java:84: warning: no @param for aggregatorConfig
[WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/ThingsAggregatorActor.java:84: warning: no @param for pubSubMediator
[WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for pubSubMediator
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for policiesShardRegion
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for distributedPubThingEventsForTwin
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for liveSignalPub
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for propsFactory
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for blockedNamespaces
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for policyEnforcerProvider
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for mongoReadJournal
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @return
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for pubSubMediator
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for policiesShardRegion
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for distributedPubThingEventsForTwin
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for liveSignalPub
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for thingsPersistenceActor
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for blockedNamespaces
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for policyEnforcerProvider
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for mongoReadJournal
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @return
[WARNING] public static Props props(final ActorRef pubSubMediator,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorMailbox.java:77: warning: no comment
[WARNING] private final int capacity;
[WARNING] ^
[WARNING] 37 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- shade:3.5.0:shade (default) @ ditto-things-service ---
[INFO] Including org.eclipse.ditto:ditto-base-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
[INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:3.5.1 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-api:jar:3.5.1 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:3.5.1 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-query:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-messages-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-placeholders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-wot-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-wot-integration:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:3.5.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
[INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
[INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
[INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-utils-result:jar:3.5.1 in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[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: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
[WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[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: 
[WARNING]   - META-INF/DISCLAIMER
[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-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-things-service-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-integration-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/MANIFEST.MF
[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: 
[WARNING]   - META-INF/io.netty.versions.properties
[WARNING] caffeine-3.1.8.jar, ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-things-service-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-integration-3.5.1.jar, ditto-wot-model-3.5.1.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: 
[WARNING]   - META-INF/LICENSE
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-conditional-headers-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-http-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-persistent-actors-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-pubsub-policies-3.5.1.jar, ditto-internal-utils-pubsub-things-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-things-service-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-utils-result-3.5.1.jar, ditto-wot-integration-3.5.1.jar, ditto-wot-model-3.5.1.jar define 2 overlapping resources: 
[WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
[WARNING]   - META-INF/NOTICE.md
[WARNING] maven-shade-plugin has detected that some files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the file is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-things-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Service' with 133 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-allinone.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-allinone.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-things-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/3.5.1/ditto-things-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/3.5.1/ditto-things-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/3.5.1/ditto-things-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/3.5.1/ditto-things-service-3.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/things/service/target/ditto-things-service-3.5.1-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/3.5.1/ditto-things-service-3.5.1-allinone.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-service ---
[INFO] 
[INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >-------------
[INFO] Building Eclipse Ditto :: Thing Search :: Service 3.5.1          [77/77]
[INFO]   from thingsearch/service/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service ---
[INFO] Assigning port '45827' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/jacoco.exec
[INFO] 
[INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-service ---
[WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
[INFO] All files are up to date, skip goal execution.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-service ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-service ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:3.5.1...
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 105 source files with javac [debug target 17] to target/classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-service ---
[INFO] Copying 20 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-service ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 62 source files with javac [debug target 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-service ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1.jar
[INFO] 
[INFO] --- shade:3.5.0:shade (default) @ ditto-thingsearch-service ---
[INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-placeholders:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-policies-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:3.5.1 in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:3.5.1 in the shaded jar.
[INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
[INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-service:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-base-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:3.5.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
[INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
[INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:3.5.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
[INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
[INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-query:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-api:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-things-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-protocol:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-messages-model:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
[INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:3.5.1 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:3.5.1 in the shaded jar.
[INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
[INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
[INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-utils-result:jar:3.5.1 in the shaded jar.
[INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] caffeine-3.1.8.jar, ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-thingsearch-service-3.5.1.jar, ditto-utils-result-3.5.1.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: 
[WARNING]   - META-INF/LICENSE
[WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING] ditto-base-api-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-thingsearch-service-3.5.1.jar, ditto-utils-result-3.5.1.jar define 2 overlapping resources: 
[WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
[WARNING]   - META-INF/NOTICE.md
[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: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
[WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
[WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
[WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
[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: 
[WARNING]   - META-INF/DISCLAIMER
[WARNING] ditto-rql-parser-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar define 4 overlapping classes: 
[WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
[WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
[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-3.5.1.jar, ditto-base-model-3.5.1.jar, ditto-base-service-3.5.1.jar, ditto-connectivity-model-3.5.1.jar, ditto-internal-models-signal-3.5.1.jar, ditto-internal-models-signalenrichment-3.5.1.jar, ditto-internal-models-streaming-3.5.1.jar, ditto-internal-utils-cache-3.5.1.jar, ditto-internal-utils-cache-loaders-3.5.1.jar, ditto-internal-utils-cluster-3.5.1.jar, ditto-internal-utils-config-3.5.1.jar, ditto-internal-utils-ddata-3.5.1.jar, ditto-internal-utils-extension-3.5.1.jar, ditto-internal-utils-health-3.5.1.jar, ditto-internal-utils-metrics-3.5.1.jar, ditto-internal-utils-namespaces-3.5.1.jar, ditto-internal-utils-pekko-3.5.1.jar, ditto-internal-utils-persistence-3.5.1.jar, ditto-internal-utils-pubsub-3.5.1.jar, ditto-internal-utils-tracing-3.5.1.jar, ditto-json-3.5.1.jar, ditto-json-cbor-3.5.1.jar, ditto-messages-model-3.5.1.jar, ditto-placeholders-3.5.1.jar, ditto-policies-api-3.5.1.jar, ditto-policies-enforcement-3.5.1.jar, ditto-policies-model-3.5.1.jar, ditto-protocol-3.5.1.jar, ditto-rql-model-3.5.1.jar, ditto-rql-parser-3.5.1.jar, ditto-rql-query-3.5.1.jar, ditto-rql-search-option-parser-3.5.1.jar, ditto-things-api-3.5.1.jar, ditto-things-model-3.5.1.jar, ditto-thingsearch-api-3.5.1.jar, ditto-thingsearch-model-3.5.1.jar, ditto-thingsearch-service-3.5.1.jar, ditto-utils-result-3.5.1.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: 
[WARNING]   - META-INF/MANIFEST.MF
[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: 
[WARNING]   - META-INF/io.netty.versions.properties
[WARNING] maven-shade-plugin has detected that some files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the file is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ ditto-thingsearch-service >>>
[INFO] 
[INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service ---
[INFO] Assigning port '43961' to property 'random-pekko-tcp-port'
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ ditto-thingsearch-service ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ ditto-thingsearch-service <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ ditto-thingsearch-service ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-service ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-release-without-central/legal/target/apidocs. Ignored it.
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/package-info.java:14: warning: no comment
[WARNING] package org.eclipse.ditto.thingsearch.service.common.config;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/expression/visitors/AbstractFieldBsonCreator.java:88: warning: no comment
[WARNING] public final Bson visitSimple(final String fieldName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/AbstractWriteModel.java:72: warning: no @param for maxWireVersion
[WARNING] public Optional<MongoWriteModel> toIncrementalMongo(@Nullable final AbstractWriteModel previousWriteModel,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/BackgroundSyncConfig.java:71: warning: no @return
[WARNING] Duration getIdleTimeout();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/BsonDiff.java:83: warning: no @param for maxWireVersion
[WARNING] public static BsonDiff minus(final BsonDocument minuend, final BsonDocument subtrahend,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/BsonDiff.java:96: warning: no @param for maxWireVersion
[WARNING] public static BsonDiff minusThingDocs(final BsonDocument minuend, final BsonDocument subtrahend,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:260: warning: no comment
[WARNING] CONSISTENCY_ERROR,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:261: warning: no comment
[WARNING] INCORRECT_PATCH,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:263: warning: no comment
[WARNING] OK
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:259: warning: no comment
[WARNING] UNACKNOWLEDGED,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:262: warning: no comment
[WARNING] WRITE_ERROR,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/CachingSignalEnrichmentFacadeProvider.java:46: warning: no @return
[WARNING] CachingSignalEnrichmentFacade getSignalEnrichmentFacade(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/CachingSignalEnrichmentFacadeProvider.java:71: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CachingSignalEnrichmentFacadeProvider> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/CustomMetricConfig.java:65: warning: no comment
[WARNING] enum CustomMetricConfigValue implements KnownConfigValue {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/DefaultBackgroundSyncConfig.java:69: warning: no comment
[WARNING] public static BackgroundSyncConfig fromUpdaterConfig(final Config updaterConfig) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/DefaultCustomMetricConfig.java:64: warning: no comment
[WARNING] public String getCustomMetricName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/query/validation/QueryCriteriaValidator.java:42: warning: no @param for command
[WARNING] CompletionStage<Query> validateQuery(final Command<?> command, final Query query);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:92: warning: no @param for lastWriteModel
[WARNING] toIncrementalMongo(final AbstractWriteModel model, final AbstractWriteModel lastWriteModel, final Logger logger) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/DefaultSearchUpdateObserver.java:29: warning: no comment
[WARNING] public DefaultSearchUpdateObserver(final ActorSystem system, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/SearchConfig.java:38: warning: no comment
[WARNING] Optional<String> getMongoHintsByNamespace();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/SearchConfig.java:75: warning: no comment
[WARNING] List<NamespaceSearchIndexConfig> getNamespaceIndexedFields();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/expression/visitors/GetExistsBsonVisitor.java:55: warning: no @param for authorizationSubjectIds
[WARNING] public static Bson apply(final ExistsFieldExpression expression, final List<String> authorizationSubjectIds) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/JsonInternalVisitor.java:40: warning: no comment
[WARNING] default T eval(final JsonValue value) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/util/KeyEscapeUtil.java:27: warning: no comment
[WARNING] public static final String FAKE_DOT = "~2";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:129: warning: no @param for events
[WARNING] public static Metadata of(final ThingId thingId,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:236: warning: no @param for causingPolicyTag
[WARNING] public Metadata withCausingPolicyTag(final PolicyTag causingPolicyTag) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:246: warning: no @param for ackRecipient
[WARNING] public Metadata withAckRecipient(final ActorSelection ackRecipient) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:256: warning: no @param for reason
[WARNING] public Metadata withUpdateReason(final UpdateReason reason) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/query/MongoQueryBuilderFactory.java:33: warning: no comment
[WARNING] public MongoQueryBuilderFactory(final LimitsConfig limitsConfig) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/MongoSortKeyMappingFunction.java:43: warning: no comment
[WARNING] public static String mapSortKey(final String... values) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/MongoThingsSearchPersistence.java:102: warning: no @param for persistenceConfig
[WARNING] public MongoThingsSearchPersistence(final DittoMongoClient mongoClient, final ActorSystem actorSystem,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/impl/MongoThingsSearchUpdaterPersistence.java:75: warning: no @return
[WARNING] public static ThingsSearchUpdaterPersistence of(final MongoDatabase database,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/NamespaceSearchIndexConfig.java:42: warning: no comment
[WARNING] enum NamespaceSearchIndexConfigValue implements KnownConfigValue {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/query/validation/QueryCriteriaValidator.java:62: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<QueryCriteriaValidator> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/util/RootSupervisorStrategyFactory.java:40: warning: no comment
[WARNING] public static OneForOneStrategy createStrategy(final LoggingAdapter log) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:40: warning: no comment
[WARNING] protected final ActorSystem actorSystem;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:41: warning: no comment
[WARNING] protected final int maxWireVersion;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:43: warning: no comment
[WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Config config) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:47: warning: no comment
[WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Integer maxWireVersion) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/SearchUpdateObserver.java:64: warning: no comment
[WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<SearchUpdateObserver> {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdaterStream.java:64: warning: no @param for blockedNamespaces
[WARNING] public static SearchUpdaterStream of(final UpdaterConfig updaterConfig,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/ShardRegionFactory.java:101: warning: no @param for clusterRole
[WARNING] public ActorRef getSearchUpdaterShardRegion(final int numberOfShards, @Nonnull final Props thingUpdaterProps,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/ThingUpdater.java:130: warning: no comment
[WARNING] public static Result fromError(final Metadata metadata, final Throwable error) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/WriteResultAndErrors.java:86: warning: no comment
[WARNING] public static WriteResultAndErrors failure(final Throwable error) {
[WARNING] ^
[WARNING] 44 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-service ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-service ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Service' with 121 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-service ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-allinone.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-allinone.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-service ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/3.5.1/ditto-thingsearch-service-3.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/3.5.1/ditto-thingsearch-service-3.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/3.5.1/ditto-thingsearch-service-3.5.1-allinone.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/3.5.1/ditto-thingsearch-service-3.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-release-without-central/thingsearch/service/target/ditto-thingsearch-service-3.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/3.5.1/ditto-thingsearch-service-3.5.1-javadoc.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-service ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Ditto 3.5.1:
[INFO] 
[INFO] Eclipse Ditto ...................................... SUCCESS [  6.330 s]
[INFO] Eclipse Ditto :: Legal ............................. SUCCESS [  2.156 s]
[INFO] Eclipse Ditto :: BOM ............................... SUCCESS [  0.602 s]
[INFO] Eclipse Ditto :: Utils ............................. SUCCESS [  0.397 s]
[INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [  7.007 s]
[INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 17.441 s]
[INFO] Eclipse Ditto :: Base .............................. SUCCESS [  0.344 s]
[INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 19.922 s]
[INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [  8.717 s]
[INFO] Eclipse Ditto :: Internal .......................... SUCCESS [  0.301 s]
[INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [  2.180 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 10.927 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [  7.045 s]
[INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [  5.723 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 13.457 s]
[INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [  0.327 s]
[INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [  5.557 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 19.085 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [  6.847 s]
[INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [  7.151 s]
[INFO] Eclipse Ditto :: Policies .......................... SUCCESS [  0.326 s]
[INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 25.622 s]
[INFO] Eclipse Ditto :: Things ............................ SUCCESS [  0.395 s]
[INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 25.125 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [  7.816 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [  6.195 s]
[INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [  8.567 s]
[INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [  9.884 s]
[INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [  0.392 s]
[INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 15.843 s]
[INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [  0.490 s]
[INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [ 10.935 s]
[INFO] Eclipse Ditto :: Messages .......................... SUCCESS [  0.312 s]
[INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [  7.390 s]
[INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 11.555 s]
[INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [  7.311 s]
[INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [  7.002 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [  6.355 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [ 12.629 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [  5.736 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [  3.418 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 12.806 s]
[INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [  7.705 s]
[INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [  7.537 s]
[INFO] Eclipse Ditto :: JWT ............................... SUCCESS [  0.300 s]
[INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [  6.048 s]
[INFO] Eclipse Ditto :: WoT ............................... SUCCESS [  0.316 s]
[INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [ 11.214 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders  SUCCESS [  7.056 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [ 11.382 s]
[INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [  8.005 s]
[INFO] Eclipse Ditto :: RQL ............................... SUCCESS [  0.419 s]
[INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [  6.815 s]
[INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 14.726 s]
[INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [  8.116 s]
[INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [  7.829 s]
[INFO] Eclipse Ditto :: Edge .............................. SUCCESS [  0.361 s]
[INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [  9.007 s]
[INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [  6.606 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [  8.609 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 10.978 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [  6.493 s]
[INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [ 10.253 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [  6.859 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [  9.474 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [  6.049 s]
[INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [01:18 min]
[INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [  2.327 s]
[INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [  0.735 s]
[INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [  6.786 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [  5.326 s]
[INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [  5.677 s]
[INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [01:09 min]
[INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [ 45.766 s]
[INFO] Eclipse Ditto :: WoT :: Integration ................ SUCCESS [  7.364 s]
[INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [ 46.942 s]
[INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [ 47.129 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13:37 min
[INFO] Finished at: 2024-01-30T09:18:44Z
[INFO] ------------------------------------------------------------------------
[ditto-release-without-central] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors scm:tag -Drevision=3.5.1
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:3.5.1
[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-release-without-central/policies/service/pom.xml, line 143, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.eclipse.ditto:ditto:pom:3.5.1 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
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Ditto                                                      [pom]
[INFO] Eclipse Ditto :: Legal                                             [jar]
[INFO] Eclipse Ditto :: BOM                                               [pom]
[INFO] Eclipse Ditto :: Utils                                             [pom]
[INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions                       [jar]
[INFO] Eclipse Ditto :: JSON                                           [bundle]
[INFO] Eclipse Ditto :: Base                                              [pom]
[INFO] Eclipse Ditto :: Base :: Model                                  [bundle]
[INFO] Eclipse Ditto :: Base :: API                                       [jar]
[INFO] Eclipse Ditto :: Internal                                          [pom]
[INFO] Eclipse Ditto :: Internal :: Utils                                 [pom]
[INFO] Eclipse Ditto :: Internal :: Utils :: Config                       [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Metrics                      [jar]
[INFO] Eclipse Ditto :: Utils :: Result                                   [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Tracing                      [jar]
[INFO] Eclipse Ditto :: Internal :: Models                                [pom]
[INFO] Eclipse Ditto :: Internal :: Models :: Streaming                   [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pekko                        [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Health                       [jar]
[INFO] Eclipse Ditto :: JSON CBOR                                      [bundle]
[INFO] Eclipse Ditto :: Policies                                          [pom]
[INFO] Eclipse Ditto :: Policies :: Model                              [bundle]
[INFO] Eclipse Ditto :: Things                                            [pom]
[INFO] Eclipse Ditto :: Things :: Model                                [bundle]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cluster                      [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Extension                    [jar]
[INFO] Eclipse Ditto :: Placeholders                                   [bundle]
[INFO] Eclipse Ditto :: Base :: Service                                   [jar]
[INFO] Eclipse Ditto :: Connectivity                                      [pom]
[INFO] Eclipse Ditto :: Connectivity :: Model                          [bundle]
[INFO] Eclipse Ditto :: Thing Search                                      [pom]
[INFO] Eclipse Ditto :: Thing Search :: Model                          [bundle]
[INFO] Eclipse Ditto :: Messages                                          [pom]
[INFO] Eclipse Ditto :: Messages :: Model                              [bundle]
[INFO] Eclipse Ditto :: Protocol                                       [bundle]
[INFO] Eclipse Ditto :: Internal :: Models :: Signal                      [jar]
[INFO] Eclipse Ditto :: Policies :: API                                   [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data             [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub                      [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache                        [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Test                         [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistence                  [jar]
[INFO] Eclipse Ditto :: Things :: API                                     [jar]
[INFO] Eclipse Ditto :: Connectivity :: API                               [jar]
[INFO] Eclipse Ditto :: JWT                                               [pom]
[INFO] Eclipse Ditto :: JWT :: Model                                   [bundle]
[INFO] Eclipse Ditto :: WoT                                               [pom]
[INFO] Eclipse Ditto :: WoT :: Model                                   [bundle]
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders                [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces                   [jar]
[INFO] Eclipse Ditto :: Policies :: Enforcement                           [jar]
[INFO] Eclipse Ditto :: RQL                                               [pom]
[INFO] Eclipse Ditto :: RQL :: Model                                   [bundle]
[INFO] Eclipse Ditto :: RQL :: parser                                  [bundle]
[INFO] Eclipse Ditto :: RQL :: Query                                   [bundle]
[INFO] Eclipse Ditto :: Thing Search :: API                               [jar]
[INFO] Eclipse Ditto :: Edge                                              [pom]
[INFO] Eclipse Ditto :: Edge :: Service                                   [jar]
[INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment           [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers          [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors            [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Protocol                     [jar]
[INFO] Eclipse Ditto :: RQL :: search option parser                    [bundle]
[INFO] Eclipse Ditto :: Internal :: Utils :: Search                       [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies             [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things               [jar]
[INFO] Eclipse Ditto :: Connectivity :: Service                           [jar]
[INFO] Eclipse Ditto :: Documentation                                     [pom]
[INFO] Eclipse Ditto :: Gateway                                           [pom]
[INFO] Eclipse Ditto :: Gateway :: API                                    [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: HTTP                         [jar]
[INFO] Eclipse Ditto :: Internal :: Utils :: JWT                          [jar]
[INFO] Eclipse Ditto :: Gateway :: Service                                [jar]
[INFO] Eclipse Ditto :: Policies :: Service                               [jar]
[INFO] Eclipse Ditto :: WoT :: Integration                                [jar]
[INFO] Eclipse Ditto :: Things :: Service                                 [jar]
[INFO] Eclipse Ditto :: Thing Search :: Service                           [jar]
[INFO] 
[INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
[INFO] Building Eclipse Ditto 3.5.1                                      [1/77]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- scm:2.0.1:tag (default-cli) @ ditto ---
[INFO] Final Tag Name: '3.5.1'
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ditto-release-without-central' && 'git' 'tag' '-F' '/tmp/maven-scm-781978263.commit' '3.5.1'
[INFO] Working directory: /home/jenkins/agent/workspace/ditto-release-without-central
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ditto-release-without-central' && 'git' 'push' 'git@github.com:eclipse-ditto/ditto.git' 'refs/tags/3.5.1'
[INFO] Working directory: /home/jenkins/agent/workspace/ditto-release-without-central
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ditto-release-without-central' && 'git' 'ls-files'
[INFO] Working directory: /home/jenkins/agent/workspace/ditto-release-without-central
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Ditto 3.5.1:
[INFO] 
[INFO] Eclipse Ditto ...................................... SUCCESS [  3.466 s]
[INFO] Eclipse Ditto :: Legal ............................. SKIPPED
[INFO] Eclipse Ditto :: BOM ............................... SKIPPED
[INFO] Eclipse Ditto :: Utils ............................. SKIPPED
[INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SKIPPED
[INFO] Eclipse Ditto :: JSON .............................. SKIPPED
[INFO] Eclipse Ditto :: Base .............................. SKIPPED
[INFO] Eclipse Ditto :: Base :: Model ..................... SKIPPED
[INFO] Eclipse Ditto :: Base :: API ....................... SKIPPED
[INFO] Eclipse Ditto :: Internal .......................... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils ................. SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SKIPPED
[INFO] Eclipse Ditto :: Utils :: Result ................... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Models ................ SKIPPED
[INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SKIPPED
[INFO] Eclipse Ditto :: JSON CBOR ......................... SKIPPED
[INFO] Eclipse Ditto :: Policies .......................... SKIPPED
[INFO] Eclipse Ditto :: Policies :: Model ................. SKIPPED
[INFO] Eclipse Ditto :: Things ............................ SKIPPED
[INFO] Eclipse Ditto :: Things :: Model ................... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SKIPPED
[INFO] Eclipse Ditto :: Placeholders ...................... SKIPPED
[INFO] Eclipse Ditto :: Base :: Service ................... SKIPPED
[INFO] Eclipse Ditto :: Connectivity ...................... SKIPPED
[INFO] Eclipse Ditto :: Connectivity :: Model ............. SKIPPED
[INFO] Eclipse Ditto :: Thing Search ...................... SKIPPED
[INFO] Eclipse Ditto :: Thing Search :: Model ............. SKIPPED
[INFO] Eclipse Ditto :: Messages .......................... SKIPPED
[INFO] Eclipse Ditto :: Messages :: Model ................. SKIPPED
[INFO] Eclipse Ditto :: Protocol .......................... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SKIPPED
[INFO] Eclipse Ditto :: Policies :: API ................... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SKIPPED
[INFO] Eclipse Ditto :: Things :: API ..................... SKIPPED
[INFO] Eclipse Ditto :: Connectivity :: API ............... SKIPPED
[INFO] Eclipse Ditto :: JWT ............................... SKIPPED
[INFO] Eclipse Ditto :: JWT :: Model ...................... SKIPPED
[INFO] Eclipse Ditto :: WoT ............................... SKIPPED
[INFO] Eclipse Ditto :: WoT :: Model ...................... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders  SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SKIPPED
[INFO] Eclipse Ditto :: Policies :: Enforcement ........... SKIPPED
[INFO] Eclipse Ditto :: RQL ............................... SKIPPED
[INFO] Eclipse Ditto :: RQL :: Model ...................... SKIPPED
[INFO] Eclipse Ditto :: RQL :: parser ..................... SKIPPED
[INFO] Eclipse Ditto :: RQL :: Query ...................... SKIPPED
[INFO] Eclipse Ditto :: Thing Search :: API ............... SKIPPED
[INFO] Eclipse Ditto :: Edge .............................. SKIPPED
[INFO] Eclipse Ditto :: Edge :: Service ................... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SKIPPED
[INFO] Eclipse Ditto :: RQL :: search option parser ....... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SKIPPED
[INFO] Eclipse Ditto :: Connectivity :: Service ........... SKIPPED
[INFO] Eclipse Ditto :: Documentation ..................... SKIPPED
[INFO] Eclipse Ditto :: Gateway ........................... SKIPPED
[INFO] Eclipse Ditto :: Gateway :: API .................... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SKIPPED
[INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SKIPPED
[INFO] Eclipse Ditto :: Gateway :: Service ................ SKIPPED
[INFO] Eclipse Ditto :: Policies :: Service ............... SKIPPED
[INFO] Eclipse Ditto :: WoT :: Integration ................ SKIPPED
[INFO] Eclipse Ditto :: Things :: Service ................. SKIPPED
[INFO] Eclipse Ditto :: Thing Search :: Service ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.312 s
[INFO] Finished at: 2024-01-30T09:18:52Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS