Skip to content

Console Output

03:48:23 Started by an SCM change
03:48:23 Running as SYSTEM
03:48:23 Agent basic-pl00h is provisioned from template basic
03:48:23 ---
03:48:23 apiVersion: "v1"
03:48:23 kind: "Pod"
03:48:23 metadata:
03:48:23   labels:
03:48:23     jenkins: "slave"
03:48:23     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
03:48:23     jenkins/label: "basic"
03:48:23   name: "basic-pl00h"
03:48:23   namespace: "ditto"
03:48:23 spec:
03:48:23   containers:
03:48:23   - env:
03:48:23     - name: "JENKINS_SECRET"
03:48:23       value: "********"
03:48:23     - name: "JENKINS_TUNNEL"
03:48:23       value: "jenkins-discovery.ditto.svc.cluster.local:50000"
03:48:23     - name: "JENKINS_AGENT_NAME"
03:48:23       value: "basic-pl00h"
03:48:23     - name: "JENKINS_REMOTING_JAVA_OPTS"
03:48:23       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
03:48:23         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
03:48:23     - name: "JAVA_TOOL_OPTIONS"
03:48:23       value: ""
03:48:23     - name: "_JAVA_OPTIONS"
03:48:23       value: ""
03:48:23     - name: "OPENJ9_JAVA_OPTIONS"
03:48:23       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
03:48:23     - name: "JENKINS_NAME"
03:48:23       value: "basic-pl00h"
03:48:23     - name: "JENKINS_AGENT_WORKDIR"
03:48:23       value: "/home/jenkins/agent"
03:48:23     - name: "JENKINS_URL"
03:48:23       value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/"
03:48:23     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
03:48:23     imagePullPolicy: "Always"
03:48:23     name: "jnlp"
03:48:23     resources:
03:48:23       limits:
03:48:23         cpu: "2000m"
03:48:23         memory: "4096Mi"
03:48:23       requests:
03:48:23         cpu: "1000m"
03:48:23         memory: "4096Mi"
03:48:23     tty: true
03:48:23     volumeMounts:
03:48:23     - mountPath: "/home/jenkins/.m2/toolchains.xml"
03:48:23       name: "m2-dir"
03:48:23       readOnly: true
03:48:23       subPath: "toolchains.xml"
03:48:23     - mountPath: "/home/jenkins/.mavenrc"
03:48:23       name: "m2-dir"
03:48:23       readOnly: true
03:48:23       subPath: ".mavenrc"
03:48:23     - mountPath: "/opt/tools"
03:48:23       name: "volume-0"
03:48:23       readOnly: false
03:48:23     - mountPath: "/home/jenkins"
03:48:23       name: "volume-2"
03:48:23       readOnly: false
03:48:23     - mountPath: "/home/jenkins/.m2/repository"
03:48:23       name: "volume-3"
03:48:23       readOnly: false
03:48:23     - mountPath: "/home/jenkins/.m2/settings-security.xml"
03:48:23       name: "m2-secret-dir"
03:48:23       readOnly: true
03:48:23       subPath: "settings-security.xml"
03:48:23     - mountPath: "/home/jenkins/.m2/wrapper"
03:48:23       name: "volume-4"
03:48:23       readOnly: false
03:48:23     - mountPath: "/home/jenkins/.m2/settings.xml"
03:48:23       name: "m2-secret-dir"
03:48:23       readOnly: true
03:48:23       subPath: "settings.xml"
03:48:23     - mountPath: "/home/jenkins/.ssh"
03:48:23       name: "volume-1"
03:48:23       readOnly: false
03:48:23       subPath: ""
03:48:23     - mountPath: "/home/jenkins/agent"
03:48:23       name: "workspace-volume"
03:48:23       readOnly: false
03:48:23     workingDir: "/home/jenkins/agent"
03:48:23   nodeSelector:
03:48:23     kubernetes.io/os: "linux"
03:48:23   restartPolicy: "Never"
03:48:23   volumes:
03:48:23   - name: "volume-0"
03:48:23     persistentVolumeClaim:
03:48:23       claimName: "tools-claim-jiro-ditto"
03:48:23       readOnly: true
03:48:23   - name: "m2-secret-dir"
03:48:23     secret:
03:48:23       secretName: "m2-secret-dir"
03:48:23   - emptyDir:
03:48:23       medium: ""
03:48:23     name: "volume-2"
03:48:23   - configMap:
03:48:23       name: "m2-dir"
03:48:23     name: "m2-dir"
03:48:23   - configMap:
03:48:23       name: "known-hosts"
03:48:23     name: "volume-1"
03:48:23   - emptyDir:
03:48:23       medium: ""
03:48:23     name: "workspace-volume"
03:48:23   - emptyDir:
03:48:23       medium: ""
03:48:23     name: "volume-4"
03:48:23   - emptyDir:
03:48:23       medium: ""
03:48:23     name: "volume-3"
03:48:23 
03:48:23 Building remotely on basic-pl00h (basic) in workspace /home/jenkins/agent/workspace/ditto-ci
03:48:23 The recommended git tool is: NONE
03:48:25 No credentials specified
03:48:25 Cloning the remote Git repository
03:48:25 Cloning repository https://github.com/eclipse/ditto.git
03:48:25  > git init /home/jenkins/agent/workspace/ditto-ci # timeout=10
03:48:25 Fetching upstream changes from https://github.com/eclipse/ditto.git
03:48:25  > git --version # timeout=10
03:48:25  > git --version # 'git version 2.20.1'
03:48:25  > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
03:48:34  > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
03:48:34  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
03:48:34 Avoid second fetch
03:48:35  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
03:48:35 Checking out Revision 8a3a9c72f587fa6be455b0944bd5eaaed00f8404 (refs/remotes/origin/master)
03:48:35  > git config core.sparsecheckout # timeout=10
03:48:35  > git checkout -f 8a3a9c72f587fa6be455b0944bd5eaaed00f8404 # timeout=10
03:48:36 Commit message: "removed "version" from DittoHeaderDefinition - too generic name for something Ditto does no longer need (only one supported version)"
03:48:36  > git rev-list --no-walk 2fe29b418df7d48015d0bbc2dff2a63c3fb668f3 # timeout=10
03:48:36 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors clean install -DcreateJavadoc=true -DskipITs=true
03:48:36 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
03:48:36 Maven home: /opt/tools/apache-maven/latest
03:48:36 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
03:48:36 Default locale: en_US, platform encoding: UTF-8
03:48:36 OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
03:48:37 [INFO] Error stacktraces are turned on.
03:48:37 [INFO] Scanning for projects...
03:48:50 [WARNING] 
03:48:50 [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT
03:48:50 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.ditto:ditto-internal-utils-pekko:test-jar -> duplicate declaration of version (?) @ org.eclipse.ditto:ditto-policies-service:${revision}, /home/jenkins/agent/workspace/ditto-ci/policies/service/pom.xml, line 143, column 21
03:48:50 [WARNING] 
03:48:50 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
03:48:50 [WARNING] 
03:48:50 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
03:48:50 [WARNING] 
03:48:50 [WARNING] The project org.eclipse.ditto:ditto:pom:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
03:48:50 [INFO] ------------------------------------------------------------------------
03:48:50 [INFO] Reactor Build Order:
03:48:50 [INFO] 
03:48:50 [INFO] Eclipse Ditto                                                      [pom]
03:48:50 [INFO] Eclipse Ditto :: Legal                                             [jar]
03:48:50 [INFO] Eclipse Ditto :: BOM                                               [pom]
03:48:50 [INFO] Eclipse Ditto :: Utils                                             [pom]
03:48:50 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions                       [jar]
03:48:50 [INFO] Eclipse Ditto :: JSON                                           [bundle]
03:48:50 [INFO] Eclipse Ditto :: Base                                              [pom]
03:48:50 [INFO] Eclipse Ditto :: Base :: Model                                  [bundle]
03:48:50 [INFO] Eclipse Ditto :: Base :: API                                       [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal                                          [pom]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils                                 [pom]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Config                       [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics                      [jar]
03:48:50 [INFO] Eclipse Ditto :: Utils :: Result                                   [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing                      [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Models                                [pom]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming                   [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko                        [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Health                       [jar]
03:48:50 [INFO] Eclipse Ditto :: JSON CBOR                                      [bundle]
03:48:50 [INFO] Eclipse Ditto :: Policies                                          [pom]
03:48:50 [INFO] Eclipse Ditto :: Policies :: Model                              [bundle]
03:48:50 [INFO] Eclipse Ditto :: Things                                            [pom]
03:48:50 [INFO] Eclipse Ditto :: Things :: Model                                [bundle]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster                      [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension                    [jar]
03:48:50 [INFO] Eclipse Ditto :: Placeholders                                   [bundle]
03:48:50 [INFO] Eclipse Ditto :: Base :: Service                                   [jar]
03:48:50 [INFO] Eclipse Ditto :: Connectivity                                      [pom]
03:48:50 [INFO] Eclipse Ditto :: Connectivity :: Model                          [bundle]
03:48:50 [INFO] Eclipse Ditto :: Thing Search                                      [pom]
03:48:50 [INFO] Eclipse Ditto :: Thing Search :: Model                          [bundle]
03:48:50 [INFO] Eclipse Ditto :: Messages                                          [pom]
03:48:50 [INFO] Eclipse Ditto :: Messages :: Model                              [bundle]
03:48:50 [INFO] Eclipse Ditto :: Protocol                                       [bundle]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Models :: Signal                      [jar]
03:48:50 [INFO] Eclipse Ditto :: Policies :: API                                   [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data             [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub                      [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache                        [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Test                         [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence                  [jar]
03:48:50 [INFO] Eclipse Ditto :: Things :: API                                     [jar]
03:48:50 [INFO] Eclipse Ditto :: Connectivity :: API                               [jar]
03:48:50 [INFO] Eclipse Ditto :: JWT                                               [pom]
03:48:50 [INFO] Eclipse Ditto :: JWT :: Model                                   [bundle]
03:48:50 [INFO] Eclipse Ditto :: WoT                                               [pom]
03:48:50 [INFO] Eclipse Ditto :: WoT :: Model                                   [bundle]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders                [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces                   [jar]
03:48:50 [INFO] Eclipse Ditto :: Policies :: Enforcement                           [jar]
03:48:50 [INFO] Eclipse Ditto :: RQL                                               [pom]
03:48:50 [INFO] Eclipse Ditto :: RQL :: Model                                   [bundle]
03:48:50 [INFO] Eclipse Ditto :: RQL :: parser                                  [bundle]
03:48:50 [INFO] Eclipse Ditto :: RQL :: Query                                   [bundle]
03:48:50 [INFO] Eclipse Ditto :: Thing Search :: API                               [jar]
03:48:50 [INFO] Eclipse Ditto :: Edge                                              [pom]
03:48:50 [INFO] Eclipse Ditto :: Edge :: Service                                   [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment           [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers          [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors            [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol                     [jar]
03:48:50 [INFO] Eclipse Ditto :: RQL :: search option parser                    [bundle]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Search                       [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies             [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things               [jar]
03:48:50 [INFO] Eclipse Ditto :: Connectivity :: Service                           [jar]
03:48:50 [INFO] Eclipse Ditto :: Documentation                                     [pom]
03:48:50 [INFO] Eclipse Ditto :: Gateway                                           [pom]
03:48:50 [INFO] Eclipse Ditto :: Gateway :: API                                    [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP                         [jar]
03:48:50 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT                          [jar]
03:48:50 [INFO] Eclipse Ditto :: Gateway :: Service                                [jar]
03:48:50 [INFO] Eclipse Ditto :: Policies :: Service                               [jar]
03:48:50 [INFO] Eclipse Ditto :: WoT :: Integration                                [jar]
03:48:50 [INFO] Eclipse Ditto :: Things :: Service                                 [jar]
03:48:50 [INFO] Eclipse Ditto :: Thing Search :: Service                           [jar]
03:48:50 [INFO] 
03:48:50 [INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
03:48:50 [INFO] Building Eclipse Ditto 0-SNAPSHOT                                 [1/77]
03:48:50 [INFO]   from pom.xml
03:48:50 [INFO] --------------------------------[ pom ]---------------------------------
03:48:52 [INFO] 
03:48:52 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto ---
03:48:52 [INFO] 
03:48:52 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto ---
03:48:52 [INFO] 
03:48:52 [INFO] --- license:4.2:check (default) @ ditto ---
03:48:53 [WARNING]  Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes
03:48:53 [WARNING]  Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header
03:48:53 [WARNING]  Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes
03:48:53 [WARNING]  Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders
03:48:53 [INFO] Checking licenses...
03:48:53 [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
03:48:53 [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information.
03:48:55 [INFO] 
03:48:55 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto ---
03:48:55 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/target/jacoco.exec
03:48:55 [INFO] 
03:48:55 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto ---
03:48:59 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:48:59 [INFO] The goal is skip due to packaging 'pom'
03:48:59 [INFO] 
03:48:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto ---
03:48:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
03:48:59 [INFO] 
03:48:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto ---
03:49:03 [INFO] 
03:49:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto ---
03:49:04 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:49:04 [INFO] 
03:49:04 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto ---
03:49:04 [INFO] Tests are skipped.
03:49:04 [INFO] 
03:49:04 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto ---
03:49:04 [INFO] Tests are skipped.
03:49:04 [INFO] 
03:49:04 [INFO] --- jacoco:0.8.10:report (report) @ ditto ---
03:49:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:49:04 [INFO] 
03:49:04 [INFO] --- install:3.1.1:install (default-install) @ ditto ---
03:49:04 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto/0-SNAPSHOT/ditto-0-SNAPSHOT.pom
03:49:04 [INFO] 
03:49:04 [INFO] -------------------< org.eclipse.ditto:ditto-legal >--------------------
03:49:04 [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT                        [2/77]
03:49:04 [INFO]   from legal/pom.xml
03:49:04 [INFO] --------------------------------[ jar ]---------------------------------
03:49:05 [INFO] 
03:49:05 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-legal ---
03:49:05 [INFO] 
03:49:05 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-legal ---
03:49:05 [INFO] 
03:49:05 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal ---
03:49:05 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/legal/target/jacoco.exec
03:49:05 [INFO] 
03:49:05 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal ---
03:49:05 [INFO] Copying 8 resources from  to target/classes
03:49:05 [INFO] 
03:49:05 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal ---
03:49:05 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT...
03:49:05 [INFO] 
03:49:05 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal ---
03:49:05 [INFO] No sources to compile
03:49:05 [INFO] 
03:49:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal ---
03:49:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources
03:49:05 [INFO] 
03:49:05 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal ---
03:49:05 [INFO] No sources to compile
03:49:05 [INFO] 
03:49:05 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal ---
03:49:05 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:49:05 [INFO] No tests to run.
03:49:05 [INFO] 
03:49:05 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal ---
03:49:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar
03:49:06 [INFO] 
03:49:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal ---
03:49:06 [INFO] Tests are skipped.
03:49:06 [INFO] 
03:49:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal ---
03:49:06 [INFO] Tests are skipped.
03:49:06 [INFO] 
03:49:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-legal ---
03:49:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:49:06 [INFO] 
03:49:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-legal ---
03:49:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/legal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-legal/0-SNAPSHOT/ditto-legal-0-SNAPSHOT.pom
03:49:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-legal/0-SNAPSHOT/ditto-legal-0-SNAPSHOT.jar
03:49:06 [INFO] 
03:49:06 [INFO] --------------------< org.eclipse.ditto:ditto-bom >---------------------
03:49:06 [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT                          [3/77]
03:49:06 [INFO]   from bom/pom.xml
03:49:06 [INFO] --------------------------------[ pom ]---------------------------------
03:49:06 [INFO] 
03:49:06 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-bom ---
03:49:06 [INFO] 
03:49:06 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-bom ---
03:49:06 [INFO] 
03:49:06 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom ---
03:49:06 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/bom/target/jacoco.exec
03:49:06 [INFO] 
03:49:06 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom ---
03:49:06 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:49:06 [INFO] The goal is skip due to packaging 'pom'
03:49:06 [INFO] 
03:49:06 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom ---
03:49:06 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT...
03:49:06 [INFO] 
03:49:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom ---
03:49:06 [INFO] 
03:49:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom ---
03:49:06 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:49:06 [INFO] 
03:49:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom ---
03:49:06 [INFO] Tests are skipped.
03:49:06 [INFO] 
03:49:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom ---
03:49:06 [INFO] Tests are skipped.
03:49:06 [INFO] 
03:49:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-bom ---
03:49:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:49:06 [INFO] 
03:49:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-bom ---
03:49:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/bom/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-bom/0-SNAPSHOT/ditto-bom-0-SNAPSHOT.pom
03:49:06 [INFO] 
03:49:06 [INFO] -------------------< org.eclipse.ditto:ditto-utils >--------------------
03:49:06 [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT                        [4/77]
03:49:06 [INFO]   from utils/pom.xml
03:49:06 [INFO] --------------------------------[ pom ]---------------------------------
03:49:06 [INFO] 
03:49:06 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils ---
03:49:06 [INFO] 
03:49:06 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils ---
03:49:06 [INFO] 
03:49:06 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils ---
03:49:06 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:49:06 [INFO] 
03:49:06 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils ---
03:49:06 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/target/jacoco.exec
03:49:06 [INFO] 
03:49:06 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils ---
03:49:06 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:49:06 [INFO] The goal is skip due to packaging 'pom'
03:49:06 [INFO] 
03:49:06 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils ---
03:49:06 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT...
03:49:06 [INFO] 
03:49:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils ---
03:49:06 [INFO] 
03:49:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils ---
03:49:06 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:49:06 [INFO] 
03:49:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils ---
03:49:06 [INFO] Tests are skipped.
03:49:06 [INFO] 
03:49:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils ---
03:49:06 [INFO] Tests are skipped.
03:49:06 [INFO] 
03:49:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils ---
03:49:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:49:06 [INFO] 
03:49:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils ---
03:49:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils/0-SNAPSHOT/ditto-utils-0-SNAPSHOT.pom
03:49:06 [INFO] 
03:49:06 [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >----------------
03:49:06 [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT  [5/77]
03:49:06 [INFO]   from utils/jsr305/pom.xml
03:49:06 [INFO] --------------------------------[ jar ]---------------------------------
03:49:07 [INFO] 
03:49:07 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-jsr305 ---
03:49:07 [INFO] 
03:49:07 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-jsr305 ---
03:49:07 [INFO] 
03:49:07 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 ---
03:49:07 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:49:07 [INFO] 
03:49:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 ---
03:49:07 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/jacoco.exec
03:49:07 [INFO] 
03:49:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 ---
03:49:07 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:49:07 [WARNING] 
03:49:07 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:49:07 [WARNING] 
03:49:07 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:49:07 [WARNING] 
03:49:07 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:49:07 [INFO] 
03:49:07 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 ---
03:49:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources
03:49:07 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:49:07 [INFO] 
03:49:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 ---
03:49:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT...
03:49:07 [INFO] 
03:49:07 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 ---
03:49:07 [INFO] Changes detected - recompiling the module! :dependency
03:49:07 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
03:49:08 [WARNING] bootstrap class path not set in conjunction with -source 8
03:49:08 [INFO] 
03:49:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 ---
03:49:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources
03:49:08 [INFO] 
03:49:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 ---
03:49:08 [INFO] No sources to compile
03:49:08 [INFO] 
03:49:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 ---
03:49:08 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:49:08 [INFO] No tests to run.
03:49:08 [INFO] 
03:49:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 ---
03:49:08 [INFO] 
03:49:08 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 ---
03:49:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar
03:49:08 [INFO] 
03:49:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 ---
03:49:08 [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT'. Trying to invoke it...
03:49:11 [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs
03:49:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:49:11 [INFO] No previous run data found, generating javadoc.
03:49:12 [WARNING] Javadoc Warnings
03:49:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment
03:49:12 [WARNING] ElementType[] value() default {};
03:49:12 [WARNING] ^
03:49:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment
03:49:12 [WARNING] ElementType[] value() default {};
03:49:12 [WARNING] ^
03:49:12 [WARNING] 2 warnings
03:49:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar
03:49:12 [INFO] 
03:49:12 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 ---
03:49:12 [INFO] Tests are skipped.
03:49:12 [INFO] 
03:49:12 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 ---
03:49:12 [INFO] Tests are skipped.
03:49:12 [INFO] 
03:49:12 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 ---
03:49:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:49:12 [INFO] 
03:49:12 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 ---
03:49:14 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'.
03:49:14 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'.
03:49:14 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'.
03:49:14 [INFO] 
03:49:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 ---
03:49:14 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/0-SNAPSHOT/ditto-utils-jsr305-0-SNAPSHOT.pom
03:49:14 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/0-SNAPSHOT/ditto-utils-jsr305-0-SNAPSHOT.jar
03:49:14 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/0-SNAPSHOT/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar
03:49:14 [INFO] 
03:49:14 [INFO] --------------------< org.eclipse.ditto:ditto-json >--------------------
03:49:14 [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT                         [6/77]
03:49:14 [INFO]   from json/pom.xml
03:49:14 [INFO] -------------------------------[ bundle ]-------------------------------
03:49:19 [INFO] 
03:49:19 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json ---
03:49:19 [INFO] 
03:49:19 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json ---
03:49:19 [INFO] 
03:49:19 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json ---
03:49:19 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:49:19 [INFO] 
03:49:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json ---
03:49:19 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec
03:49:19 [INFO] 
03:49:19 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json ---
03:49:19 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:49:19 [WARNING] 
03:49:19 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:49:19 [WARNING] 
03:49:19 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:49:19 [WARNING] 
03:49:20 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:49:20 [INFO] 
03:49:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json ---
03:49:20 [INFO] Copying 0 resource from src/main/resources to target/classes
03:49:20 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:49:20 [INFO] 
03:49:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json ---
03:49:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT...
03:49:20 [INFO] 
03:49:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json ---
03:49:20 [INFO] Changes detected - recompiling the module! :dependency
03:49:20 [INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes
03:49:21 [WARNING] bootstrap class path not set in conjunction with -source 8
03:49:21 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java uses unchecked or unsafe operations.
03:49:21 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details.
03:49:21 [INFO] 
03:49:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json ---
03:49:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources
03:49:21 [INFO] 
03:49:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json ---
03:49:21 [INFO] Changes detected - recompiling the module! :dependency
03:49:21 [INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes
03:49:24 [WARNING] bootstrap class path not set in conjunction with -source 8
03:49:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/test/java/org/eclipse/ditto/json/JsonValueParserTest.java:[170,67] non-varargs call of varargs method with inexact argument type for last parameter;
03:49:24   cast to java.lang.Object for a varargs call
03:49:24   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
03:49:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/test/java/org/eclipse/ditto/json/ImmutableJsonArrayTest.java:[299,27] non-varargs call of varargs method with inexact argument type for last parameter;
03:49:24   cast to java.lang.String for a varargs call
03:49:24   cast to java.lang.String[] for a non-varargs call and to suppress this warning
03:49:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/test/java/org/eclipse/ditto/json/ImmutableJsonArrayTest.java:[338,46] non-varargs call of varargs method with inexact argument type for last parameter;
03:49:24   cast to org.eclipse.ditto.json.JsonValue for a varargs call
03:49:24   cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning
03:49:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/test/java/org/eclipse/ditto/json/JsonFactoryTest.java:[346,63] non-varargs call of varargs method with inexact argument type for last parameter;
03:49:24   cast to org.eclipse.ditto.json.JsonPointer for a varargs call
03:49:24   cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning
03:49:24 [INFO] 
03:49:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json ---
03:49:24 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:49:24 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json/target/surefire-reports
03:49:24 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:49:24 [INFO] 
03:49:24 [INFO] -------------------------------------------------------
03:49:24 [INFO]  T E S T S
03:49:24 [INFO] -------------------------------------------------------
03:49:25 [INFO] Running org.eclipse.ditto.json.ImmutableJsonBooleanTest
03:49:26 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.169 s -- in org.eclipse.ditto.json.ImmutableJsonBooleanTest
03:49:26 [INFO] Running org.eclipse.ditto.json.ImmutableJsonStringTest
03:49:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.json.ImmutableJsonStringTest
03:49:26 [INFO] Running org.eclipse.ditto.json.JsonValueFieldDefinitionTest
03:49:27 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 s -- in org.eclipse.ditto.json.JsonValueFieldDefinitionTest
03:49:27 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsTest
03:49:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsTest
03:49:27 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest
03:49:27 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest
03:49:27 [INFO] Running org.eclipse.ditto.json.JsonCharEscaperTest
03:49:27 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.json.JsonCharEscaperTest
03:49:27 [INFO] Running org.eclipse.ditto.json.JsonPointerInvalidExceptionTest
03:49:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.JsonPointerInvalidExceptionTest
03:49:27 [INFO] Running org.eclipse.ditto.json.ImmutableJsonKeyTest
03:49:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.json.ImmutableJsonKeyTest
03:49:27 [INFO] Running org.eclipse.ditto.json.JsonMergePatchTest
03:49:27 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.json.JsonMergePatchTest
03:49:27 [INFO] Running org.eclipse.ditto.json.ImmutableJsonIntTest
03:49:27 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.json.ImmutableJsonIntTest
03:49:27 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest
03:49:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest
03:49:27 [INFO] Running org.eclipse.ditto.json.JsonFieldSelectorTrieTest
03:49:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonFieldSelectorTrieTest
03:49:27 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectNullTest
03:49:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.ImmutableJsonObjectNullTest
03:49:27 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
03:49:27 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
03:49:27 [INFO] Running org.eclipse.ditto.json.ValueListJsonHandlerTest
03:49:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.ValueListJsonHandlerTest
03:49:27 [INFO] Running org.eclipse.ditto.json.ImmutableJsonNullTest
03:49:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.json.ImmutableJsonNullTest
03:49:27 [INFO] Running org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
03:49:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
03:49:27 [INFO] Running org.eclipse.ditto.json.ImmutableJsonDoubleTest
03:49:28 [INFO] Tests run: 270, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in org.eclipse.ditto.json.ImmutableJsonDoubleTest
03:49:28 [INFO] Running org.eclipse.ditto.json.JsonValueParserTest
03:49:28 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.eclipse.ditto.json.JsonValueParserTest
03:49:28 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayNullTest
03:49:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.ImmutableJsonArrayNullTest
03:49:28 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLiteralTest
03:49:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.json.ImmutableJsonLiteralTest
03:49:28 [INFO] Running org.eclipse.ditto.json.JsonParseExceptionTest
03:49:28 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.JsonParseExceptionTest
03:49:28 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLongTest
03:49:28 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.json.ImmutableJsonLongTest
03:49:28 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPointerTest
03:49:28 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.json.ImmutableJsonPointerTest
03:49:28 [INFO] Running org.eclipse.ditto.json.JsonObjectMergerTest
03:49:28 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.JsonObjectMergerTest
03:49:28 [INFO] Running org.eclipse.ditto.json.FieldMapJsonHandlerTest
03:49:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.json.FieldMapJsonHandlerTest
03:49:28 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest
03:49:28 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest
03:49:28 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldTest
03:49:28 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.eclipse.ditto.json.ImmutableJsonFieldTest
03:49:28 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectTest
03:49:28 [INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.ditto.json.ImmutableJsonObjectTest
03:49:28 [INFO] Running org.eclipse.ditto.json.JsonArrayTest
03:49:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonArrayTest
03:49:28 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayTest
03:49:28 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.json.ImmutableJsonArrayTest
03:49:28 [INFO] Running org.eclipse.ditto.json.JavaValueFieldDefinitionTest
03:49:28 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.json.JavaValueFieldDefinitionTest
03:49:28 [INFO] Running org.eclipse.ditto.json.JsonCollectorsTest
03:49:28 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.JsonCollectorsTest
03:49:28 [INFO] Running org.eclipse.ditto.json.JsonFactoryTest
03:49:28 [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.json.JsonFactoryTest
03:49:28 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPatchTest
03:49:28 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.json.ImmutableJsonPatchTest
03:49:28 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest
03:49:29 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest
03:49:29 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest
03:49:29 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest
03:49:29 [INFO] 
03:49:29 [INFO] Results:
03:49:29 [INFO] 
03:49:29 [INFO] Tests run: 937, Failures: 0, Errors: 0, Skipped: 0
03:49:29 [INFO] 
03:49:29 [INFO] 
03:49:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json ---
03:49:29 [INFO] 
03:49:29 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json ---
03:49:29 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar
03:49:29 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/MANIFEST.MF
03:49:29 [INFO] 
03:49:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json ---
03:49:30 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:49:30 [INFO] No previous run data found, generating javadoc.
03:49:32 [WARNING] Javadoc Warnings
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment
03:49:32 [WARNING] public static JsonObject newObject(final JsonValue jsonValue) {
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key
03:49:32 [WARNING] boolean containsFlatteningArrays(CharSequence key);
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:37: warning: no @throws for java.io.IOException
03:49:32 [WARNING] void writeCachedElement(byte[] cachedData) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:42: warning: no @throws for java.io.IOException
03:49:32 [WARNING] void writeNull() throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state
03:49:32 [WARNING] void writeBoolean(boolean state) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @throws for java.io.IOException
03:49:32 [WARNING] void writeBoolean(boolean state) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number
03:49:32 [WARNING] void writeNumber(float number) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @throws for java.io.IOException
03:49:32 [WARNING] void writeNumber(float number) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number
03:49:32 [WARNING] void writeNumber(double number) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @throws for java.io.IOException
03:49:32 [WARNING] void writeNumber(double number) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number
03:49:32 [WARNING] void writeNumber(long number) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @throws for java.io.IOException
03:49:32 [WARNING] void writeNumber(long number) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number
03:49:32 [WARNING] void writeNumber(int number) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @throws for java.io.IOException
03:49:32 [WARNING] void writeNumber(int number) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text
03:49:32 [WARNING] void writeString(String text) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @throws for java.io.IOException
03:49:32 [WARNING] void writeString(String text) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name
03:49:32 [WARNING] void writeFieldName(String name) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @throws for java.io.IOException
03:49:32 [WARNING] void writeFieldName(String name) throws IOException;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment
03:49:32 [WARNING] @Nullable private final String description;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment
03:49:32 [WARNING] private final String errorCode;
03:49:32 [WARNING] ^
03:49:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment
03:49:32 [WARNING] @Nullable private final URI href;
03:49:32 [WARNING] ^
03:49:32 [WARNING] 21 warnings
03:49:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar
03:49:32 [INFO] 
03:49:32 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-json ---
03:49:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar
03:49:33 [INFO] 
03:49:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json ---
03:49:33 [INFO] Tests are skipped.
03:49:33 [INFO] 
03:49:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json ---
03:49:33 [INFO] Tests are skipped.
03:49:33 [INFO] 
03:49:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json ---
03:49:33 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec
03:49:33 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes
03:49:33 [INFO] 
03:49:33 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json ---
03:49:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'.
03:49:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'.
03:49:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'.
03:49:34 [INFO] 
03:49:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-json ---
03:49:34 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.pom
03:49:34 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar
03:49:34 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT-javadoc.jar
03:49:34 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT-tests.jar
03:49:34 [INFO] 
03:49:34 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json ---
03:49:34 [INFO] Writing OBR metadata
03:49:34 [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar
03:49:34 [INFO] Writing OBR metadata
03:49:34 [INFO] 
03:49:34 [INFO] --------------------< org.eclipse.ditto:ditto-base >--------------------
03:49:34 [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT                         [7/77]
03:49:34 [INFO]   from base/pom.xml
03:49:34 [INFO] --------------------------------[ pom ]---------------------------------
03:49:34 [INFO] 
03:49:34 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base ---
03:49:34 [INFO] 
03:49:34 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base ---
03:49:34 [INFO] 
03:49:34 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base ---
03:49:34 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/target/jacoco.exec
03:49:34 [INFO] 
03:49:34 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base ---
03:49:34 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:49:34 [INFO] The goal is skip due to packaging 'pom'
03:49:34 [INFO] 
03:49:34 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base ---
03:49:34 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT...
03:49:34 [INFO] 
03:49:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base ---
03:49:34 [INFO] 
03:49:34 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base ---
03:49:34 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:49:34 [INFO] 
03:49:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base ---
03:49:34 [INFO] Tests are skipped.
03:49:34 [INFO] 
03:49:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base ---
03:49:34 [INFO] Tests are skipped.
03:49:34 [INFO] 
03:49:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base ---
03:49:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:49:34 [INFO] 
03:49:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-base ---
03:49:34 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base/0-SNAPSHOT/ditto-base-0-SNAPSHOT.pom
03:49:34 [INFO] 
03:49:34 [INFO] -----------------< org.eclipse.ditto:ditto-base-model >-----------------
03:49:34 [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT                [8/77]
03:49:34 [INFO]   from base/model/pom.xml
03:49:34 [INFO] -------------------------------[ bundle ]-------------------------------
03:49:37 [INFO] 
03:49:37 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-model ---
03:49:37 [INFO] 
03:49:37 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-model ---
03:49:37 [INFO] 
03:49:37 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model ---
03:49:37 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:49:37 [INFO] 
03:49:37 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model ---
03:49:37 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec
03:49:37 [INFO] 
03:49:37 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model ---
03:49:37 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:49:37 [WARNING] 
03:49:37 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:49:37 [WARNING] 
03:49:37 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:49:37 [WARNING] 
03:49:37 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:49:37 [INFO] 
03:49:37 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model ---
03:49:37 [INFO] Copying 0 resource from src/main/resources to target/classes
03:49:37 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:49:37 [INFO] 
03:49:37 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model ---
03:49:37 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT...
03:49:37 [INFO] 
03:49:37 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model ---
03:49:37 [INFO] Changes detected - recompiling the module! :dependency
03:49:37 [INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes
03:49:39 [WARNING] bootstrap class path not set in conjunction with -source 8
03:49:39 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/json/Jsonifiable.java: Some input files use unchecked or unsafe operations.
03:49:39 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/json/Jsonifiable.java: Recompile with -Xlint:unchecked for details.
03:49:39 [INFO] 
03:49:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model ---
03:49:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/resources
03:49:39 [INFO] 
03:49:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model ---
03:49:39 [INFO] Changes detected - recompiling the module! :dependency
03:49:39 [INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes
03:49:41 [WARNING] bootstrap class path not set in conjunction with -source 8
03:49:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/java/org/eclipse/ditto/base/model/signals/assertions/WithDittoHeadersChecker.java:[93,100] non-varargs call of varargs method with inexact argument type for last parameter;
03:49:41   cast to java.lang.Object for a varargs call
03:49:41   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
03:49:41 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java: Some input files use or override a deprecated API.
03:49:41 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java: Recompile with -Xlint:deprecation for details.
03:49:41 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/java/org/eclipse/ditto/base/model/headers/translator/CheckExternalFilterTest.java: Some input files use unchecked or unsafe operations.
03:49:41 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/java/org/eclipse/ditto/base/model/headers/translator/CheckExternalFilterTest.java: Recompile with -Xlint:unchecked for details.
03:49:41 [INFO] 
03:49:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model ---
03:49:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:49:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/model/target/surefire-reports
03:49:42 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:49:42 [INFO] 
03:49:42 [INFO] -------------------------------------------------------
03:49:42 [INFO]  T E S T S
03:49:42 [INFO] -------------------------------------------------------
03:49:42 [INFO] Running org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest
03:49:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 s -- in org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest
03:49:43 [INFO] Running org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest
03:49:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest
03:49:43 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest
03:49:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.373 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest
03:49:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest
03:49:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest
03:49:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest
03:49:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s -- in org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest
03:49:45 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s -- in org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest
03:49:45 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest
03:49:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest
03:49:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest
03:49:45 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest
03:49:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest
03:49:45 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest
03:49:45 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest
03:49:45 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest
03:49:46 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest
03:49:46 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest
03:49:46 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest
03:49:46 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest
03:49:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest
03:49:46 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest
03:49:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest
03:49:46 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest
03:49:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest
03:49:47 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest
03:49:47 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.LongValueValidatorTest
03:49:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.base.model.headers.LongValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest
03:49:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest
03:49:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest
03:49:47 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest
03:49:47 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest
03:49:47 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.EnumValueValidatorTest
03:49:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.headers.EnumValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest
03:49:47 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest
03:49:47 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest
03:49:47 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest
03:49:47 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest
03:49:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest
03:49:47 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest
03:49:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.IntValueValidatorTest
03:49:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.IntValueValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest
03:49:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest
03:49:47 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest
03:49:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 [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
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest
03:49:47 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest
03:49:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest
03:49:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest
03:49:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest
03:49:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest
03:49:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest
03:49:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest
03:49:47 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:47 Mar 01, 2024 8:49:47 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:47 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation 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.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation 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.
03:49:48 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest
03:49:48 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest
03:49:48 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest
03:49:48 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest
03:49:48 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest
03:49:48 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest
03:49:48 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation 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.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation 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.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation 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.
03:49:48 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest
03:49:48 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation 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.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation 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.
03:49:48 Mar 01, 2024 8:49:48 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:49:48 WARNING: Could not find implementation 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.
03:49:48 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest
03:49:48 [INFO] Running org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest
03:49:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s -- in org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.signals.DateTimeUtilTest
03:49:49 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.signals.DateTimeUtilTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest
03:49:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.entity.id.RegexPatternsTest
03:49:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.entity.id.RegexPatternsTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest
03:49:49 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest
03:49:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest
03:49:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest
03:49:49 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest
03:49:49 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdsTest
03:49:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdsTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest
03:49:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest
03:49:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest
03:49:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest
03:49:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest
03:49:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest
03:49:49 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest
03:49:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest
03:49:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest
03:49:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest
03:49:50 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest
03:49:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.common.ConditionCheckerTest
03:49:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.common.ConditionCheckerTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest
03:49:50 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.common.PlaceholdersTest
03:49:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.PlaceholdersTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusTest
03:49:50 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.base.model.common.HttpStatusTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.common.LikeHelperTest
03:49:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.LikeHelperTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.common.BinaryValidationResultTest
03:49:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.BinaryValidationResultTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.common.DittoDurationTest
03:49:50 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.eclipse.ditto.base.model.common.DittoDurationTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCategoryTest
03:49:50 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.common.HttpStatusCategoryTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest
03:49:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest
03:49:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest
03:49:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest
03:49:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest
03:49:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest
03:49:50 [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
03:49:50 [INFO] Running org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest
03:49:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.json.JsonSchemaVersionTest
03:49:50 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.json.JsonSchemaVersionTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest
03:49:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest
03:49:50 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest
03:49:50 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest
03:49:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest
03:49:50 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest
03:49:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest
03:49:50 [INFO] 
03:49:50 [INFO] Results:
03:49:50 [INFO] 
03:49:50 [INFO] Tests run: 801, Failures: 0, Errors: 0, Skipped: 0
03:49:50 [INFO] 
03:49:50 [INFO] 
03:49:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model ---
03:49:50 [INFO] 
03:49:50 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model ---
03:49:51 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar
03:49:51 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/MANIFEST.MF
03:49:51 [INFO] 
03:49:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model ---
03:49:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:49:51 [INFO] No previous run data found, generating javadoc.
03:49:57 [WARNING] Javadoc Warnings
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.headers.contenttype;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.headers.entitytag;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/namespaces/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.namespaces;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/namespaces/signals/commands/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.signals;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/announcements/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.signals.announcements;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.signals.commands;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/exceptions/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.signals.events;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/package-info.java:14: warning: no comment
03:49:57 [WARNING] package org.eclipse.ditto.base.model.signals.events.streaming;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommand.java:145: warning: no comment
03:49:57 [WARNING] protected boolean canEqual(@Nullable final Object other) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandResponse.java:129: warning: no comment
03:49:57 [WARNING] protected boolean canEqual(@Nullable final Object other) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandSizeValidator.java:35: warning: no comment
03:49:57 [WARNING] protected static final String DEFAULT_LIMIT = "-1";
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandSizeValidator.java:39: warning: no comment
03:49:57 [WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:192: warning: no comment
03:49:57 [WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment
03:49:57 [WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment
03:49:57 [WARNING] protected final S myself;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:645: warning: no comment
03:49:57 [WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders);
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:353: warning: no comment
03:49:57 [WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:294: warning: no comment
03:49:57 [WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment
03:49:57 [WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:539: warning: no comment
03:49:57 [WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractErrorResponse.java:29: warning: no comment
03:49:57 [WARNING] protected static final String FALLBACK_ID = "unknown:unknown";
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractErrorResponse.java:46: warning: no comment
03:49:57 [WARNING] protected static DittoRuntimeException buildExceptionFromJson(
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/AbstractEvent.java:139: warning: no comment
03:49:57 [WARNING] protected boolean canEqual(@Nullable final Object other) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment
03:49:57 [WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id);
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/AbstractNamespacedEntityId.java:53: warning: no comment
03:49:57 [WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:46: warning: no comment
03:49:57 [WARNING] protected final EntityId entityId;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:47: warning: no comment
03:49:57 [WARNING] protected final JsonPointer resourcePath;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:59: warning: no comment
03:49:57 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/CommandResponseJsonDeserializer.java:81: warning: no @param for dittoHeaders
03:49:57 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/CommandResponseJsonDeserializer.java:81: warning: no @return
03:49:57 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:182: warning: no comment
03:49:57 [WARNING] BINARY
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:180: warning: no comment
03:49:57 [WARNING] JSON,
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:181: warning: no comment
03:49:57 [WARNING] JSON_MERGE_PATCH,
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:179: warning: no comment
03:49:57 [WARNING] TEXT,
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:257: warning: no comment
03:49:57 [WARNING] public Matcher getRegexMatcher(final CharSequence duration) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:261: warning: no comment
03:49:57 [WARNING] public String getSuffix() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:265: warning: no comment
03:49:57 [WARNING] public Duration getJavaDuration(final long amount) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:269: warning: no comment
03:49:57 [WARNING] public ChronoUnit getChronoUnit() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:221: warning: no comment
03:49:57 [WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS),
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment
03:49:57 [WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS),
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment
03:49:57 [WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS),
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment
03:49:57 [WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES),
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:223: warning: no comment
03:49:57 [WARNING] MONTHS("mo", months -> ofPeriodGreaterThanDays(Period.ofMonths((int) months)), ChronoUnit.MONTHS),
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment
03:49:57 [WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS),
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment
03:49:57 [WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS),
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:222: warning: no comment
03:49:57 [WARNING] WEEKS("w", weeks -> ofPeriodGreaterThanDays(Period.ofWeeks((int) weeks)), ChronoUnit.WEEKS),
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:224: warning: no comment
03:49:57 [WARNING] YEARS("y", years -> ofPeriodGreaterThanDays(Period.ofYears((int) years)), ChronoUnit.YEARS);
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment
03:49:57 [WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment
03:49:57 [WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment
03:49:57 [WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder(
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/EntityIdJsonDeserializer.java:54: warning: no @return
03:49:57 [WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject,
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/EntityTagMatchers.java:94: warning: no comment
03:49:57 [WARNING] public boolean isEmpty() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/EntityTagMatchers.java:98: warning: no comment
03:49:57 [WARNING] public Stream<EntityTagMatcher> stream() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/type/EntityTypeJsonDeserializer.java:51: warning: no @return
03:49:57 [WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject,
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment
03:49:57 [WARNING] public int getCode() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment
03:49:57 [WARNING] public boolean isClientError() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment
03:49:57 [WARNING] public boolean isInformational() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment
03:49:57 [WARNING] public boolean isRedirection() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment
03:49:57 [WARNING] public boolean isServerError() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment
03:49:57 [WARNING] public boolean isSuccess() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/validation/NoControlCharactersNoSlashesValidator.java:37: warning: no comment
03:49:57 [WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/validation/NoControlCharactersValidator.java:36: warning: no comment
03:49:57 [WARNING] protected NoControlCharactersValidator(final CharSequence id) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/exceptions/PathUnknownException.java:117: warning: no comment
03:49:57 [WARNING] public Builder(final JsonPointer path) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/RegexPatterns.java:20: warning: no comment
03:49:57 [WARNING] public final class RegexPatterns {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:63: warning: no comment
03:49:57 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:66: warning: no comment
03:49:57 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:69: warning: no comment
03:49:57 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH =
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/AbstractStreamingSubscriptionEvent.java:132: warning: no comment
03:49:57 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/StreamingSubscriptionEvent.java:68: warning: no comment
03:49:57 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/StreamingSubscriptionEvent.java:71: warning: no comment
03:49:57 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:286: warning: no @param for dittoHeaders
03:49:57 [WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:464: warning: no comment
03:49:57 [WARNING] public static final JsonFieldDefinition<String> FILTER =
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:449: warning: no comment
03:49:57 [WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION =
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:455: warning: no comment
03:49:57 [WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP =
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:452: warning: no comment
03:49:57 [WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION =
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:458: warning: no comment
03:49:57 [WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP =
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment
03:49:57 [WARNING] public Builder() {
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment
03:49:57 [WARNING] @Nullable private final String invalidHeaderKey;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment
03:49:57 [WARNING] @Nullable private final String notSupportedHeaderKey;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment
03:49:57 [WARNING] private final String description;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment
03:49:57 [WARNING] private final String errorCode;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment
03:49:57 [WARNING] private final URI href;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment
03:49:57 [WARNING] private final HttpStatus httpStatus;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment
03:49:57 [WARNING] private final String entityId;
03:49:57 [WARNING] ^
03:49:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/ResourceMap.java:32: warning: no comment
03:49:57 [WARNING] private final T resource;
03:49:57 [WARNING] ^
03:49:57 [WARNING] 88 warnings
03:49:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar
03:49:57 [INFO] 
03:49:57 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model ---
03:49:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar
03:49:57 [INFO] 
03:49:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model ---
03:49:57 [INFO] Tests are skipped.
03:49:57 [INFO] 
03:49:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model ---
03:49:57 [INFO] Tests are skipped.
03:49:57 [INFO] 
03:49:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model ---
03:49:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec
03:49:57 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes
03:49:58 [INFO] 
03:49:58 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model ---
03:49:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.diff'.
03:49:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.xml'.
03:49:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.html'.
03:49:58 [INFO] ------------------------------------------------------------------------
03:49:58 [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
03:49:58 [INFO] 
03:49:58 [INFO] Eclipse Ditto ...................................... SUCCESS [ 14.592 s]
03:49:58 [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [  1.257 s]
03:49:58 [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [  0.157 s]
03:49:58 [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [  0.653 s]
03:49:58 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [  7.911 s]
03:49:58 [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 19.517 s]
03:49:58 [INFO] Eclipse Ditto :: Base .............................. SUCCESS [  0.332 s]
03:49:58 [INFO] Eclipse Ditto :: Base :: Model ..................... FAILURE [ 24.252 s]
03:49:58 [INFO] Eclipse Ditto :: Base :: API ....................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal .......................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils ................. SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Utils :: Result ................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Models ................ SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: JSON CBOR ......................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Policies .......................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Policies :: Model ................. SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Things ............................ SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Things :: Model ................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Placeholders ...................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Base :: Service ................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Connectivity ...................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Connectivity :: Model ............. SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Thing Search ...................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Thing Search :: Model ............. SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Messages .......................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Messages :: Model ................. SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Protocol .......................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Policies :: API ................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Things :: API ..................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Connectivity :: API ............... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: JWT ............................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: JWT :: Model ...................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: WoT ............................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: WoT :: Model ...................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders  SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Policies :: Enforcement ........... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: RQL ............................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: RQL :: Model ...................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: RQL :: parser ..................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: RQL :: Query ...................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Thing Search :: API ............... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Edge .............................. SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Edge :: Service ................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: RQL :: search option parser ....... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Connectivity :: Service ........... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Documentation ..................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Gateway ........................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Gateway :: API .................... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Gateway :: Service ................ SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Policies :: Service ............... SKIPPED
03:49:58 [INFO] Eclipse Ditto :: WoT :: Integration ................ SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Things :: Service ................. SKIPPED
03:49:58 [INFO] Eclipse Ditto :: Thing Search :: Service ........... SKIPPED
03:49:58 [INFO] ------------------------------------------------------------------------
03:49:58 [INFO] BUILD FAILURE
03:49:58 [INFO] ------------------------------------------------------------------------
03:49:58 [INFO] Total time:  01:21 min
03:49:58 [INFO] Finished at: 2024-03-01T08:49:58Z
03:49:58 [INFO] ------------------------------------------------------------------------
03:49:58 [ERROR] Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.17.3:cmp (default) on project ditto-base-model: There is at least one incompatibility: org.eclipse.ditto.base.model.headers.DittoHeaderDefinition.SCHEMA_VERSION:FIELD_REMOVED -> [Help 1]
03:49:58 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.17.3:cmp (default) on project ditto-base-model: There is at least one incompatibility: org.eclipse.ditto.base.model.headers.DittoHeaderDefinition.SCHEMA_VERSION:FIELD_REMOVED
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
03:49:58     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
03:49:58     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
03:49:58     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
03:49:58     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
03:49:58     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
03:49:58     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
03:49:58     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
03:49:58     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
03:49:58     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
03:49:58     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
03:49:58     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
03:49:58     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
03:49:58     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
03:49:58     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
03:49:58     at java.lang.reflect.Method.invoke (Method.java:568)
03:49:58     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
03:49:58     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
03:49:58     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
03:49:58     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
03:49:58 Caused by: org.apache.maven.plugin.MojoFailureException: There is at least one incompatibility: org.eclipse.ditto.base.model.headers.DittoHeaderDefinition.SCHEMA_VERSION:FIELD_REMOVED
03:49:58     at japicmp.maven.JApiCmpMojo.breakBuildIfNecessary (JApiCmpMojo.java:408)
03:49:58     at japicmp.maven.JApiCmpMojo.executeWithParameters (JApiCmpMojo.java:147)
03:49:58     at japicmp.maven.JApiCmpMojo.execute (JApiCmpMojo.java:110)
03:49:58     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
03:49:58     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
03:49:58     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
03:49:58     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
03:49:58     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
03:49:58     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
03:49:58     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
03:49:58     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
03:49:58     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
03:49:58     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
03:49:58     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
03:49:58     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
03:49:58     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
03:49:58     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
03:49:58     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
03:49:58     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
03:49:58     at java.lang.reflect.Method.invoke (Method.java:568)
03:49:58     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
03:49:58     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
03:49:58     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
03:49:58     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
03:49:58 [ERROR] 
03:49:58 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
03:49:58 [ERROR] 
03:49:58 [ERROR] For more information about the errors and possible solutions, please read the following articles:
03:49:58 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
03:49:58 [ERROR] 
03:49:59 [ERROR] After correcting the problems, you can resume the build with the command
03:49:59 [ERROR]   mvn <args> -rf :ditto-base-model
03:49:59 Build step 'Invoke top-level Maven targets' marked build as failure
03:49:59 Recording test results
03:50:00 [Checks API] No suitable checks publisher found.
03:50:00 Finished: FAILURE