Started by an SCM change Running as SYSTEM Agent basic-t3kt4 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-t3kt4" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-t3kt4" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-t3kt4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-ditto" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-t3kt4 in workspace /home/jenkins/agent/workspace/ditto-ci No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/ditto.git > git init /home/jenkins/agent/workspace/ditto-ci # timeout=10 Fetching upstream changes from https://github.com/eclipse/ditto.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/ditto.git > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision f28d93f29973d8b23ff236c09791186294e9b36b (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f28d93f29973d8b23ff236c09791186294e9b36b # timeout=10 Commit message: "Merge pull request #913 from bosch-io/bugfix/fix-mongodb-config" > git rev-list --no-walk 8b51953016d8d1ec9b70e76ea176eebe8447805b # timeout=10 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors clean install -DcreateJavadoc=true -DskipITs=true Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Ditto [pom] [INFO] Eclipse Ditto :: Legal [jar] [INFO] Eclipse Ditto :: BOM [pom] [INFO] Eclipse Ditto :: Documentation [pom] [INFO] Eclipse Ditto :: Utils [pom] [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions [jar] [INFO] Eclipse Ditto :: JSON [bundle] [INFO] Eclipse Ditto :: JSON :: CBOR [bundle] [INFO] Eclipse Ditto :: Model [pom] [INFO] Eclipse Ditto :: Model :: Base [bundle] [INFO] Eclipse Ditto :: Model :: Policies [bundle] [INFO] Eclipse Ditto :: Model :: Things [bundle] [INFO] Eclipse Ditto :: Model :: Connectivity [bundle] [INFO] Eclipse Ditto :: Model :: DevOps [bundle] [INFO] Eclipse Ditto :: Model :: Messages [bundle] [INFO] Eclipse Ditto :: Model :: Namespaces [bundle] [INFO] Eclipse Ditto :: Model :: Enforcers [bundle] [INFO] Eclipse Ditto :: Model :: JWT [bundle] [INFO] Eclipse Ditto :: Model :: Thing Search [bundle] [INFO] Eclipse Ditto :: Model :: RQL [bundle] [INFO] Eclipse Ditto :: Model :: RQL parser [bundle] [INFO] Eclipse Ditto :: Model :: Thing Search Parser [bundle] [INFO] Eclipse Ditto :: Model :: Query [bundle] [INFO] Eclipse Ditto :: Signals [pom] [INFO] Eclipse Ditto :: Signals :: Base [bundle] [INFO] Eclipse Ditto :: Signals :: Commands [pom] [INFO] Eclipse Ditto :: Signals :: Commands :: Base [bundle] [INFO] Eclipse Ditto :: Signals :: ACKs [pom] [INFO] Eclipse Ditto :: Signals :: ACKs :: Base [bundle] [INFO] Eclipse Ditto :: Signals :: ACKs :: Things [bundle] [INFO] Eclipse Ditto :: Signals :: Commands :: Policies [bundle] [INFO] Eclipse Ditto :: Signals :: Commands :: Things [bundle] [INFO] Eclipse Ditto :: Signals :: Commands :: Thing Search [bundle] [INFO] Eclipse Ditto :: Signals :: Commands :: Messages [bundle] [INFO] Eclipse Ditto :: Signals :: Events [pom] [INFO] Eclipse Ditto :: Signals :: Events :: Base [bundle] [INFO] Eclipse Ditto :: Signals :: Events :: Policies [bundle] [INFO] Eclipse Ditto :: Signals :: Events :: Things [bundle] [INFO] Eclipse Ditto :: Signals :: Events :: Thing Search [bundle] [INFO] Eclipse Ditto :: Protocol Adapter [bundle] [INFO] Eclipse Ditto :: Model :: Placeholders [bundle] [INFO] Eclipse Ditto :: Signals :: Commands :: Common [bundle] [INFO] Eclipse Ditto :: Signals :: Commands :: Connectivity [bundle] [INFO] Eclipse Ditto :: Signals :: Commands :: DevOps [bundle] [INFO] Eclipse Ditto :: Signals :: Commands :: Live [bundle] [INFO] Eclipse Ditto :: Signals :: Commands :: Namespaces [bundle] [INFO] Eclipse Ditto :: Signals :: Commands :: Cleanup [bundle] [INFO] Eclipse Ditto :: Signals :: Events :: Connectivity [bundle] [INFO] Eclipse Ditto :: Services [pom] [INFO] Eclipse Ditto :: Services :: Models [pom] [INFO] Eclipse Ditto :: Services :: Models :: Base [jar] [INFO] Eclipse Ditto :: Services :: Utils [pom] [INFO] Eclipse Ditto :: Services :: Utils :: Config Utils [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Metrics [jar] [INFO] Eclipse Ditto :: Services :: Models :: Streaming [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Akka Utils [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Health Utils [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Cluster Utils [jar] [INFO] Eclipse Ditto :: Services :: Utils :: DevOps [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Tracing Utils [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Cache Utils [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Test Utils [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Persistence Utils [jar] [INFO] Eclipse Ditto :: Services :: Base [jar] [INFO] Eclipse Ditto :: Services :: Concierge [pom] [INFO] Eclipse Ditto :: Services :: Concierge :: Common [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Distributed Data [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Pub-Sub [jar] [INFO] Eclipse Ditto :: Services :: Models :: Things [jar] [INFO] Eclipse Ditto :: Services :: Models :: Policies [jar] [INFO] Eclipse Ditto :: Services :: Models :: Things Search [jar] [INFO] Eclipse Ditto :: Services :: Models :: Connectivity [jar] [INFO] Eclipse Ditto :: Services :: Models :: Concierge [jar] [INFO] Eclipse Ditto :: Services :: Concierge :: Actors [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Cache Loaders [jar] [INFO] Eclipse Ditto :: Services :: Concierge :: Enforcement [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Namespaces [jar] [INFO] Eclipse Ditto :: Services :: Concierge :: Starter [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Protocol [jar] [INFO] Eclipse Ditto :: Services :: Models :: ACKs [jar] [INFO] Eclipse Ditto :: Services :: Models :: Signal Enrichment [jar] [INFO] Eclipse Ditto :: Services :: Connectivity [pom] [INFO] Eclipse Ditto :: Services :: Connectivity :: Common [jar] [INFO] Eclipse Ditto :: Services :: Connectivity :: Util [jar] [INFO] Eclipse Ditto :: Services :: Connectivity :: Mapping [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Conditional Header Utils [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Persistent Actors [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Search [jar] [INFO] Eclipse Ditto :: Services :: Utils :: Aggregator [jar] [INFO] Eclipse Ditto :: Services :: Connectivity :: Messaging [jar] [INFO] Eclipse Ditto :: Services :: Connectivity :: Starter [jar] [INFO] Eclipse Ditto :: Services :: Gateway [pom] [INFO] Eclipse Ditto :: Services :: Gateway :: Util [jar] [INFO] Eclipse Ditto :: Services :: Utils :: JWT [jar] [INFO] Eclipse Ditto :: Services :: Gateway :: Security [jar] [INFO] Eclipse Ditto :: Services :: Gateway :: Health [jar] [INFO] Eclipse Ditto :: Services :: Gateway :: Streaming [jar] [INFO] Eclipse Ditto :: Services :: Gateway :: Endpoints [jar] [INFO] Eclipse Ditto :: Services :: Gateway :: Proxy [jar] [INFO] Eclipse Ditto :: Services :: Gateway :: Starter [jar] [INFO] Eclipse Ditto :: Services :: Policies [pom] [INFO] Eclipse Ditto :: Services :: Policies :: Common [jar] [INFO] Eclipse Ditto :: Services :: Policies :: Persistence [jar] [INFO] Eclipse Ditto :: Services :: Policies :: Starter [jar] [INFO] Eclipse Ditto :: Services :: Things [pom] [INFO] Eclipse Ditto :: Services :: Things :: Common [jar] [INFO] Eclipse Ditto :: Services :: Things :: Persistence [jar] [INFO] Eclipse Ditto :: Services :: Things :: Starter [jar] [INFO] Eclipse Ditto :: Services :: Thing Search [pom] [INFO] Eclipse Ditto :: Services :: Thing Search :: Common [jar] [INFO] Eclipse Ditto :: Services :: Thing Search :: Persistence [jar] [INFO] Eclipse Ditto :: Services :: Thing Search :: Updater Actors [jar] [INFO] Eclipse Ditto :: Services :: Thing Search :: Starter [jar] [INFO] Eclipse Ditto :: Services :: Legal [pom] [INFO] [INFO] ----------------------< org.eclipse.ditto:ditto >----------------------- [INFO] Building Eclipse Ditto 0-SNAPSHOT [1/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto --- [INFO] [INFO] --- license-maven-plugin:3.0:check (default) @ ditto --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto --- [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 [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-legal >-------------------- [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT [2/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-legal --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-legal --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-legal --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/legal/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-legal --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-legal --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-legal --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-legal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-legal --- [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 [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 [INFO] [INFO] --------------------< org.eclipse.ditto:ditto-bom >--------------------- [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT [3/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-bom --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-bom --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-bom --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/bom/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-bom --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-bom --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-bom --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/bom/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-bom --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-bom --- [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 [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-documentation >---------------- [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT [4/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-documentation --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-documentation --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-documentation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/documentation/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-documentation --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-documentation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-documentation --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-documentation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-documentation --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/documentation/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-documentation/0-SNAPSHOT/ditto-documentation-0-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-utils >-------------------- [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT [5/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-utils --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-utils --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-utils --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-utils --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-utils --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-utils --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/utils/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-utils --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-utils --- [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 [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >---------------- [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT [6/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-utils-jsr305 --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-utils-jsr305 --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-utils-jsr305 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-utils-jsr305 --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-utils-jsr305 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-utils-jsr305 --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-utils-jsr305 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-utils-jsr305 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-utils-jsr305 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-utils-jsr305 --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-utils-jsr305 --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-utils-jsr305 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-utils-jsr305 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-utils-jsr305 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-utils-jsr305 --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (file:/home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-utils-jsr305 --- [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 [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 [INFO] [INFO] --------------------< org.eclipse.ditto:ditto-json >-------------------- [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT [7/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-json --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-json --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-json --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-json --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-json --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-json --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/ditto-ci/json/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-json --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-json --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/ditto-ci/json/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-json --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.json.ImmutableJsonBooleanTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 s - in org.eclipse.ditto.json.ImmutableJsonBooleanTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonStringTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.ditto.json.ImmutableJsonStringTest [INFO] Running org.eclipse.ditto.json.JsonValueFieldDefinitionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 s - in org.eclipse.ditto.json.JsonValueFieldDefinitionTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ditto.json.ImmutableJsonParseOptionsTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest [INFO] Running org.eclipse.ditto.json.JsonCharEscaperTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.json.JsonCharEscaperTest [INFO] Running org.eclipse.ditto.json.JsonPointerInvalidExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.json.JsonPointerInvalidExceptionTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonKeyTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ditto.json.ImmutableJsonKeyTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonIntTest [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.ditto.json.ImmutableJsonIntTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest [INFO] Running org.eclipse.ditto.json.JsonFieldSelectorTrieTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.json.JsonFieldSelectorTrieTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectNullTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.json.ImmutableJsonObjectNullTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest [INFO] Running org.eclipse.ditto.json.ValueListJsonHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.json.ValueListJsonHandlerTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonNullTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.json.ImmutableJsonNullTest [INFO] Running org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonDoubleTest [INFO] Tests run: 270, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.ditto.json.ImmutableJsonDoubleTest [INFO] Running org.eclipse.ditto.json.JsonValueParserTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.ditto.json.JsonValueParserTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayNullTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.json.ImmutableJsonArrayNullTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonLiteralTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.json.ImmutableJsonLiteralTest [INFO] Running org.eclipse.ditto.json.JsonParseExceptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.json.JsonParseExceptionTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonLongTest [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ditto.json.ImmutableJsonLongTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonPointerTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ditto.json.ImmutableJsonPointerTest [INFO] Running org.eclipse.ditto.json.JsonObjectMergerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.json.JsonObjectMergerTest [INFO] Running org.eclipse.ditto.json.FieldMapJsonHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ditto.json.FieldMapJsonHandlerTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.ditto.json.ImmutableJsonFieldTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectTest [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.ditto.json.ImmutableJsonObjectTest [INFO] Running org.eclipse.ditto.json.JsonArrayTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.json.JsonArrayTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.json.ImmutableJsonArrayTest [INFO] Running org.eclipse.ditto.json.JavaValueFieldDefinitionTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.ditto.json.JavaValueFieldDefinitionTest [INFO] Running org.eclipse.ditto.json.JsonCollectorsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.json.JsonCollectorsTest [INFO] Running org.eclipse.ditto.json.JsonFactoryTest [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.ditto.json.JsonFactoryTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonPatchTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.json.ImmutableJsonPatchTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 902, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-json --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-json --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-json --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-json --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-json --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-json --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 69 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-json --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-json --- [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 [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 [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 [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-json --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------ [INFO] Building Eclipse Ditto :: JSON :: CBOR 0-SNAPSHOT [8/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-json-cbor --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-json-cbor --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-json-cbor --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-json-cbor --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-json-cbor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-json-cbor --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-json-cbor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-json-cbor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-json-cbor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-json-cbor --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.json.cbor.BinaryToHexConverterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.ditto.json.cbor.BinaryToHexConverterTest [INFO] Running org.eclipse.ditto.json.cbor.CborIllegalValuesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.ditto.json.cbor.CborIllegalValuesTest [INFO] Running org.eclipse.ditto.json.cbor.SerializationRoundTripTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.ditto.json.cbor.SerializationRoundTripTest [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest [INFO] Running org.eclipse.ditto.json.cbor.CborJsonTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.ditto.json.cbor.CborJsonTest [INFO] Running org.eclipse.ditto.json.cbor.JacksonCborFactoryTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ditto.json.cbor.JacksonCborFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-json-cbor --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,META-INF/services/org.eclipse.ditto.json.CborFactory=src/main/resources/META-INF/services/org.eclipse.ditto.json.CborFactory,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-json-cbor --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-json-cbor --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-json-cbor --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: JSON :: CBOR' with 6 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-json-cbor --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-json-cbor --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json-cbor/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-json-cbor --- [INFO] Installing org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-model >-------------------- [INFO] Building Eclipse Ditto :: Model 0-SNAPSHOT [9/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model/0-SNAPSHOT/ditto-model-0-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-model-base >----------------- [INFO] Building Eclipse Ditto :: Model :: Base 0-SNAPSHOT [10/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-base --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-base --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-base --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/base/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-base --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/base/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-base --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-base:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/ditto-ci/model/base/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/base/src/main/java/org/eclipse/ditto/model/base/json/Jsonifiable.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/base/src/main/java/org/eclipse/ditto/model/base/json/Jsonifiable.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/base/src/main/java/org/eclipse/ditto/model/base/json/Jsonifiable.java: /home/jenkins/agent/workspace/ditto-ci/model/base/src/main/java/org/eclipse/ditto/model/base/json/Jsonifiable.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/base/src/main/java/org/eclipse/ditto/model/base/json/Jsonifiable.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/base/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/ditto-ci/model/base/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/base/src/test/java/org/eclipse/ditto/model/base/headers/ImmutableDittoHeadersTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/base/src/test/java/org/eclipse/ditto/model/base/headers/ImmutableDittoHeadersTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/base/src/test/java/org/eclipse/ditto/model/base/headers/ImmutableDittoHeadersTest.java: /home/jenkins/agent/workspace/ditto-ci/model/base/src/test/java/org/eclipse/ditto/model/base/headers/ImmutableDittoHeadersTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/base/src/test/java/org/eclipse/ditto/model/base/headers/ImmutableDittoHeadersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-base --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/base/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.base.headers.ImmutableDittoHeadersTest [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 s - in org.eclipse.ditto.model.base.headers.ImmutableDittoHeadersTest [INFO] Running org.eclipse.ditto.model.base.headers.EntityTagMatchersValueValidatorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 s - in org.eclipse.ditto.model.base.headers.EntityTagMatchersValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.JsonArrayValueValidatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.model.base.headers.JsonArrayValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.HeaderValueValidatorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ditto.model.base.headers.HeaderValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.LongValueValidatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s - in org.eclipse.ditto.model.base.headers.LongValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.BooleanValueValidatorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.model.base.headers.BooleanValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.DittoHeadersSizeCheckerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.headers.DittoHeadersSizeCheckerTest [INFO] Running org.eclipse.ditto.model.base.headers.entitytag.EntityTagMatchersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.ditto.model.base.headers.entitytag.EntityTagMatchersTest [INFO] Running org.eclipse.ditto.model.base.headers.entitytag.EntityTagBuilderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.ditto.model.base.headers.entitytag.EntityTagBuilderTest [INFO] Running org.eclipse.ditto.model.base.headers.entitytag.EntityTagMatcherTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 s - in org.eclipse.ditto.model.base.headers.entitytag.EntityTagMatcherTest [INFO] Running org.eclipse.ditto.model.base.headers.entitytag.EntityTagTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.ditto.model.base.headers.entitytag.EntityTagTest [INFO] Running org.eclipse.ditto.model.base.headers.contenttype.ContentTypeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.base.headers.contenttype.ContentTypeTest [INFO] Running org.eclipse.ditto.model.base.headers.JsonObjectValueValidatorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.headers.JsonObjectValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.EntityTagMatcherValueValidatorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.model.base.headers.EntityTagMatcherValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.HeaderValueValidatorsTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.model.base.headers.HeaderValueValidatorsTest [INFO] Running org.eclipse.ditto.model.base.headers.metadata.DefaultMetadataHeaderTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.ditto.model.base.headers.metadata.DefaultMetadataHeaderTest [INFO] Running org.eclipse.ditto.model.base.headers.metadata.DefaultMetadataHeadersTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.ditto.model.base.headers.metadata.DefaultMetadataHeadersTest [INFO] Running org.eclipse.ditto.model.base.headers.metadata.DefaultMetadataHeaderKeyTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.eclipse.ditto.model.base.headers.metadata.DefaultMetadataHeaderKeyTest [INFO] Running org.eclipse.ditto.model.base.headers.DittoDurationTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in org.eclipse.ditto.model.base.headers.DittoDurationTest [INFO] Running org.eclipse.ditto.model.base.headers.NonEmptyValueValidatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.headers.NonEmptyValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.IntValueValidatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.headers.IntValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.EntityTagValueValidatorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.headers.EntityTagValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.DefaultDittoHeadersBuilderTest [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.ditto.model.base.headers.DefaultDittoHeadersBuilderTest [INFO] Running org.eclipse.ditto.model.base.headers.DittoDurationValueValidatorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.headers.DittoDurationValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.MetadataHeadersValueValidatorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.headers.MetadataHeadersValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.TimeoutValueValidatorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.base.headers.TimeoutValueValidatorTest [INFO] Running org.eclipse.ditto.model.base.headers.DittoHeaderDefinitionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ditto.model.base.headers.DittoHeaderDefinitionTest [INFO] Running org.eclipse.ditto.model.base.exceptions.DittoHeadersTooLargeExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.base.exceptions.DittoHeadersTooLargeExceptionTest [INFO] Running org.eclipse.ditto.model.base.exceptions.DittoHeaderInvalidExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.base.exceptions.DittoHeaderInvalidExceptionTest [INFO] Running org.eclipse.ditto.model.base.exceptions.TooManyRequestsExceptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.exceptions.TooManyRequestsExceptionTest [INFO] Running org.eclipse.ditto.model.base.exceptions.SignalEnrichmentFailedExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.base.exceptions.SignalEnrichmentFailedExceptionTest [INFO] Running org.eclipse.ditto.model.base.exceptions.DittoRuntimeExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.eclipse.ditto.model.base.exceptions.DittoRuntimeExceptionTest [INFO] Running org.eclipse.ditto.model.base.exceptions.InvalidRqlExpressionExceptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.base.exceptions.InvalidRqlExpressionExceptionTest [INFO] Running org.eclipse.ditto.model.base.acks.ImmutableAcknowledgementLabelTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.model.base.acks.ImmutableAcknowledgementLabelTest [INFO] Running org.eclipse.ditto.model.base.acks.AcknowledgementRequestsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.acks.AcknowledgementRequestsTest [INFO] Running org.eclipse.ditto.model.base.acks.DittoAcknowledgementLabelTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ditto.model.base.acks.DittoAcknowledgementLabelTest [INFO] Running org.eclipse.ditto.model.base.acks.ImmutableAcknowledgementRequestTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.model.base.acks.ImmutableAcknowledgementRequestTest [INFO] Running org.eclipse.ditto.model.base.acks.ImmutableFilteredAcknowledgementRequestTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.ditto.model.base.acks.ImmutableFilteredAcknowledgementRequestTest [INFO] Running org.eclipse.ditto.model.base.acks.AcknowledgementRequestParseExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.base.acks.AcknowledgementRequestParseExceptionTest [INFO] Running org.eclipse.ditto.model.base.acks.AcknowledgementLabelsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.model.base.acks.AcknowledgementLabelsTest [INFO] Running org.eclipse.ditto.model.base.entity.type.DefaultEntityTypeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.ditto.model.base.entity.type.DefaultEntityTypeTest [INFO] Running org.eclipse.ditto.model.base.entity.id.EntityIdWithTypeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.base.entity.id.EntityIdWithTypeTest [INFO] Running org.eclipse.ditto.model.base.entity.id.DefaultNamespacedEntityIdTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.ditto.model.base.entity.id.DefaultNamespacedEntityIdTest [INFO] Running org.eclipse.ditto.model.base.entity.id.RegexPatternsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.base.entity.id.RegexPatternsTest [INFO] Running org.eclipse.ditto.model.base.entity.id.NamespacedEntityIdWithTypeTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.model.base.entity.id.NamespacedEntityIdWithTypeTest [INFO] Running org.eclipse.ditto.model.base.entity.id.DefaultEntityIdTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.model.base.entity.id.DefaultEntityIdTest [INFO] Running org.eclipse.ditto.model.base.auth.ImmutableAuthorizationContextTypeTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.ditto.model.base.auth.ImmutableAuthorizationContextTypeTest [INFO] Running org.eclipse.ditto.model.base.auth.ImmutableAuthorizationContextTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ditto.model.base.auth.ImmutableAuthorizationContextTest [INFO] Running org.eclipse.ditto.model.base.auth.AuthorizationModelFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.ditto.model.base.auth.AuthorizationModelFactoryTest [INFO] Running org.eclipse.ditto.model.base.auth.ImmutableAuthorizationSubjectTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.auth.ImmutableAuthorizationSubjectTest [INFO] Running org.eclipse.ditto.model.base.auth.DittoAuthorizationContextTypeTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.ditto.model.base.auth.DittoAuthorizationContextTypeTest [INFO] Running org.eclipse.ditto.model.base.common.BinaryValidationResultTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.base.common.BinaryValidationResultTest [INFO] Running org.eclipse.ditto.model.base.common.ConditionCheckerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.base.common.ConditionCheckerTest [INFO] Running org.eclipse.ditto.model.base.common.PlaceholdersTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.base.common.PlaceholdersTest [INFO] Running org.eclipse.ditto.model.base.json.JsonSchemaVersionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.base.json.JsonSchemaVersionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 479, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-base --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/base/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-base --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/base/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-model-base --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/model/base/target/ditto-model-base-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-base --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/base/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Base' with 139 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-base --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/base/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-base --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/base/target/ditto-model-base-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-base/0-SNAPSHOT/ditto-model-base-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-base/0-SNAPSHOT/ditto-model-base-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/base/target/ditto-model-base-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-base/0-SNAPSHOT/ditto-model-base-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-base --- [INFO] Installing org/eclipse/ditto/ditto-model-base/0-SNAPSHOT/ditto-model-base-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-model-policies >--------------- [INFO] Building Eclipse Ditto :: Model :: Policies 0-SNAPSHOT [11/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-policies --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-policies --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-policies --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-policies --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/policies/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-policies --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-policies:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/ditto-ci/model/policies/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/policies/src/main/java/org/eclipse/ditto/model/policies/Policy.java: /home/jenkins/agent/workspace/ditto-ci/model/policies/src/main/java/org/eclipse/ditto/model/policies/Policy.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/policies/src/main/java/org/eclipse/ditto/model/policies/Policy.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/policies/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/ditto-ci/model/policies/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/policies/src/test/java/org/eclipse/ditto/model/policies/ImmutablePolicyBuilderTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/policies/src/test/java/org/eclipse/ditto/model/policies/ImmutablePolicyBuilderTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-policies --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/policies/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.policies.ImmutableSubjectTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 s - in org.eclipse.ditto.model.policies.ImmutableSubjectTest [INFO] Running org.eclipse.ditto.model.policies.ImmutableLabelTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.ditto.model.policies.ImmutableLabelTest [INFO] Running org.eclipse.ditto.model.policies.PolicyIdTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.ditto.model.policies.PolicyIdTest [INFO] Running org.eclipse.ditto.model.policies.ImmutablePolicyRevisionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.ditto.model.policies.ImmutablePolicyRevisionTest [INFO] Running org.eclipse.ditto.model.policies.ImmutableResourceTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.ditto.model.policies.ImmutableResourceTest [INFO] Running org.eclipse.ditto.model.policies.ImmutableEffectedPermissionsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.model.policies.ImmutableEffectedPermissionsTest [INFO] Running org.eclipse.ditto.model.policies.ImmutableSubjectsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.ditto.model.policies.ImmutableSubjectsTest [INFO] Running org.eclipse.ditto.model.policies.ImmutableResourcesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.model.policies.ImmutableResourcesTest [INFO] Running org.eclipse.ditto.model.policies.ImmutableSubjectTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.model.policies.ImmutableSubjectTypeTest [INFO] Running org.eclipse.ditto.model.policies.ImmutablePolicyEntryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.ditto.model.policies.ImmutablePolicyEntryTest [INFO] Running org.eclipse.ditto.model.policies.ImmutablePolicyBuilderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.ditto.model.policies.ImmutablePolicyBuilderTest [INFO] Running org.eclipse.ditto.model.policies.ImmutableSubjectIssuerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.ditto.model.policies.ImmutableSubjectIssuerTest [INFO] Running org.eclipse.ditto.model.policies.PoliciesModelFactoryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.policies.PoliciesModelFactoryTest [INFO] Running org.eclipse.ditto.model.policies.ImmutablePermissionsTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.012 s - in org.eclipse.ditto.model.policies.ImmutablePermissionsTest [INFO] Running org.eclipse.ditto.model.policies.ImmutablePolicyTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.ditto.model.policies.ImmutablePolicyTest [INFO] Running org.eclipse.ditto.model.policies.ImmutableSubjectIdTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.ditto.model.policies.ImmutableSubjectIdTest [INFO] Running org.eclipse.ditto.model.policies.ImmutableResourceKeyTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.ditto.model.policies.ImmutableResourceKeyTest [INFO] Running org.eclipse.ditto.model.policies.PoliciesResourceTypeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.policies.PoliciesResourceTypeTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 135, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/policies/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-policies --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/policies/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-model-policies --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/model/policies/target/ditto-model-policies-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-policies --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/policies/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Policies' with 52 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-policies --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/policies/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/policies/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/policies/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-policies --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/policies/target/ditto-model-policies-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-policies/0-SNAPSHOT/ditto-model-policies-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-policies/0-SNAPSHOT/ditto-model-policies-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/policies/target/ditto-model-policies-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-policies/0-SNAPSHOT/ditto-model-policies-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-policies --- [INFO] Installing org/eclipse/ditto/ditto-model-policies/0-SNAPSHOT/ditto-model-policies-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-model-things >---------------- [INFO] Building Eclipse Ditto :: Model :: Things 0-SNAPSHOT [12/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-things --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-things --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-things --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-things --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/things/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-things --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/things/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-things --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/things/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-things --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-things:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/ditto-ci/model/things/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/things/src/main/java/org/eclipse/ditto/model/things/Feature.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/things/src/main/java/org/eclipse/ditto/model/things/Feature.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-things --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/things/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/ditto-ci/model/things/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/things/src/test/java/org/eclipse/ditto/model/things/assertions/ThingAssert.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/things/src/test/java/org/eclipse/ditto/model/things/assertions/ThingAssert.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-things --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/things/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.things.ImmutableAccessControlListTest [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.849 s - in org.eclipse.ditto.model.things.ImmutableAccessControlListTest [INFO] Running org.eclipse.ditto.model.things.ImmutableFeatureTest [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s - in org.eclipse.ditto.model.things.ImmutableFeatureTest [INFO] Running org.eclipse.ditto.model.things.ImmutableFeatureDefinitionIdentifierTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ditto.model.things.ImmutableFeatureDefinitionIdentifierTest [INFO] Running org.eclipse.ditto.model.things.NullFeaturePropertiesTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.ditto.model.things.NullFeaturePropertiesTest [INFO] Running org.eclipse.ditto.model.things.ImmutableThingToJsonVersionMismatchTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.ditto.model.things.ImmutableThingToJsonVersionMismatchTest [INFO] Running org.eclipse.ditto.model.things.NullFeatureTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.ditto.model.things.NullFeatureTest [INFO] Running org.eclipse.ditto.model.things.ImmutableFeatureFromCopyBuilderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.things.ImmutableFeatureFromCopyBuilderTest [INFO] Running org.eclipse.ditto.model.things.NullAttributesTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.ditto.model.things.NullAttributesTest [INFO] Running org.eclipse.ditto.model.things.PolicyIdMissingExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.model.things.PolicyIdMissingExceptionTest [INFO] Running org.eclipse.ditto.model.things.ImmutableThingFromCopyBuilderTest [INFO] Tests run: 114, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.ditto.model.things.ImmutableThingFromCopyBuilderTest [INFO] Running org.eclipse.ditto.model.things.ThingIdTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 s - in org.eclipse.ditto.model.things.ThingIdTest [INFO] Running org.eclipse.ditto.model.things.AttributesModelFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.things.AttributesModelFactoryTest [INFO] Running org.eclipse.ditto.model.things.ImmutableAclEntryTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.ditto.model.things.ImmutableAclEntryTest [INFO] Running org.eclipse.ditto.model.things.ImmutableAttributesTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.model.things.ImmutableAttributesTest [INFO] Running org.eclipse.ditto.model.things.ImmutableFeatureDefinitionTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.ditto.model.things.ImmutableFeatureDefinitionTest [INFO] Running org.eclipse.ditto.model.things.ImmutableFeaturesTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 s - in org.eclipse.ditto.model.things.ImmutableFeaturesTest [INFO] Running org.eclipse.ditto.model.things.ImmutableFeatureFromScratchBuilderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.things.ImmutableFeatureFromScratchBuilderTest [INFO] Running org.eclipse.ditto.model.things.ImmutableThingDefinitionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ditto.model.things.ImmutableThingDefinitionTest [INFO] Running org.eclipse.ditto.model.things.NullFeaturesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.model.things.NullFeaturesTest [INFO] Running org.eclipse.ditto.model.things.ImmutableThingRevisionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.ditto.model.things.ImmutableThingRevisionTest [INFO] Running org.eclipse.ditto.model.things.MutablePermissionsTest [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.ditto.model.things.MutablePermissionsTest [INFO] Running org.eclipse.ditto.model.things.ImmutableFeaturePropertiesTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.ditto.model.things.ImmutableFeaturePropertiesTest [INFO] Running org.eclipse.ditto.model.things.AccessControlListModelFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.things.AccessControlListModelFactoryTest [INFO] Running org.eclipse.ditto.model.things.ThingsJsonTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.ditto.model.things.ThingsJsonTest [INFO] Running org.eclipse.ditto.model.things.ThingsModelFactoryTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.things.ThingsModelFactoryTest [INFO] Running org.eclipse.ditto.model.things.ImmutableDefinitionIdentifierTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.ditto.model.things.ImmutableDefinitionIdentifierTest [INFO] Running org.eclipse.ditto.model.things.ImmutableThingFromScratchBuilderTest [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.things.ImmutableThingFromScratchBuilderTest [INFO] Running org.eclipse.ditto.model.things.ImmutableThingTest [INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.ditto.model.things.ImmutableThingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 623, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-things --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/things/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-things --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/things/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-model-things --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/model/things/target/ditto-model-things-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-things --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-things --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/things/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Things' with 76 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-things --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/things/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-things --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/things/target/ditto-model-things-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-things/0-SNAPSHOT/ditto-model-things-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-things/0-SNAPSHOT/ditto-model-things-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/things/target/ditto-model-things-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-things/0-SNAPSHOT/ditto-model-things-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-things --- [INFO] Installing org/eclipse/ditto/ditto-model-things/0-SNAPSHOT/ditto-model-things-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.eclipse.ditto:ditto-model-connectivity >------------- [INFO] Building Eclipse Ditto :: Model :: Connectivity 0-SNAPSHOT [13/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-connectivity --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-connectivity --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-connectivity --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-connectivity --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-connectivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/connectivity/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-connectivity --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-connectivity:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/connectivity/src/main/java/org/eclipse/ditto/model/connectivity/ConnectivityModelFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/connectivity/src/main/java/org/eclipse/ditto/model/connectivity/ConnectivityModelFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-connectivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/connectivity/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/connectivity/src/test/java/org/eclipse/ditto/model/connectivity/ImmutableConnectionTest.java: /home/jenkins/agent/workspace/ditto-ci/model/connectivity/src/test/java/org/eclipse/ditto/model/connectivity/ImmutableConnectionTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/connectivity/src/test/java/org/eclipse/ditto/model/connectivity/ImmutableConnectionTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-connectivity --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableResourceStatusTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in org.eclipse.ditto.model.connectivity.ImmutableResourceStatusTest [INFO] Running org.eclipse.ditto.model.connectivity.ConnectionIdTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ditto.model.connectivity.ConnectionIdTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableTargetMetricsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.eclipse.ditto.model.connectivity.ImmutableTargetMetricsTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableAddressMetricTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.ditto.model.connectivity.ImmutableAddressMetricTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableMappingContextTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.ditto.model.connectivity.ImmutableMappingContextTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableConnectionMetricsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.ditto.model.connectivity.ImmutableConnectionMetricsTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableEnforcementTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.ditto.model.connectivity.ImmutableEnforcementTest [INFO] Running org.eclipse.ditto.model.connectivity.LogTypeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s - in org.eclipse.ditto.model.connectivity.LogTypeTest [INFO] Running org.eclipse.ditto.model.connectivity.ClientCertificateCredentialsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.ditto.model.connectivity.ClientCertificateCredentialsTest [INFO] Running org.eclipse.ditto.model.connectivity.CredentialsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.model.connectivity.CredentialsTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableMeasurementTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.ditto.model.connectivity.ImmutableMeasurementTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableConnectionTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.eclipse.ditto.model.connectivity.ImmutableConnectionTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableSourceMetricsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.model.connectivity.ImmutableSourceMetricsTest [INFO] Running org.eclipse.ditto.model.connectivity.ConnectionTypeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ditto.model.connectivity.ConnectionTypeTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableTargetTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.ditto.model.connectivity.ImmutableTargetTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableHeaderMappingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.model.connectivity.ImmutableHeaderMappingTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableSourceTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.ditto.model.connectivity.ImmutableSourceTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableFilteredTopicTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.ditto.model.connectivity.ImmutableFilteredTopicTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutablePayloadMappingDefinitionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.model.connectivity.ImmutablePayloadMappingDefinitionTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableLogEntryTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.ditto.model.connectivity.ImmutableLogEntryTest [INFO] Running org.eclipse.ditto.model.connectivity.ImmutableReplyTargetTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.model.connectivity.ImmutableReplyTargetTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 125, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-connectivity --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-model-connectivity --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/ditto-model-connectivity-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-connectivity --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Connectivity' with 96 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-connectivity --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-connectivity --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/ditto-model-connectivity-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-connectivity/0-SNAPSHOT/ditto-model-connectivity-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/connectivity/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-connectivity/0-SNAPSHOT/ditto-model-connectivity-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/connectivity/target/ditto-model-connectivity-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-connectivity/0-SNAPSHOT/ditto-model-connectivity-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-connectivity --- [INFO] Installing org/eclipse/ditto/ditto-model-connectivity/0-SNAPSHOT/ditto-model-connectivity-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-model-devops >---------------- [INFO] Building Eclipse Ditto :: Model :: DevOps 0-SNAPSHOT [14/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-devops --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-devops --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-devops --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-devops --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/devops/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-devops --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/devops/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-devops --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-devops --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-devops:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-devops --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/model/devops/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/devops/src/main/java/org/eclipse/ditto/model/devops/LoggerConfig.java: /home/jenkins/agent/workspace/ditto-ci/model/devops/src/main/java/org/eclipse/ditto/model/devops/LoggerConfig.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/devops/src/main/java/org/eclipse/ditto/model/devops/LoggerConfig.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-devops --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/devops/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-devops --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-devops --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-devops --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/devops/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-devops --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/devops/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-devops --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-devops --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-devops --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-devops --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/devops/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/devops/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/devops/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-devops --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/devops/target/ditto-model-devops-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-devops/0-SNAPSHOT/ditto-model-devops-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/devops/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-devops/0-SNAPSHOT/ditto-model-devops-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-devops --- [INFO] Installing org/eclipse/ditto/ditto-model-devops/0-SNAPSHOT/ditto-model-devops-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-model-messages >--------------- [INFO] Building Eclipse Ditto :: Model :: Messages 0-SNAPSHOT [15/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-messages --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-messages --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-messages --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-messages --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/messages/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-messages --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/messages/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-messages --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/messages/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-messages --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-messages:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-messages --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/ditto-ci/model/messages/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/messages/src/main/java/org/eclipse/ditto/model/messages/ImmutableMessage.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/messages/src/main/java/org/eclipse/ditto/model/messages/ImmutableMessage.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-messages --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/messages/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-messages --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ditto-ci/model/messages/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/messages/src/test/java/org/eclipse/ditto/model/messages/ImmutableMessageTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/messages/src/test/java/org/eclipse/ditto/model/messages/ImmutableMessageTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-messages --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/messages/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.messages.ImmutableMessageBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in org.eclipse.ditto.model.messages.ImmutableMessageBuilderTest [INFO] Running org.eclipse.ditto.model.messages.ImmutableMessageTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 s - in org.eclipse.ditto.model.messages.ImmutableMessageTest [INFO] Running org.eclipse.ditto.model.messages.DittoMessageSubjectValueValidatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.ditto.model.messages.DittoMessageSubjectValueValidatorTest [INFO] Running org.eclipse.ditto.model.messages.MessageHeadersBuilderTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s - in org.eclipse.ditto.model.messages.MessageHeadersBuilderTest [INFO] Running org.eclipse.ditto.model.messages.MessageFormatInvalidExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.eclipse.ditto.model.messages.MessageFormatInvalidExceptionTest [INFO] Running org.eclipse.ditto.model.messages.MessagesModelFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.messages.MessagesModelFactoryTest [INFO] Running org.eclipse.ditto.model.messages.ImmutableMessageHeadersTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.ditto.model.messages.ImmutableMessageHeadersTest [INFO] Running org.eclipse.ditto.model.messages.DittoMessageThingIdValueValidatorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.messages.DittoMessageThingIdValueValidatorTest [INFO] Running org.eclipse.ditto.model.messages.HttpStatusCodeValueValidatorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.ditto.model.messages.HttpStatusCodeValueValidatorTest [INFO] Running org.eclipse.ditto.model.messages.MessageHeaderTimeoutValueValidatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.messages.MessageHeaderTimeoutValueValidatorTest [INFO] Running org.eclipse.ditto.model.messages.TimestampValueValidatorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.messages.TimestampValueValidatorTest [INFO] Running org.eclipse.ditto.model.messages.DittoMessageDirectionValueValidatorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.messages.DittoMessageDirectionValueValidatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-messages --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/messages/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-messages --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/messages/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-messages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-messages --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-messages --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/messages/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Messages' with 35 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-messages --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/messages/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/messages/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/messages/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-messages --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/messages/target/ditto-model-messages-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-messages/0-SNAPSHOT/ditto-model-messages-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/messages/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-messages/0-SNAPSHOT/ditto-model-messages-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-messages --- [INFO] Installing org/eclipse/ditto/ditto-model-messages/0-SNAPSHOT/ditto-model-messages-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.ditto:ditto-model-namespaces >-------------- [INFO] Building Eclipse Ditto :: Model :: Namespaces 0-SNAPSHOT [16/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-namespaces --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-namespaces --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-namespaces --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-namespaces --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-namespaces --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-namespaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/namespaces/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-namespaces --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-namespaces:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-namespaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-namespaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/namespaces/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-namespaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-namespaces --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.namespaces.NamespaceBlockedExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 s - in org.eclipse.ditto.model.namespaces.NamespaceBlockedExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-namespaces --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-namespaces --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-namespaces --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Namespaces' with 3 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-namespaces --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-namespaces --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/namespaces/target/ditto-model-namespaces-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-namespaces/0-SNAPSHOT/ditto-model-namespaces-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/namespaces/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-namespaces/0-SNAPSHOT/ditto-model-namespaces-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-namespaces --- [INFO] Installing org/eclipse/ditto/ditto-model-namespaces/0-SNAPSHOT/ditto-model-namespaces-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.ditto:ditto-model-enforcers >--------------- [INFO] Building Eclipse Ditto :: Model :: Enforcers 0-SNAPSHOT [17/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-enforcers --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-enforcers --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-enforcers --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-enforcers --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-enforcers --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-enforcers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-enforcers --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-enforcers:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-enforcers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/enforcers/src/main/java/org/eclipse/ditto/model/enforcers/tree/TreeBasedPolicyEnforcer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/enforcers/src/main/java/org/eclipse/ditto/model/enforcers/tree/TreeBasedPolicyEnforcer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-enforcers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/enforcers/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-enforcers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/enforcers/src/test/java/org/eclipse/ditto/model/enforcers/testbench/algorithms/TrieBasedPolicyAlgorithm.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/enforcers/src/test/java/org/eclipse/ditto/model/enforcers/testbench/algorithms/TrieBasedPolicyAlgorithm.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-enforcers --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 s - in org.eclipse.ditto.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest [INFO] Running org.eclipse.ditto.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.ditto.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest [INFO] Running org.eclipse.ditto.model.enforcers.tree.WeightedPermissionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.eclipse.ditto.model.enforcers.tree.WeightedPermissionTest [INFO] Running org.eclipse.ditto.model.enforcers.tree.EffectedResourcesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.ditto.model.enforcers.tree.EffectedResourcesTest [INFO] Running org.eclipse.ditto.model.enforcers.tree.SubjectNodeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.ditto.model.enforcers.tree.SubjectNodeTest [INFO] Running org.eclipse.ditto.model.enforcers.tree.PointerLocationEvaluatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ditto.model.enforcers.tree.PointerLocationEvaluatorTest [INFO] Running org.eclipse.ditto.model.enforcers.tree.ResourceNodeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s - in org.eclipse.ditto.model.enforcers.tree.ResourceNodeTest [INFO] Running org.eclipse.ditto.model.enforcers.tree.TreeBasedPolicyEnforcerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.model.enforcers.tree.TreeBasedPolicyEnforcerTest [INFO] Running org.eclipse.ditto.model.enforcers.trie.TrieBasedPolicyEnforcerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.enforcers.trie.TrieBasedPolicyEnforcerTest [INFO] Running org.eclipse.ditto.model.enforcers.trie.PermissionSubjectsMapTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.ditto.model.enforcers.trie.PermissionSubjectsMapTest [INFO] Running org.eclipse.ditto.model.enforcers.trie.GrantRevokeIndexTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.ditto.model.enforcers.trie.GrantRevokeIndexTest [INFO] Running org.eclipse.ditto.model.enforcers.trie.PolicyTrieTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ditto.model.enforcers.trie.PolicyTrieTest [INFO] Running org.eclipse.ditto.model.enforcers.DefaultEffectedSubjectsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.model.enforcers.DefaultEffectedSubjectsTest [INFO] Running org.eclipse.ditto.model.enforcers.ImmutableEffectedSubjectIdsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.ditto.model.enforcers.ImmutableEffectedSubjectIdsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 226, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-enforcers --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-enforcers --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ ditto-model-enforcers --- [INFO] Reading assembly descriptor: src/test/assembly/assembly.xml [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/ditto-model-enforcers-0-SNAPSHOT-benchmark.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-enforcers --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-enforcers --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-enforcers --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Enforcers' with 34 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-enforcers --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-enforcers --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/ditto-model-enforcers-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-enforcers/0-SNAPSHOT/ditto-model-enforcers-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/enforcers/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-enforcers/0-SNAPSHOT/ditto-model-enforcers-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/enforcers/target/ditto-model-enforcers-0-SNAPSHOT-benchmark.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-enforcers/0-SNAPSHOT/ditto-model-enforcers-0-SNAPSHOT-benchmark.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-enforcers --- [INFO] Installing org/eclipse/ditto/ditto-model-enforcers/0-SNAPSHOT/ditto-model-enforcers-0-SNAPSHOT.jar [INFO] Installing org/eclipse/ditto/ditto-model-enforcers/0-SNAPSHOT/ditto-model-enforcers-0-SNAPSHOT-benchmark.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-model-jwt >------------------ [INFO] Building Eclipse Ditto :: Model :: JWT 0-SNAPSHOT [18/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-jwt --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-jwt --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-jwt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-jwt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/jwt/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-jwt --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/jwt/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-jwt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/jwt/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-jwt --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-jwt:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-jwt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ditto-ci/model/jwt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-jwt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/jwt/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-jwt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ditto-ci/model/jwt/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-jwt --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/jwt/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.jwt.ImmutableJsonWebKeyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.66 s - in org.eclipse.ditto.model.jwt.ImmutableJsonWebKeyTest [INFO] Running org.eclipse.ditto.model.jwt.AudienceTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.ditto.model.jwt.AudienceTest [INFO] Running org.eclipse.ditto.model.jwt.ImmutableJsonWebTokenTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in org.eclipse.ditto.model.jwt.ImmutableJsonWebTokenTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-jwt --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/jwt/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-jwt --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/jwt/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-jwt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-jwt --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/jwt/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: JWT' with 10 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-jwt --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/jwt/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/jwt/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/jwt/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-jwt --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/jwt/target/ditto-model-jwt-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-jwt/0-SNAPSHOT/ditto-model-jwt-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/jwt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-jwt/0-SNAPSHOT/ditto-model-jwt-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-jwt --- [INFO] Installing org/eclipse/ditto/ditto-model-jwt/0-SNAPSHOT/ditto-model-jwt-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.eclipse.ditto:ditto-model-thingsearch >-------------- [INFO] Building Eclipse Ditto :: Model :: Thing Search 0-SNAPSHOT [19/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-thingsearch --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-thingsearch --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-thingsearch --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-thingsearch --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-thingsearch --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-thingsearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-thingsearch --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-thingsearch:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-thingsearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/src/main/java/org/eclipse/ditto/model/thingsearch/SearchResult.java: /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/src/main/java/org/eclipse/ditto/model/thingsearch/SearchResult.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/src/main/java/org/eclipse/ditto/model/thingsearch/SearchResult.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-thingsearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-thingsearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/src/test/java/org/eclipse/ditto/model/thingsearch/TestConstants.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/src/test/java/org/eclipse/ditto/model/thingsearch/TestConstants.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-thingsearch --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableSearchPropertyTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s - in org.eclipse.ditto.model.thingsearch.ImmutableSearchPropertyTest [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutablePropertyFilterTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.ditto.model.thingsearch.ImmutablePropertyFilterTest [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableLogicalFilterTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 s - in org.eclipse.ditto.model.thingsearch.ImmutableLogicalFilterTest [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableCursorOptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ditto.model.thingsearch.ImmutableCursorOptionTest [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableSearchResultBuilderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.ditto.model.thingsearch.ImmutableSearchResultBuilderTest [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableSortOptionEntryTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ditto.model.thingsearch.ImmutableSortOptionEntryTest [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableSortOptionTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.ditto.model.thingsearch.ImmutableSortOptionTest [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableSearchQueryBuilderTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.ditto.model.thingsearch.ImmutableSearchQueryBuilderTest [INFO] Running org.eclipse.ditto.model.thingsearch.SearchModelFactoryTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ditto.model.thingsearch.SearchModelFactoryTest [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableLimitOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.model.thingsearch.ImmutableLimitOptionTest [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableSizeOptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.ditto.model.thingsearch.ImmutableSizeOptionTest [INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableSearchResultTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ditto.model.thingsearch.ImmutableSearchResultTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 144, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-thingsearch --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-thingsearch --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-thingsearch --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Thing Search' with 21 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-thingsearch --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-thingsearch --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/target/ditto-model-thingsearch-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-thingsearch/0-SNAPSHOT/ditto-model-thingsearch-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/thingsearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-thingsearch/0-SNAPSHOT/ditto-model-thingsearch-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-thingsearch --- [INFO] Installing org/eclipse/ditto/ditto-model-thingsearch/0-SNAPSHOT/ditto-model-thingsearch-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.ditto:ditto-model-rql >------------------ [INFO] Building Eclipse Ditto :: Model :: RQL 0-SNAPSHOT [20/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-rql --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-rql --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-rql --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-rql --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/rql/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-rql --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/rql/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-rql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-rql --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-rql:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-rql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ditto-ci/model/rql/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-rql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/rql/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-rql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ditto-ci/model/rql/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-rql --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/rql/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.rql.predicates.ast.ExistsNodeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 s - in org.eclipse.ditto.model.rql.predicates.ast.ExistsNodeTest [INFO] Running org.eclipse.ditto.model.rql.predicates.ast.MultiComparisonNodeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.ditto.model.rql.predicates.ast.MultiComparisonNodeTest [INFO] Running org.eclipse.ditto.model.rql.predicates.ast.LogicalNodeTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.ditto.model.rql.predicates.ast.LogicalNodeTest [INFO] Running org.eclipse.ditto.model.rql.predicates.ast.SingleComparisonNodeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.model.rql.predicates.ast.SingleComparisonNodeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-rql --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/rql/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-rql --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/rql/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-rql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-rql --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-rql --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/rql/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: RQL' with 11 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-rql --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/rql/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/rql/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/rql/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-rql --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/rql/target/ditto-model-rql-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-rql/0-SNAPSHOT/ditto-model-rql-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/rql/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-rql/0-SNAPSHOT/ditto-model-rql-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-rql --- [INFO] Installing org/eclipse/ditto/ditto-model-rql/0-SNAPSHOT/ditto-model-rql-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.ditto:ditto-model-rql-parser >-------------- [INFO] Building Eclipse Ditto :: Model :: RQL parser 0-SNAPSHOT [21/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-rql-parser --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-rql-parser --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-rql-parser --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-rql-parser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-rql-parser --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-rql-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-rql-parser --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-rql-parser:bundle:0-SNAPSHOT... [INFO] [INFO] --- scala-maven-plugin:4.4.0:compile (default) @ ditto-model-rql-parser --- [INFO] Using incremental compilation using Mixed compile order [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.3__55.0-1.3.5_20200330T000931.jar [INFO] Compiler bridge file is not installed yet /tmp/scala-maven-plugin-compiler-bridge-sources9714092304577744732/xsbt/DelegatingReporter.scala:187: warning: match may not be exhaustive. It would fail on the following inputs: ERROR, INFO, WARNING sev match { ^ warning: 1 deprecation warning: 4 deprecations (since 2.12.0) warning: 4 deprecations (since 2.12.5) warning: 2 deprecations (since 2.12.9) warning: 2 deprecations (since 2.13) warning: 7 deprecations (since 2.13.0) warning: 2 deprecations (since 2.13.3) warning: 22 deprecations in total; re-run with -deprecation for details warning: 3 feature warnings; re-run with -feature for details 10 warnings [INFO] Compiler bridge installed [INFO] Compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/classes ... [WARNING] : 1 deprecation (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 13.4 s [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-rql-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/classes [INFO] [INFO] --- scala-maven-plugin:4.4.0:compile (compile) @ ditto-model-rql-parser --- [INFO] Using incremental compilation using Mixed compile order [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.3__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/classes ... [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 0.7 s [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-rql-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-rql-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/test-classes [INFO] [INFO] --- scala-maven-plugin:4.4.0:testCompile (test-compile) @ ditto-model-rql-parser --- [INFO] Using incremental compilation using Mixed compile order [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.3__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/test-classes ... [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 1.4 s [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-rql-parser --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.rqlparser.RqlPredicateParserTest [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 s - in org.eclipse.ditto.model.rqlparser.RqlPredicateParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-rql-parser --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-rql-parser --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-rql-parser --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-rql-parser --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-rql-parser --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: RQL parser' with 4 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-rql-parser --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-rql-parser --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/ditto-model-rql-parser-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-rql-parser/0-SNAPSHOT/ditto-model-rql-parser-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-rql-parser/0-SNAPSHOT/ditto-model-rql-parser-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-rql-parser --- [INFO] Installing org/eclipse/ditto/ditto-model-rql-parser/0-SNAPSHOT/ditto-model-rql-parser-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.ditto:ditto-model-thingsearch-parser >---------- [INFO] Building Eclipse Ditto :: Model :: Thing Search Parser 0-SNAPSHOT [22/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-thingsearch-parser --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-thingsearch-parser --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-thingsearch-parser --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-thingsearch-parser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-thingsearch-parser --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-thingsearch-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-thingsearch-parser --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-thingsearch-parser:bundle:0-SNAPSHOT... [INFO] [INFO] --- scala-maven-plugin:4.4.0:compile (default) @ ditto-model-thingsearch-parser --- [INFO] Using incremental compilation using Mixed compile order [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.3__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/classes ... [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 4.7 s [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-thingsearch-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/classes [INFO] [INFO] --- scala-maven-plugin:4.4.0:compile (compile) @ ditto-model-thingsearch-parser --- [INFO] Using incremental compilation using Mixed compile order [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.3__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/classes ... [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 0.7 s [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-thingsearch-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-thingsearch-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/test-classes [INFO] [INFO] --- scala-maven-plugin:4.4.0:testCompile (test-compile) @ ditto-model-thingsearch-parser --- [INFO] Using incremental compilation using Mixed compile order [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.3__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/test-classes ... [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8 1 warning. [INFO] Done compiling. [INFO] compile in 1.2 s [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-thingsearch-parser --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.thingsearchparser.options.rql.RqlOptionsParserTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s - in org.eclipse.ditto.model.thingsearchparser.options.rql.RqlOptionsParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-thingsearch-parser --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-thingsearch-parser --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-thingsearch-parser --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-thingsearch-parser --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-thingsearch-parser --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Thing Search Parser' with 3 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-thingsearch-parser --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-thingsearch-parser --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/ditto-model-thingsearch-parser-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-thingsearch-parser/0-SNAPSHOT/ditto-model-thingsearch-parser-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-thingsearch-parser/0-SNAPSHOT/ditto-model-thingsearch-parser-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-thingsearch-parser --- [INFO] Installing org/eclipse/ditto/ditto-model-thingsearch-parser/0-SNAPSHOT/ditto-model-thingsearch-parser-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-model-query >----------------- [INFO] Building Eclipse Ditto :: Model :: Query 0-SNAPSHOT [23/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-query --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-query --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-query --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-query --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/query/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-query --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/query/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-query --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-query:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/ditto-ci/model/query/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicateVisitor.java: /home/jenkins/agent/workspace/ditto-ci/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicateVisitor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicateVisitor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicatePredicateVisitor.java: /home/jenkins/agent/workspace/ditto-ci/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicatePredicateVisitor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/query/src/main/java/org/eclipse/ditto/model/query/things/ThingPredicatePredicateVisitor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/query/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ditto-ci/model/query/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-query --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/query/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.query.expression.ThingsFieldExpressionFactoryImplTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.ditto.model.query.expression.ThingsFieldExpressionFactoryImplTest [INFO] Running org.eclipse.ditto.model.query.things.ThingPredicateVisitorTest [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.579 s - in org.eclipse.ditto.model.query.things.ThingPredicateVisitorTest [INFO] Running org.eclipse.ditto.model.query.filter.ParameterPredicateVisitorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.ditto.model.query.filter.ParameterPredicateVisitorTest [INFO] Running org.eclipse.ditto.model.query.SortOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 s - in org.eclipse.ditto.model.query.SortOptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-query --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/query/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-query --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/query/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-query --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-query --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-query --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/query/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Query' with 40 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-query --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/query/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/query/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/query/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-query --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/query/target/ditto-model-query-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-query/0-SNAPSHOT/ditto-model-query-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/query/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-query/0-SNAPSHOT/ditto-model-query-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-query --- [INFO] Installing org/eclipse/ditto/ditto-model-query/0-SNAPSHOT/ditto-model-query-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-signals >------------------- [INFO] Building Eclipse Ditto :: Signals 0-SNAPSHOT [24/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals/0-SNAPSHOT/ditto-signals-0-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-signals-base >---------------- [INFO] Building Eclipse Ditto :: Signals :: Base 0-SNAPSHOT [25/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-base --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-base --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-base --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/base/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-base --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/base/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-base --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-base:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/ditto-ci/signals/base/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/base/src/main/java/org/eclipse/ditto/signals/base/AbstractGlobalJsonParsableRegistry.java: /home/jenkins/agent/workspace/ditto-ci/signals/base/src/main/java/org/eclipse/ditto/signals/base/AbstractGlobalJsonParsableRegistry.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/base/src/main/java/org/eclipse/ditto/signals/base/AbstractGlobalJsonParsableRegistry.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/base/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/signals/base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-base --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/base/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.base.GlobalErrorRegistryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.ditto.signals.base.GlobalErrorRegistryTest [INFO] Running org.eclipse.ditto.signals.base.DateTimeUtilTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.ditto.signals.base.DateTimeUtilTest [INFO] Running org.eclipse.ditto.signals.base.ShardedMessageEnvelopeTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 s - in org.eclipse.ditto.signals.base.ShardedMessageEnvelopeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-base --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/base/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-base --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/base/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-signals-base --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/signals/base/target/ditto-signals-base-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-base --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/base/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Base' with 18 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-base --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/base/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-base --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/base/target/ditto-signals-base-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-base/0-SNAPSHOT/ditto-signals-base-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-base/0-SNAPSHOT/ditto-signals-base-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/base/target/ditto-signals-base-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-base/0-SNAPSHOT/ditto-signals-base-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-base --- [INFO] Installing org/eclipse/ditto/ditto-signals-base/0-SNAPSHOT/ditto-signals-base-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.ditto:ditto-signals-commands >-------------- [INFO] Building Eclipse Ditto :: Signals :: Commands 0-SNAPSHOT [26/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands/0-SNAPSHOT/ditto-signals-commands-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-signals-commands-base >------------ [INFO] Building Eclipse Ditto :: Signals :: Commands :: Base 0-SNAPSHOT [27/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-base --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-base --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-base --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-base --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-base --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-base:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/src/main/java/org/eclipse/ditto/signals/commands/base/CommandResponse.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/src/main/java/org/eclipse/ditto/signals/commands/base/CommandResponse.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-base --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.base.GlobalCommandRegistryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s - in org.eclipse.ditto.signals.commands.base.GlobalCommandRegistryTest [INFO] Running org.eclipse.ditto.signals.commands.base.exceptions.GatewayPlaceholderNotResolvableExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.base.exceptions.GatewayPlaceholderNotResolvableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.base.exceptions.GatewayWebsocketSessionClosedExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.signals.commands.base.exceptions.GatewayWebsocketSessionClosedExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.base.GlobalCommandResponseRegistryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.signals.commands.base.GlobalCommandResponseRegistryTest [INFO] Running org.eclipse.ditto.signals.commands.base.CommandHeaderInvalidExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.ditto.signals.commands.base.CommandHeaderInvalidExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.base.AbstractCommandTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.base.AbstractCommandTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-base --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-base --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-signals-commands-base --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/ditto-signals-commands-base-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-base --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: Base' with 56 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-base --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-base --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/ditto-signals-commands-base-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-base/0-SNAPSHOT/ditto-signals-commands-base-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-base/0-SNAPSHOT/ditto-signals-commands-base-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/base/target/ditto-signals-commands-base-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-base/0-SNAPSHOT/ditto-signals-commands-base-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-base --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-base/0-SNAPSHOT/ditto-signals-commands-base-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------------< org.eclipse.ditto:ditto-signals-acks >---------------- [INFO] Building Eclipse Ditto :: Signals :: ACKs 0-SNAPSHOT [28/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-acks --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-acks --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-acks --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-acks --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/acks/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-acks --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-acks --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-acks:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-acks --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/acks/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-acks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-acks --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-acks --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-acks --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/acks/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-acks/0-SNAPSHOT/ditto-signals-acks-0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.ditto:ditto-signals-acks-base >-------------- [INFO] Building Eclipse Ditto :: Signals :: ACKs :: Base 0-SNAPSHOT [29/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-acks-base --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-acks-base --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-acks-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-acks-base --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-acks-base --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-acks-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-acks-base --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-acks-base:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-acks-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/src/main/java/org/eclipse/ditto/signals/acks/base/Acknowledgement.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/src/main/java/org/eclipse/ditto/signals/acks/base/Acknowledgement.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/src/main/java/org/eclipse/ditto/signals/acks/base/ImmutableAcknowledgements.java: /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/src/main/java/org/eclipse/ditto/signals/acks/base/ImmutableAcknowledgements.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/src/main/java/org/eclipse/ditto/signals/acks/base/ImmutableAcknowledgements.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-acks-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-acks-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-acks-base --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.acks.base.AcknowledgementsJsonParserTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 s - in org.eclipse.ditto.signals.acks.base.AcknowledgementsJsonParserTest [INFO] Running org.eclipse.ditto.signals.acks.base.AcknowledgementRequestTimeoutExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.ditto.signals.acks.base.AcknowledgementRequestTimeoutExceptionTest [INFO] Running org.eclipse.ditto.signals.acks.base.ImmutableAcknowledgementsTest [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.78 s - in org.eclipse.ditto.signals.acks.base.ImmutableAcknowledgementsTest [INFO] Running org.eclipse.ditto.signals.acks.base.AcknowledgementCorrelationIdMissingExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.acks.base.AcknowledgementCorrelationIdMissingExceptionTest [INFO] Running org.eclipse.ditto.signals.acks.base.AcknowledgementRequestDuplicateCorrelationIdExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.acks.base.AcknowledgementRequestDuplicateCorrelationIdExceptionTest [INFO] Running org.eclipse.ditto.signals.acks.base.ImmutableAcknowledgementTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s - in org.eclipse.ditto.signals.acks.base.ImmutableAcknowledgementTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-acks-base --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-acks-base --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-acks-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-acks-base --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-acks-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: ACKs :: Base' with 15 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-acks-base --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-acks-base --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/target/ditto-signals-acks-base-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-acks-base/0-SNAPSHOT/ditto-signals-acks-base-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/acks/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-acks-base/0-SNAPSHOT/ditto-signals-acks-base-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-acks-base --- [INFO] Installing org/eclipse/ditto/ditto-signals-acks-base/0-SNAPSHOT/ditto-signals-acks-base-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------< org.eclipse.ditto:ditto-signals-acks-things >------------- [INFO] Building Eclipse Ditto :: Signals :: ACKs :: Things 0-SNAPSHOT [30/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-acks-things --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-acks-things --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-acks-things --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-acks-things --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-acks-things --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-acks-things --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-acks-things --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-acks-things:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-acks-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-acks-things --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-acks-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-acks-things --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.acks.things.ThingAcknowledgementFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.802 s - in org.eclipse.ditto.signals.acks.things.ThingAcknowledgementFactoryTest [INFO] Running org.eclipse.ditto.signals.acks.things.ThingAcknowledgementJsonParserTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.ditto.signals.acks.things.ThingAcknowledgementJsonParserTest [INFO] Running org.eclipse.ditto.signals.acks.things.ThingAcknowledgementsFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.ditto.signals.acks.things.ThingAcknowledgementsFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-acks-things --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-acks-things --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-acks-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-acks-things --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-acks-things --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: ACKs :: Things' with 3 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-acks-things --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-acks-things --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/target/ditto-signals-acks-things-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-acks-things/0-SNAPSHOT/ditto-signals-acks-things-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-acks-things/0-SNAPSHOT/ditto-signals-acks-things-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-acks-things --- [INFO] Installing org/eclipse/ditto/ditto-signals-acks-things/0-SNAPSHOT/ditto-signals-acks-things-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.eclipse.ditto:ditto-signals-commands-policies >---------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Policies 0-SNAPSHOT [31/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-policies --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-policies --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-policies --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-policies --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-policies --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-policies:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/src/test/java/org/eclipse/ditto/signals/commands/policies/modify/ModifyPolicyTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/src/test/java/org/eclipse/ditto/signals/commands/policies/modify/ModifyPolicyTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-policies --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyCommandToAccessExceptionRegistryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyCommandToAccessExceptionRegistryTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyIdNotExplicitlySettableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyIdNotExplicitlySettableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyEntryModificationInvalidExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyEntryModificationInvalidExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyPreconditionNotModifiedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyPreconditionNotModifiedExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyPreconditionFailedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyPreconditionFailedExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.SubjectNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.SubjectNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyCommandToModifyExceptionRegistryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyCommandToModifyExceptionRegistryTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyEntryNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyEntryNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyUnavailableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyUnavailableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.SubjectsNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.SubjectsNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyTooManyModifyingRequestsExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyTooManyModifyingRequestsExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.ResourceNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.policies.exceptions.ResourceNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.ResourceNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.ResourceNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.SubjectNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.ditto.signals.commands.policies.exceptions.SubjectNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyModificationInvalidExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyModificationInvalidExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.ResourcesNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.policies.exceptions.ResourcesNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyEntryNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyEntryNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyConflictExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyConflictExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.CreatePolicyResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.ditto.signals.commands.policies.modify.CreatePolicyResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifySubjectResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifySubjectResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifySubjectsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifySubjectsTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifySubjectTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifySubjectTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifySubjectsResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifySubjectsResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyEntriesResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyEntriesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifyResourcesTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifyResourcesTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.DeleteResourceTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ditto.signals.commands.policies.modify.DeleteResourceTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.DeletePolicyResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.ditto.signals.commands.policies.modify.DeletePolicyResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyEntryResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyEntryResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.DeletePolicyEntryResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.signals.commands.policies.modify.DeletePolicyEntryResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.DeletePolicyTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ditto.signals.commands.policies.modify.DeletePolicyTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.DeleteSubjectResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.signals.commands.policies.modify.DeleteSubjectResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifyResourceTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifyResourceTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyEntriesTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyEntriesTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.DeleteResourceResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ditto.signals.commands.policies.modify.DeleteResourceResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyEntryTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifyPolicyEntryTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifyResourceResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifyResourceResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.DeletePolicyEntryTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ditto.signals.commands.policies.modify.DeletePolicyEntryTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.ModifyResourcesResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.commands.policies.modify.ModifyResourcesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.CreatePolicyTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ditto.signals.commands.policies.modify.CreatePolicyTest [INFO] Running org.eclipse.ditto.signals.commands.policies.modify.DeleteSubjectTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.ditto.signals.commands.policies.modify.DeleteSubjectTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyEntryTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyEntryTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrieveResourceTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveResourceTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectsTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyEntriesResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyEntriesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrieveResourcesTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveResourcesTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectsResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectsResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrieveResourcesResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveResourcesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrieveResourceResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveResourceResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyEntryResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyEntryResponseTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyTest [INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyEntriesTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyEntriesTest [INFO] Running org.eclipse.ditto.signals.commands.policies.PolicyErrorResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.ditto.signals.commands.policies.PolicyErrorResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 294, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-policies --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-policies --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: Policies' with 87 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-policies --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-policies --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/target/ditto-signals-commands-policies-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-policies/0-SNAPSHOT/ditto-signals-commands-policies-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-policies/0-SNAPSHOT/ditto-signals-commands-policies-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-policies --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-policies/0-SNAPSHOT/ditto-signals-commands-policies-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-commands-things >----------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Things 0-SNAPSHOT [32/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-things --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-things --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-things --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-things --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-things --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-things --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-things --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-things:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 143 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/query/RetrieveAclEntryResponse.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/query/RetrieveAclEntryResponse.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-things --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 136 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/TestConstants.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/TestConstants.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/acks/ThingLiveCommandAckRequestSetterTest.java: /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/acks/ThingLiveCommandAckRequestSetterTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/acks/ThingLiveCommandAckRequestSetterTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-things --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeatureNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertyNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertyNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.AttributesNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.AttributesNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.AttributePointerInvalidExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.signals.commands.things.exceptions.AttributePointerInvalidExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingConflictExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingConflictExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingUnavailableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingUnavailableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingCommandToAccessExceptionRegistryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingCommandToAccessExceptionRegistryTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureDefinitionNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeatureDefinitionNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.PolicyIdNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.PolicyIdNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.AttributesNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.AttributesNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.AttributeNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.AttributeNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertyNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertyNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingNotCreatableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingNotCreatableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.PolicyIdNotAllowedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.PolicyIdNotAllowedExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertiesNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertiesNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.AttributeNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.ditto.signals.commands.things.exceptions.AttributeNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingNotDeletableExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingNotDeletableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeaturesNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeaturesNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingIdNotExplicitlySettableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingIdNotExplicitlySettableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeaturesNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeaturesNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingDefinitionNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingDefinitionNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeatureNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingPreconditionNotModifiedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingPreconditionNotModifiedExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureDefinitionNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeatureDefinitionNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.PolicyIdNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ditto.signals.commands.things.exceptions.PolicyIdNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertiesNotModifiableExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertiesNotModifiableExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.PolicyInvalidExceptionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.signals.commands.things.exceptions.PolicyInvalidExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.PolicyNotAllowedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.PolicyNotAllowedExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.MissingThingIdsExceptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.MissingThingIdsExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingTooManyModifyingRequestsExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingTooManyModifyingRequestsExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingCommandToModifyExceptionRegistryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingCommandToModifyExceptionRegistryTest [INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingPreconditionFailedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingPreconditionFailedExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturesTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturePropertyTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturePropertyTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDesiredPropertyTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDesiredPropertyTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveThingDefinitionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveThingDefinitionTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveThingDefinitionResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveThingDefinitionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveThingTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveThingTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDesiredPropertyResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDesiredPropertyResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveAttributesTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveAttributesTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveThingsTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveThingsTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveAttributesResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveAttributesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveThingResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveThingResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturePropertiesTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturePropertiesTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturePropertiesResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturePropertiesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveAttributeResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveAttributeResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveAttributeTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveAttributeTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturePropertyResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturePropertyResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDefinitionTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDefinitionTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveAclResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveAclResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveAclEntryResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveAclEntryResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrievePolicyIdResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.ditto.signals.commands.things.query.RetrievePolicyIdResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveThingsResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveThingsResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveAclTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveAclTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveAclEntryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveAclEntryTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDesiredPropertiesTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDesiredPropertiesTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDesiredPropertiesResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDesiredPropertiesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturesResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeaturesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrievePolicyIdTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ditto.signals.commands.things.query.RetrievePolicyIdTest [INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDefinitionResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureDefinitionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyThingDefinitionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyThingDefinitionTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteAttributesResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteAttributesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyAttributesTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyAttributesTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDefinitionResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDefinitionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteThingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteThingTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyAttributeTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyAttributeTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.CreateThingResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.ditto.signals.commands.things.modify.CreateThingResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteAttributeTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteAttributeTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyAclEntryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyAclEntryTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturesResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.CreateThingTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.353 s - in org.eclipse.ditto.signals.commands.things.modify.CreateThingTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteThingDefinitionResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteThingDefinitionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertiesResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertiesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertyTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertyTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturesResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteAttributeResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteAttributeResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyAttributeResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyAttributeResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDesiredPropertyResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDesiredPropertyResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteThingDefinitionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteThingDefinitionTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertyTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertyTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyThingDefinitionResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyThingDefinitionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDesiredPropertyResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDesiredPropertyResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDesiredPropertiesTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDesiredPropertiesTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturesTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyAclEntryResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyAclEntryResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturesTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDesiredPropertyTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDesiredPropertyTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDesiredPropertiesResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDesiredPropertiesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertiesTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertiesTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertiesResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertiesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyPolicyIdTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyPolicyIdTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteAclEntryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteAclEntryTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDesiredPropertyTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDesiredPropertyTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDefinitionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDefinitionTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyThingResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyThingResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertyResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertyResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyPolicyIdResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyPolicyIdResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyAttributesResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyAttributesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertyResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertyResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDefinitionResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDefinitionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDefinitionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDefinitionTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteThingResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteThingResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDesiredPropertiesTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDesiredPropertiesTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyAclResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyAclResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyThingTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyThingTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertiesTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertiesTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDesiredPropertiesResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDesiredPropertiesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyAclTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyAclTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteAclEntryResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteAclEntryResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteAttributesTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteAttributesTest [INFO] Running org.eclipse.ditto.signals.commands.things.ThingErrorResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.ditto.signals.commands.things.ThingErrorResponseTest [INFO] Running org.eclipse.ditto.signals.commands.things.acks.ThingModifyCommandAckRequestSetterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.signals.commands.things.acks.ThingModifyCommandAckRequestSetterTest [INFO] Running org.eclipse.ditto.signals.commands.things.acks.ThingLiveCommandAckRequestSetterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.acks.ThingLiveCommandAckRequestSetterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 676, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-things --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-things --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-signals-commands-things --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/ditto-signals-commands-things-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-things --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-things --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: Things' with 181 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-things --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-things --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/ditto-signals-commands-things-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-things/0-SNAPSHOT/ditto-signals-commands-things-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-things/0-SNAPSHOT/ditto-signals-commands-things-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/things/target/ditto-signals-commands-things-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-things/0-SNAPSHOT/ditto-signals-commands-things-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-things --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-things/0-SNAPSHOT/ditto-signals-commands-things-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------< org.eclipse.ditto:ditto-signals-commands-thingsearch >-------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Thing Search 0-SNAPSHOT [33/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-thingsearch --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-thingsearch --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-thingsearch --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-thingsearch --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-thingsearch --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-thingsearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-thingsearch --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-thingsearch:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-thingsearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/src/main/java/org/eclipse/ditto/signals/commands/thingsearch/query/CountThings.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/src/main/java/org/eclipse/ditto/signals/commands/thingsearch/query/CountThings.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-thingsearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-thingsearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/src/test/java/org/eclipse/ditto/signals/commands/thingsearch/query/CountThingsTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/src/test/java/org/eclipse/ditto/signals/commands/thingsearch/query/CountThingsTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/src/test/java/org/eclipse/ditto/signals/commands/thingsearch/query/StreamThingsTest.java: /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/src/test/java/org/eclipse/ditto/signals/commands/thingsearch/query/StreamThingsTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/src/test/java/org/eclipse/ditto/signals/commands/thingsearch/query/StreamThingsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-thingsearch --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.thingsearch.query.CountThingsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 s - in org.eclipse.ditto.signals.commands.thingsearch.query.CountThingsTest [INFO] Running org.eclipse.ditto.signals.commands.thingsearch.query.StreamThingsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.ditto.signals.commands.thingsearch.query.StreamThingsTest [INFO] Running org.eclipse.ditto.signals.commands.thingsearch.query.QueryThingsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.ditto.signals.commands.thingsearch.query.QueryThingsTest [INFO] Running org.eclipse.ditto.signals.commands.thingsearch.exceptions.InvalidOptionExceptionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.ditto.signals.commands.thingsearch.exceptions.InvalidOptionExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.thingsearch.subscription.CreateSubscriptionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.ditto.signals.commands.thingsearch.subscription.CreateSubscriptionTest [INFO] Running org.eclipse.ditto.signals.commands.thingsearch.subscription.RequestFromSubscriptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.ditto.signals.commands.thingsearch.subscription.RequestFromSubscriptionTest [INFO] Running org.eclipse.ditto.signals.commands.thingsearch.subscription.CancelSubscriptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ditto.signals.commands.thingsearch.subscription.CancelSubscriptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-thingsearch --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-thingsearch --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-thingsearch --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: Thing Search' with 26 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-thingsearch --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-thingsearch --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/target/ditto-signals-commands-thingsearch-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-thingsearch/0-SNAPSHOT/ditto-signals-commands-thingsearch-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/thingsearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-thingsearch/0-SNAPSHOT/ditto-signals-commands-thingsearch-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-thingsearch --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-thingsearch/0-SNAPSHOT/ditto-signals-commands-thingsearch-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.eclipse.ditto:ditto-signals-commands-messages >---------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Messages 0-SNAPSHOT [34/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-messages --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-messages --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-messages --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-messages --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-messages --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-messages --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-messages --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-messages:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-messages --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/MessageCommandResponse.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/MessageCommandResponse.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/SendFeatureMessage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/main/java/org/eclipse/ditto/signals/commands/messages/SendFeatureMessage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-messages --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-messages --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/test/java/org/eclipse/ditto/signals/commands/messages/SendMessageAcceptedResponseTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/test/java/org/eclipse/ditto/signals/commands/messages/SendMessageAcceptedResponseTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/test/java/org/eclipse/ditto/signals/commands/messages/acks/MessageCommandAckRequestSetterTest.java: /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/test/java/org/eclipse/ditto/signals/commands/messages/acks/MessageCommandAckRequestSetterTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/src/test/java/org/eclipse/ditto/signals/commands/messages/acks/MessageCommandAckRequestSetterTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-messages --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.messages.SendFeatureMessageResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in org.eclipse.ditto.signals.commands.messages.SendFeatureMessageResponseTest [INFO] Running org.eclipse.ditto.signals.commands.messages.acks.MessageCommandAckRequestSetterTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s - in org.eclipse.ditto.signals.commands.messages.acks.MessageCommandAckRequestSetterTest [INFO] Running org.eclipse.ditto.signals.commands.messages.acks.MessageCommandAckRequestSetterDefaultHeaderTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.ditto.signals.commands.messages.acks.MessageCommandAckRequestSetterDefaultHeaderTest [INFO] Running org.eclipse.ditto.signals.commands.messages.SendMessageAcceptedResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 s - in org.eclipse.ditto.signals.commands.messages.SendMessageAcceptedResponseTest [INFO] Running org.eclipse.ditto.signals.commands.messages.SendClaimMessageTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s - in org.eclipse.ditto.signals.commands.messages.SendClaimMessageTest [INFO] Running org.eclipse.ditto.signals.commands.messages.SendFeatureMessageTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.ditto.signals.commands.messages.SendFeatureMessageTest [INFO] Running org.eclipse.ditto.signals.commands.messages.SendThingMessageTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.ditto.signals.commands.messages.SendThingMessageTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-messages --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-messages --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-messages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-messages --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-messages --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: Messages' with 17 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-messages --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-messages --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/target/ditto-signals-commands-messages-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-messages/0-SNAPSHOT/ditto-signals-commands-messages-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/messages/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-messages/0-SNAPSHOT/ditto-signals-commands-messages-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-messages --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-messages/0-SNAPSHOT/ditto-signals-commands-messages-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-signals-events >--------------- [INFO] Building Eclipse Ditto :: Signals :: Events 0-SNAPSHOT [35/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-events --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-events --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-events --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/events/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-events --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-events --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-events:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/events/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-events --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-events --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-events --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-events --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events/0-SNAPSHOT/ditto-signals-events-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-signals-events-base >------------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Base 0-SNAPSHOT [36/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-base --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-events-base --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-events-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-events-base --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-events-base --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-events-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-events-base --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-events-base:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-events-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/base/src/main/java/org/eclipse/ditto/signals/events/base/Event.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/base/src/main/java/org/eclipse/ditto/signals/events/base/Event.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-events-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/base/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-events-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-events-base --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.events.base.assertions.GlobalEventRegistryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s - in org.eclipse.ditto.signals.events.base.assertions.GlobalEventRegistryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-base --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-base --- [WARNING] Include-Resource: overriding META-INF/.empty=src/main/resources/META-INF/.empty,licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-signals-events-base --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/ditto-signals-events-base-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-events-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-events-base --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-events-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Events :: Base' with 7 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-base --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-events-base --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/ditto-signals-events-base-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-base/0-SNAPSHOT/ditto-signals-events-base-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-base/0-SNAPSHOT/ditto-signals-events-base-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/base/target/ditto-signals-events-base-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-base/0-SNAPSHOT/ditto-signals-events-base-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-events-base --- [INFO] Installing org/eclipse/ditto/ditto-signals-events-base/0-SNAPSHOT/ditto-signals-events-base-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-events-policies >----------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Policies 0-SNAPSHOT [37/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-events-policies --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-events-policies --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-events-policies --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-events-policies --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-events-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-events-policies --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-events-policies:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-events-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-events-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-events-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/src/test/java/org/eclipse/ditto/signals/events/policies/PolicyCreatedTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/src/test/java/org/eclipse/ditto/signals/events/policies/PolicyCreatedTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-events-policies --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.events.policies.PolicyCreatedTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s - in org.eclipse.ditto.signals.events.policies.PolicyCreatedTest [INFO] Running org.eclipse.ditto.signals.events.policies.PolicyDeletedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ditto.signals.events.policies.PolicyDeletedTest [INFO] Running org.eclipse.ditto.signals.events.policies.ResourceModifiedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.ditto.signals.events.policies.ResourceModifiedTest [INFO] Running org.eclipse.ditto.signals.events.policies.PolicyEntryDeletedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ditto.signals.events.policies.PolicyEntryDeletedTest [INFO] Running org.eclipse.ditto.signals.events.policies.ResourcesModifiedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.ditto.signals.events.policies.ResourcesModifiedTest [INFO] Running org.eclipse.ditto.signals.events.policies.PolicyModifiedTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.ditto.signals.events.policies.PolicyModifiedTest [INFO] Running org.eclipse.ditto.signals.events.policies.PolicyEntryCreatedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.ditto.signals.events.policies.PolicyEntryCreatedTest [INFO] Running org.eclipse.ditto.signals.events.policies.SubjectsModifiedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.ditto.signals.events.policies.SubjectsModifiedTest [INFO] Running org.eclipse.ditto.signals.events.policies.ResourceCreatedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ditto.signals.events.policies.ResourceCreatedTest [INFO] Running org.eclipse.ditto.signals.events.policies.SubjectCreatedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.ditto.signals.events.policies.SubjectCreatedTest [INFO] Running org.eclipse.ditto.signals.events.policies.SubjectModifiedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.ditto.signals.events.policies.SubjectModifiedTest [INFO] Running org.eclipse.ditto.signals.events.policies.PolicyEntryModifiedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.signals.events.policies.PolicyEntryModifiedTest [INFO] Running org.eclipse.ditto.signals.events.policies.PolicyEntriesModifiedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.ditto.signals.events.policies.PolicyEntriesModifiedTest [INFO] Running org.eclipse.ditto.signals.events.policies.ResourceDeletedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.ditto.signals.events.policies.ResourceDeletedTest [INFO] Running org.eclipse.ditto.signals.events.policies.SubjectDeletedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.ditto.signals.events.policies.SubjectDeletedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 114, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-policies --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-events-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-events-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-events-policies --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Events :: Policies' with 18 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-policies --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-events-policies --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/target/ditto-signals-events-policies-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-policies/0-SNAPSHOT/ditto-signals-events-policies-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-policies/0-SNAPSHOT/ditto-signals-events-policies-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-events-policies --- [INFO] Installing org/eclipse/ditto/ditto-signals-events-policies/0-SNAPSHOT/ditto-signals-events-policies-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.eclipse.ditto:ditto-signals-events-things >------------ [INFO] Building Eclipse Ditto :: Signals :: Events :: Things 0-SNAPSHOT [38/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-things --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-events-things --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-events-things --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-events-things --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-events-things --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-events-things --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/things/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-events-things --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-events-things:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-events-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/things/src/main/java/org/eclipse/ditto/signals/events/things/AclEntryCreated.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/things/src/main/java/org/eclipse/ditto/signals/events/things/AclEntryCreated.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-events-things --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/things/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-events-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/things/src/test/java/org/eclipse/ditto/signals/events/things/TestConstants.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/things/src/test/java/org/eclipse/ditto/signals/events/things/TestConstants.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-events-things --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.events.things.FeatureDefinitionCreatedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 s - in org.eclipse.ditto.signals.events.things.FeatureDefinitionCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.ThingCreatedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.ditto.signals.events.things.ThingCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureDesiredPropertyDeletedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.ditto.signals.events.things.FeatureDesiredPropertyDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureCreatedTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.ditto.signals.events.things.FeatureCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.AclEntryModifiedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.ditto.signals.events.things.AclEntryModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeaturesCreatedTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.ditto.signals.events.things.FeaturesCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.AclEntryCreatedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.ditto.signals.events.things.AclEntryCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeaturePropertyCreatedTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.ditto.signals.events.things.FeaturePropertyCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.ThingDefinitionCreatedTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.ditto.signals.events.things.ThingDefinitionCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.AclModifiedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.ditto.signals.events.things.AclModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.AttributesCreatedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.ditto.signals.events.things.AttributesCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.ThingDefinitionModifiedTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.signals.events.things.ThingDefinitionModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeaturePropertiesDeletedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.ditto.signals.events.things.FeaturePropertiesDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.AttributeCreatedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ditto.signals.events.things.AttributeCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeaturePropertyModifiedTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.ditto.signals.events.things.FeaturePropertyModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.AttributesDeletedTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.signals.events.things.AttributesDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeaturePropertiesCreatedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.ditto.signals.events.things.FeaturePropertiesCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureDesiredPropertyCreatedTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.ditto.signals.events.things.FeatureDesiredPropertyCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureDefinitionDeletedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.ditto.signals.events.things.FeatureDefinitionDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureDefinitionModifiedTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.ditto.signals.events.things.FeatureDefinitionModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.ThingModifiedTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ditto.signals.events.things.ThingModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureDeletedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.ditto.signals.events.things.FeatureDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeaturePropertyDeletedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ditto.signals.events.things.FeaturePropertyDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureDesiredPropertiesModifiedTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.signals.events.things.FeatureDesiredPropertiesModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.PolicyIdModifiedTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.signals.events.things.PolicyIdModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeaturesModifiedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.ditto.signals.events.things.FeaturesModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.AttributeDeletedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.signals.events.things.AttributeDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.ThingDeletedTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.ditto.signals.events.things.ThingDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeaturesDeletedTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.events.things.FeaturesDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.PolicyIdCreatedTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.ditto.signals.events.things.PolicyIdCreatedTest [INFO] Running org.eclipse.ditto.signals.events.things.AttributeModifiedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.ditto.signals.events.things.AttributeModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.ThingDefinitionDeletedTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.signals.events.things.ThingDefinitionDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeaturePropertiesModifiedTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.ditto.signals.events.things.FeaturePropertiesModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.AclEntryDeletedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.events.things.AclEntryDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.AttributesModifiedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.ditto.signals.events.things.AttributesModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureDesiredPropertiesDeletedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.ditto.signals.events.things.FeatureDesiredPropertiesDeletedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureDesiredPropertyModifiedTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.ditto.signals.events.things.FeatureDesiredPropertyModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureModifiedTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.ditto.signals.events.things.FeatureModifiedTest [INFO] Running org.eclipse.ditto.signals.events.things.FeatureDesiredPropertiesCreatedTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.events.things.FeatureDesiredPropertiesCreatedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 289, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-things --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-things --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-signals-events-things --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/ditto-signals-events-things-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-events-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-events-things --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-events-things --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Events :: Things' with 43 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-things --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-events-things --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/ditto-signals-events-things-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-things/0-SNAPSHOT/ditto-signals-events-things-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-things/0-SNAPSHOT/ditto-signals-events-things-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/ditto-signals-events-things-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-things/0-SNAPSHOT/ditto-signals-events-things-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-events-things --- [INFO] Installing org/eclipse/ditto/ditto-signals-events-things/0-SNAPSHOT/ditto-signals-events-things-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------< org.eclipse.ditto:ditto-signals-events-thingsearch >--------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Thing Search 0-SNAPSHOT [39/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-thingsearch --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-events-thingsearch --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-events-thingsearch --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-events-thingsearch --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-events-thingsearch --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-events-thingsearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-events-thingsearch --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-events-thingsearch:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-events-thingsearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/src/main/java/org/eclipse/ditto/signals/events/thingsearch/ThingsOutOfSync.java: /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/src/main/java/org/eclipse/ditto/signals/events/thingsearch/ThingsOutOfSync.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/src/main/java/org/eclipse/ditto/signals/events/thingsearch/ThingsOutOfSync.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-events-thingsearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-events-thingsearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-events-thingsearch --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.events.thingsearch.SubscriptionHasNextPageTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 s - in org.eclipse.ditto.signals.events.thingsearch.SubscriptionHasNextPageTest [INFO] Running org.eclipse.ditto.signals.events.thingsearch.SubscriptionCompleteTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.ditto.signals.events.thingsearch.SubscriptionCompleteTest [INFO] Running org.eclipse.ditto.signals.events.thingsearch.ThingsOutOfSyncTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.ditto.signals.events.thingsearch.ThingsOutOfSyncTest [INFO] Running org.eclipse.ditto.signals.events.thingsearch.SubscriptionCreatedTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.ditto.signals.events.thingsearch.SubscriptionCreatedTest [INFO] Running org.eclipse.ditto.signals.events.thingsearch.SubscriptionFailedTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.ditto.signals.events.thingsearch.SubscriptionFailedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-thingsearch --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-thingsearch --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-events-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-events-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-events-thingsearch --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Events :: Thing Search' with 10 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-thingsearch --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-events-thingsearch --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/ditto-signals-events-thingsearch-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-thingsearch/0-SNAPSHOT/ditto-signals-events-thingsearch-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-thingsearch/0-SNAPSHOT/ditto-signals-events-thingsearch-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-events-thingsearch --- [INFO] Installing org/eclipse/ditto/ditto-signals-events-thingsearch/0-SNAPSHOT/ditto-signals-events-thingsearch-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.ditto:ditto-protocol-adapter >-------------- [INFO] Building Eclipse Ditto :: Protocol Adapter 0-SNAPSHOT [40/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-protocol-adapter --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-protocol-adapter --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol-adapter --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-protocol-adapter --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-protocol-adapter --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-protocol-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-protocol-adapter --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol-adapter:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-protocol-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/adaptables/ThingModifyCommandMappingStrategies.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/adaptables/ThingModifyCommandMappingStrategies.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/AbstractAdapter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/AbstractAdapter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-protocol-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-protocol-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/TestConstants.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/TestConstants.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/CheckExternalFilterTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/CheckExternalFilterTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-protocol-adapter --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest [INFO] Running org.eclipse.ditto.protocoladapter.CheckExternalFilterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 s - in org.eclipse.ditto.protocoladapter.CheckExternalFilterTest [INFO] Running org.eclipse.ditto.protocoladapter.ImmutableTopicPathTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.eclipse.ditto.protocoladapter.ImmutableTopicPathTest [INFO] Running org.eclipse.ditto.protocoladapter.ImmutableMessagePathTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s - in org.eclipse.ditto.protocoladapter.ImmutableMessagePathTest [INFO] Running org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingQueryCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingQueryCommand)) for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingQueryCommand)) for signal ThingQueryCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingQueryCommand,Channel)) with channel 'twin' for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingQueryCommand,Channel)) with channel 'live' for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingQueryCommand,Channel)) with channel 'none' for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal ThingQueryCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'twin' for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'live' for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'none' for signal ThingQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse)) for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse)) for signal ThingQueryCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse,Channel)) with channel 'twin' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse,Channel)) with channel 'live' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse,Channel)) with channel 'none' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingQueryCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal ThingQueryCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'twin' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'live' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'none' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingQueryCommandResponse)) for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingQueryCommandResponse)) for signal ThingQueryCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingQueryCommandResponse,Channel)) with channel 'twin' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingQueryCommandResponse,Channel)) with channel 'live' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingQueryCommandResponse,Channel)) with channel 'none' for signal ThingQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingModifyCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingModifyCommand)) for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingModifyCommand)) for signal ThingModifyCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingModifyCommand,Channel)) with channel 'twin' for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingModifyCommand,Channel)) with channel 'live' for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingModifyCommand,Channel)) with channel 'none' for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal ThingModifyCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'twin' for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'live' for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'none' for signal ThingModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse)) for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse)) for signal ThingModifyCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse,Channel)) with channel 'twin' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse,Channel)) with channel 'live' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse,Channel)) with channel 'none' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingModifyCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal ThingModifyCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'twin' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'live' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'none' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingModifyCommandResponse)) for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingModifyCommandResponse)) for signal ThingModifyCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingModifyCommandResponse,Channel)) with channel 'twin' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingModifyCommandResponse,Channel)) with channel 'live' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingModifyCommandResponse,Channel)) with channel 'none' for signal ThingModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse)) for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse)) for signal ThingErrorResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse,Channel)) with channel 'twin' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse,Channel)) with channel 'live' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingCommandResponse,Channel)) with channel 'none' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingErrorResponse,Channel)) with channel 'twin' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingErrorResponse,Channel)) with channel 'live' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingErrorResponse,Channel)) with channel 'none' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingErrorResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal ThingErrorResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'twin' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'live' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'none' for signal ThingErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MessageCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MessageCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal MessageCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal MessageCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal MessageCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(MessageCommand)) for signal MessageCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(MessageCommand)) for signal MessageCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal MessageCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal MessageCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'twin' for signal MessageCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'live' for signal MessageCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'none' for signal MessageCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(MessageCommandResponse)) for signal MessageCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(MessageCommandResponse)) for signal MessageCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MessageCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MessageCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal MessageCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal MessageCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal MessageCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal MessageCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal MessageCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'twin' for signal MessageCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'live' for signal MessageCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'none' for signal MessageCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingEvent)) for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingEvent)) for signal ThingEvent and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingEvent,Channel)) with channel 'twin' for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingEvent,Channel)) with channel 'live' for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingEvent,Channel)) with channel 'none' for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Event)) for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Event)) for signal ThingEvent and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Event,Channel)) with channel 'twin' for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Event,Channel)) with channel 'live' for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Event,Channel)) with channel 'none' for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingEvent and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingEvent and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal PolicyQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal PolicyQueryCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'twin' for signal PolicyQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'live' for signal PolicyQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'none' for signal PolicyQueryCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyQueryCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'twin' for signal PolicyQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'live' for signal PolicyQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'none' for signal PolicyQueryCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal PolicyModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal PolicyModifyCommand and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'twin' for signal PolicyModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'live' for signal PolicyModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'none' for signal PolicyModifyCommand and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyModifyCommandResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'twin' for signal PolicyModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'live' for signal PolicyModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'none' for signal PolicyModifyCommandResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyErrorResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyErrorResponse and headers [ditto-channel=live] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'twin' for signal PolicyErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'live' for signal PolicyErrorResponse and headers [] [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.) [main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'none' for signal PolicyErrorResponse and headers [] [INFO] Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.458 s - in org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest [INFO] Running org.eclipse.ditto.protocoladapter.DittoProtocolAdapterTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.ditto.protocoladapter.DittoProtocolAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.ProtocolFactoryParameterizedTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.protocoladapter.ProtocolFactoryParameterizedTest [INFO] Running org.eclipse.ditto.protocoladapter.ImmutableAdaptableTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.ditto.protocoladapter.ImmutableAdaptableTest [INFO] Running org.eclipse.ditto.protocoladapter.ReadJsonArrayHeadersFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ditto.protocoladapter.ReadJsonArrayHeadersFilterTest [INFO] Running org.eclipse.ditto.protocoladapter.things.ThingModifyCommandResponseAdapterTest [INFO] Tests run: 114, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.eclipse.ditto.protocoladapter.things.ThingModifyCommandResponseAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.things.ThingSearchCommandAdapterTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.protocoladapter.things.ThingSearchCommandAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.things.ThingEventAdapterTest [INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.ditto.protocoladapter.things.ThingEventAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.things.ThingModifyCommandAdapterTest [INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.ditto.protocoladapter.things.ThingModifyCommandAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.things.SubscriptionEventAdapterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ditto.protocoladapter.things.SubscriptionEventAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.things.ThingQueryCommandAdapterTest [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.ditto.protocoladapter.things.ThingQueryCommandAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.things.ThingQueryCommandResponseAdapterTest [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.ditto.protocoladapter.things.ThingQueryCommandResponseAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.things.MessageCommandResponseAdapterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ditto.protocoladapter.things.MessageCommandResponseAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.things.MessageCommandAdapterTest [INFO] Tests run: 216, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.ditto.protocoladapter.things.MessageCommandAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.acknowledgements.AcknowledgementAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.ditto.protocoladapter.acknowledgements.AcknowledgementAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.acknowledgements.AcknowledgementsAdapterTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.protocoladapter.acknowledgements.AcknowledgementsAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.policies.ParametrizedPolicyModifyCommandAdapterTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.ditto.protocoladapter.policies.ParametrizedPolicyModifyCommandAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.ditto.protocoladapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.policies.PolicyQueryCommandAdapterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.protocoladapter.policies.PolicyQueryCommandAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.policies.ParametrizedPolicyQueryCommandAdapterTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ditto.protocoladapter.policies.ParametrizedPolicyQueryCommandAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.policies.PolicyModifyCommandAdapterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ditto.protocoladapter.policies.PolicyModifyCommandAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.policies.PolicyErrorResponseAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.protocoladapter.policies.PolicyErrorResponseAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.ditto.protocoladapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest [INFO] Running org.eclipse.ditto.protocoladapter.HeaderTranslatorTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.protocoladapter.HeaderTranslatorTest [INFO] Running org.eclipse.ditto.protocoladapter.DittoEncodingHelperTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.protocoladapter.DittoEncodingHelperTest [INFO] Running org.eclipse.ditto.protocoladapter.UnknownTopicPathExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.protocoladapter.UnknownTopicPathExceptionTest [INFO] Running org.eclipse.ditto.protocoladapter.ProtocolFactoryTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.protocoladapter.ProtocolFactoryTest [INFO] Running org.eclipse.ditto.protocoladapter.DittoAckRequestsFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.protocoladapter.DittoAckRequestsFilterTest [INFO] Running org.eclipse.ditto.protocoladapter.ImmutableJsonifiableAdaptableTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.protocoladapter.ImmutableJsonifiableAdaptableTest [INFO] Running org.eclipse.ditto.protocoladapter.ImmutableTopicPathBuilderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.protocoladapter.ImmutableTopicPathBuilderTest [INFO] Running org.eclipse.ditto.protocoladapter.HeaderEntryFiltersTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.protocoladapter.HeaderEntryFiltersTest [INFO] Running org.eclipse.ditto.protocoladapter.ImmutablePayloadTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s - in org.eclipse.ditto.protocoladapter.ImmutablePayloadTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1289, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-protocol-adapter --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-protocol-adapter --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-protocol-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-protocol-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-protocol-adapter --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Protocol Adapter' with 124 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-protocol-adapter --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-protocol-adapter --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/ditto-protocol-adapter-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol-adapter/0-SNAPSHOT/ditto-protocol-adapter-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol-adapter/0-SNAPSHOT/ditto-protocol-adapter-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-protocol-adapter --- [INFO] Installing org/eclipse/ditto/ditto-protocol-adapter/0-SNAPSHOT/ditto-protocol-adapter-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.eclipse.ditto:ditto-model-placeholders >------------- [INFO] Building Eclipse Ditto :: Model :: Placeholders 0-SNAPSHOT [41/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-placeholders --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-placeholders --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-placeholders --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-placeholders --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-placeholders --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-placeholders --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-placeholders --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-placeholders:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-placeholders --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/main/java/org/eclipse/ditto/model/placeholders/ImmutableTopicPathPlaceholder.java: /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/main/java/org/eclipse/ditto/model/placeholders/ImmutableTopicPathPlaceholder.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/main/java/org/eclipse/ditto/model/placeholders/ImmutableTopicPathPlaceholder.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-placeholders --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-placeholders --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/test/java/org/eclipse/ditto/model/placeholders/PipelineFunctionSubstringBeforeTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/test/java/org/eclipse/ditto/model/placeholders/PipelineFunctionSubstringBeforeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-placeholders --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.model.placeholders.ImmutableFunctionExpressionTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.992 s - in org.eclipse.ditto.model.placeholders.ImmutableFunctionExpressionTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutablePolicyPlaceholderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.ditto.model.placeholders.ImmutablePolicyPlaceholderTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutableSourceAddressPlaceholderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.placeholders.ImmutableSourceAddressPlaceholderTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutableThingPlaceholderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.model.placeholders.ImmutableThingPlaceholderTest [INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionFilterTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s - in org.eclipse.ditto.model.placeholders.PipelineFunctionFilterTest [INFO] Running org.eclipse.ditto.model.placeholders.ExpressionResolverTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.model.placeholders.ExpressionResolverTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutableFeaturePlaceholderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.ditto.model.placeholders.ImmutableFeaturePlaceholderTest [INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionSubstringBeforeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ditto.model.placeholders.PipelineFunctionSubstringBeforeTest [INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionUpperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.placeholders.PipelineFunctionUpperTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutableTopicPathPlaceholderTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.ditto.model.placeholders.ImmutableTopicPathPlaceholderTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutableEntityPlaceholderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.ditto.model.placeholders.ImmutableEntityPlaceholderTest [INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionDefaultTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ditto.model.placeholders.PipelineFunctionDefaultTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutableHeadersPlaceholderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.ditto.model.placeholders.ImmutableHeadersPlaceholderTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutablePlaceholderResolverTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.ditto.model.placeholders.ImmutablePlaceholderResolverTest [INFO] Running org.eclipse.ditto.model.placeholders.PlaceholderFilterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ditto.model.placeholders.PlaceholderFilterTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutableExpressionResolverTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.ditto.model.placeholders.ImmutableExpressionResolverTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutablePipelineTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.ditto.model.placeholders.ImmutablePipelineTest [INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionParameterResolverFactoryTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.ditto.model.placeholders.PipelineFunctionParameterResolverFactoryTest [INFO] Running org.eclipse.ditto.model.placeholders.ImmutableConnectionPlaceholderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.placeholders.ImmutableConnectionPlaceholderTest [INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionLowerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.placeholders.PipelineFunctionLowerTest [INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionSubstringAfterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.placeholders.PipelineFunctionSubstringAfterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-placeholders --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-placeholders --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-placeholders --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-placeholders --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-placeholders --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Placeholders' with 62 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-placeholders --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-placeholders --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/ditto-model-placeholders-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-placeholders/0-SNAPSHOT/ditto-model-placeholders-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/placeholders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-placeholders/0-SNAPSHOT/ditto-model-placeholders-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-placeholders --- [INFO] Installing org/eclipse/ditto/ditto-model-placeholders/0-SNAPSHOT/ditto-model-placeholders-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-commands-common >----------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Common 0-SNAPSHOT [42/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-common --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-common --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-common --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-common --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-common:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/src/main/java/org/eclipse/ditto/signals/commands/common/ShutdownReason.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/src/main/java/org/eclipse/ditto/signals/commands/common/ShutdownReason.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.common.PurgeNamespaceReasonTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 s - in org.eclipse.ditto.signals.commands.common.PurgeNamespaceReasonTest [INFO] Running org.eclipse.ditto.signals.commands.common.ModifyConfigTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.ditto.signals.commands.common.ModifyConfigTest [INFO] Running org.eclipse.ditto.signals.commands.common.ShutdownResponseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.ditto.signals.commands.common.ShutdownResponseTest [INFO] Running org.eclipse.ditto.signals.commands.common.PurgeEntitiesReasonTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.ditto.signals.commands.common.PurgeEntitiesReasonTest [INFO] Running org.eclipse.ditto.signals.commands.common.RetrieveConfigResponseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.ditto.signals.commands.common.RetrieveConfigResponseTest [INFO] Running org.eclipse.ditto.signals.commands.common.purge.PurgeEntitiesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.ditto.signals.commands.common.purge.PurgeEntitiesTest [INFO] Running org.eclipse.ditto.signals.commands.common.purge.PurgeEntitiesResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.ditto.signals.commands.common.purge.PurgeEntitiesResponseTest [INFO] Running org.eclipse.ditto.signals.commands.common.ModifyConfigResponseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.commands.common.ModifyConfigResponseTest [INFO] Running org.eclipse.ditto.signals.commands.common.ShutdownReasonFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.signals.commands.common.ShutdownReasonFactoryTest [INFO] Running org.eclipse.ditto.signals.commands.common.ShutdownTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.ditto.signals.commands.common.ShutdownTest [INFO] Running org.eclipse.ditto.signals.commands.common.RetrieveConfigTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.ditto.signals.commands.common.RetrieveConfigTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-common --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-common --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: Common' with 21 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-common --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-common --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/ditto-signals-commands-common-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-common/0-SNAPSHOT/ditto-signals-commands-common-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-common/0-SNAPSHOT/ditto-signals-commands-common-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-common --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-common/0-SNAPSHOT/ditto-signals-commands-common-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------< org.eclipse.ditto:ditto-signals-commands-connectivity >-------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Connectivity 0-SNAPSHOT [43/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-connectivity --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-connectivity --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-connectivity --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-connectivity --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-connectivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-connectivity --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-connectivity:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/src/main/java/org/eclipse/ditto/signals/commands/connectivity/ConnectivityCommandResponse.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/src/main/java/org/eclipse/ditto/signals/commands/connectivity/ConnectivityCommandResponse.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-connectivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-connectivity --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionLogsResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 s - in org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionLogsResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionStatusResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionStatusResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionLogsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionLogsTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionStatusTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionStatusTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionMetricsResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionMetricsResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionMetricsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.ditto.signals.commands.connectivity.query.RetrieveConnectionMetricsTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.CloseConnectionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.ditto.signals.commands.connectivity.modify.CloseConnectionTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.TestConnectionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.ditto.signals.commands.connectivity.modify.TestConnectionTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.ResetConnectionMetricsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ditto.signals.commands.connectivity.modify.ResetConnectionMetricsTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.CloseConnectionResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ditto.signals.commands.connectivity.modify.CloseConnectionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.ResetConnectionLogsResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.ditto.signals.commands.connectivity.modify.ResetConnectionLogsResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.ResetConnectionMetricsResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.signals.commands.connectivity.modify.ResetConnectionMetricsResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.CreateConnectionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.ditto.signals.commands.connectivity.modify.CreateConnectionTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.LoggingExpiredTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.signals.commands.connectivity.modify.LoggingExpiredTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.CreateConnectionResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ditto.signals.commands.connectivity.modify.CreateConnectionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.OpenConnectionResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.signals.commands.connectivity.modify.OpenConnectionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.ModifyConnectionResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ditto.signals.commands.connectivity.modify.ModifyConnectionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.CheckConnectionLogsActiveTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.ditto.signals.commands.connectivity.modify.CheckConnectionLogsActiveTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.OpenConnectionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.connectivity.modify.OpenConnectionTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.DeleteConnectionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ditto.signals.commands.connectivity.modify.DeleteConnectionTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.EnableConnectionLogsResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.ditto.signals.commands.connectivity.modify.EnableConnectionLogsResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.EnableConnectionLogsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.signals.commands.connectivity.modify.EnableConnectionLogsTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.ModifyConnectionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.signals.commands.connectivity.modify.ModifyConnectionTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.DeleteConnectionResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.signals.commands.connectivity.modify.DeleteConnectionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.TestConnectionResponseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.ditto.signals.commands.connectivity.modify.TestConnectionResponseTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.ResetConnectionLogsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.signals.commands.connectivity.modify.ResetConnectionLogsTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionNotAccessibleExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionNotAccessibleExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionFailedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionFailedExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionSignalIllegalExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionSignalIllegalExceptionTest [INFO] Running org.eclipse.ditto.signals.commands.connectivity.ConnectivityErrorResponseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.ditto.signals.commands.connectivity.ConnectivityErrorResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 173, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-connectivity --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-signals-commands-connectivity --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/ditto-signals-commands-connectivity-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-connectivity --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: Connectivity' with 53 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-connectivity --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-connectivity --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/ditto-signals-commands-connectivity-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-connectivity/0-SNAPSHOT/ditto-signals-commands-connectivity-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-connectivity/0-SNAPSHOT/ditto-signals-commands-connectivity-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/connectivity/target/ditto-signals-commands-connectivity-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-connectivity/0-SNAPSHOT/ditto-signals-commands-connectivity-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-connectivity --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-connectivity/0-SNAPSHOT/ditto-signals-commands-connectivity-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-commands-devops >----------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: DevOps 0-SNAPSHOT [44/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-devops --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-devops --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-devops --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-devops --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-devops --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-devops --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-devops --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-devops:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-devops --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/src/main/java/org/eclipse/ditto/signals/commands/devops/DevOpsCommand.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/src/main/java/org/eclipse/ditto/signals/commands/devops/DevOpsCommand.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-devops --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-devops --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-devops --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.devops.AggregatedDevOpsCommandResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.174 s - in org.eclipse.ditto.signals.commands.devops.AggregatedDevOpsCommandResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-devops --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-devops --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-devops --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-devops --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-devops --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: DevOps' with 18 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-devops --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-devops --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/target/ditto-signals-commands-devops-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-devops/0-SNAPSHOT/ditto-signals-commands-devops-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/devops/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-devops/0-SNAPSHOT/ditto-signals-commands-devops-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-devops --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-devops/0-SNAPSHOT/ditto-signals-commands-devops-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------< org.eclipse.ditto:ditto-signals-commands-live >------------ [INFO] Building Eclipse Ditto :: Signals :: Commands :: Live 0-SNAPSHOT [45/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-live --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-live --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-live --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-live --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-live --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-live --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-live --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-live:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-live --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 147 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-live --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-live --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-live --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.968 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDesiredPropertyLiveCommandAnswerBuilderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDesiredPropertyLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.79 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertiesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDesiredPropertiesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDesiredPropertiesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandAnswerBuilderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDesiredPropertiesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDesiredPropertiesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDesiredPropertyLiveCommandAnswerBuilderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDesiredPropertyLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDefinitionLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyAttributeLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDesiredPropertiesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDesiredPropertiesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteAttributesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDesiredPropertiesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDesiredPropertiesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactoryTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDesiredPropertyLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDesiredPropertyLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilderImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandAnswerBuilderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturePropertyLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.signals.commands.live.modify.CreateThingLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyThingLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandAnswerBuilderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteThingLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandAnswerBuilderImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteAttributeLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDesiredPropertyLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDesiredPropertyLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDesiredPropertiesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDesiredPropertiesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveThingsLiveCommandAnswerBuilderImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveThingsLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertyLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertyLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveThingsLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveThingsLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveThingLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveThingLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveAttributesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveAttributesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDefinitionLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDefinitionLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertiesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertiesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDesiredPropertiesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDesiredPropertiesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDesiredPropertyLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDesiredPropertyLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveAttributesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveAttributesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertiesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertiesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveThingLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveThingLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.signals.commands.live.query.QueryLiveCommandFactoryTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturesLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturesLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDefinitionLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDefinitionLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveAttributeLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveAttributeLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDesiredPropertyLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeatureDesiredPropertyLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturesLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturesLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertyLiveCommandImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveFeaturePropertyLiveCommandImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.query.RetrieveAttributeLiveCommandAnswerBuilderImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ditto.signals.commands.live.query.RetrieveAttributeLiveCommandAnswerBuilderImplTest [INFO] Running org.eclipse.ditto.signals.commands.live.LiveCommandFactoryTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.ditto.signals.commands.live.LiveCommandFactoryTest [INFO] Running org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerFactoryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.ditto.signals.commands.live.base.LiveCommandAnswerFactoryTest [INFO] Running org.eclipse.ditto.signals.commands.live.base.ImmutableLiveCommandAnswerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.ditto.signals.commands.live.base.ImmutableLiveCommandAnswerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 465, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-live --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-live --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-signals-commands-live --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/ditto-signals-commands-live-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-live --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-live --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-live --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: Live' with 129 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-live --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-live --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/ditto-signals-commands-live-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-live/0-SNAPSHOT/ditto-signals-commands-live-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-live/0-SNAPSHOT/ditto-signals-commands-live-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/live/target/ditto-signals-commands-live-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-live/0-SNAPSHOT/ditto-signals-commands-live-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-live --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-live/0-SNAPSHOT/ditto-signals-commands-live-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------< org.eclipse.ditto:ditto-signals-commands-namespaces >--------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Namespaces 0-SNAPSHOT [46/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-namespaces --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-namespaces --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-namespaces --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-namespaces --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-namespaces --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-namespaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-namespaces --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-namespaces:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-namespaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/src/main/java/org/eclipse/ditto/signals/commands/namespaces/AbstractNamespaceCommand.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/src/main/java/org/eclipse/ditto/signals/commands/namespaces/AbstractNamespaceCommand.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-namespaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-namespaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-namespaces --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.namespaces.BlockNamespaceTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s - in org.eclipse.ditto.signals.commands.namespaces.BlockNamespaceTest [INFO] Running org.eclipse.ditto.signals.commands.namespaces.PurgeNamespaceTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.ditto.signals.commands.namespaces.PurgeNamespaceTest [INFO] Running org.eclipse.ditto.signals.commands.namespaces.BlockNamespaceResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.ditto.signals.commands.namespaces.BlockNamespaceResponseTest [INFO] Running org.eclipse.ditto.signals.commands.namespaces.UnblockNamespaceTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.ditto.signals.commands.namespaces.UnblockNamespaceTest [INFO] Running org.eclipse.ditto.signals.commands.namespaces.PurgeNamespaceResponseTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.ditto.signals.commands.namespaces.PurgeNamespaceResponseTest [INFO] Running org.eclipse.ditto.signals.commands.namespaces.UnblockNamespaceResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.namespaces.UnblockNamespaceResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-namespaces --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-namespaces --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-namespaces --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: Namespaces' with 11 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-namespaces --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-namespaces --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/target/ditto-signals-commands-namespaces-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-namespaces/0-SNAPSHOT/ditto-signals-commands-namespaces-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/namespaces/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-namespaces/0-SNAPSHOT/ditto-signals-commands-namespaces-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-namespaces --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-namespaces/0-SNAPSHOT/ditto-signals-commands-namespaces-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ----------< org.eclipse.ditto:ditto-signals-commands-cleanup >---------- [INFO] Building Eclipse Ditto :: Signals :: Commands :: Cleanup 0-SNAPSHOT [47/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-cleanup --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-cleanup --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-cleanup --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-cleanup --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-cleanup --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-cleanup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-cleanup --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-cleanup:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-cleanup --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/src/main/java/org/eclipse/ditto/signals/commands/cleanup/CleanupCommand.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/src/main/java/org/eclipse/ditto/signals/commands/cleanup/CleanupCommand.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-cleanup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-cleanup --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-cleanup --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.commands.cleanup.CleanupPersistenceResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 s - in org.eclipse.ditto.signals.commands.cleanup.CleanupPersistenceResponseTest [INFO] Running org.eclipse.ditto.signals.commands.cleanup.CleanupPersistenceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.ditto.signals.commands.cleanup.CleanupPersistenceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-commands-cleanup --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-commands-cleanup --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-commands-cleanup --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-commands-cleanup --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-commands-cleanup --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Commands :: Cleanup' with 6 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-commands-cleanup --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-commands-cleanup --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/target/ditto-signals-commands-cleanup-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-cleanup/0-SNAPSHOT/ditto-signals-commands-cleanup-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/commands/cleanup/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-commands-cleanup/0-SNAPSHOT/ditto-signals-commands-cleanup-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-commands-cleanup --- [INFO] Installing org/eclipse/ditto/ditto-signals-commands-cleanup/0-SNAPSHOT/ditto-signals-commands-cleanup-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------< org.eclipse.ditto:ditto-signals-events-connectivity >--------- [INFO] Building Eclipse Ditto :: Signals :: Events :: Connectivity 0-SNAPSHOT [48/114] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-events-connectivity --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-events-connectivity --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-events-connectivity --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-events-connectivity --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-events-connectivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-events-connectivity --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-events-connectivity:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-events-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/src/main/java/org/eclipse/ditto/signals/events/connectivity/ConnectivityEvent.java: /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/src/main/java/org/eclipse/ditto/signals/events/connectivity/ConnectivityEvent.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/src/main/java/org/eclipse/ditto/signals/events/connectivity/ConnectivityEvent.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-events-connectivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-events-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/src/test/java/org/eclipse/ditto/signals/events/connectivity/ConnectionDeletedTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/src/test/java/org/eclipse/ditto/signals/events/connectivity/ConnectionDeletedTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-events-connectivity --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.signals.events.connectivity.ConnectionDeletedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.07 s - in org.eclipse.ditto.signals.events.connectivity.ConnectionDeletedTest [INFO] Running org.eclipse.ditto.signals.events.connectivity.ConnectionModifiedTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.eclipse.ditto.signals.events.connectivity.ConnectionModifiedTest [INFO] Running org.eclipse.ditto.signals.events.connectivity.ConnectionCreatedTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.ditto.signals.events.connectivity.ConnectionCreatedTest [INFO] Running org.eclipse.ditto.signals.events.connectivity.ConnectionOpenedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ditto.signals.events.connectivity.ConnectionOpenedTest [INFO] Running org.eclipse.ditto.signals.events.connectivity.ConnectionClosedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.ditto.signals.events.connectivity.ConnectionClosedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-connectivity --- [WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/classes/META-INF (add {maven-resources} if you want to include the maven resources) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-events-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-events-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-events-connectivity --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Events :: Connectivity' with 8 classes [INFO] [INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-connectivity --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/japicmp/japicmp.diff'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/japicmp/japicmp.html'. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-events-connectivity --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/target/ditto-signals-events-connectivity-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-connectivity/0-SNAPSHOT/ditto-signals-events-connectivity-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/connectivity/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-connectivity/0-SNAPSHOT/ditto-signals-events-connectivity-0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-events-connectivity --- [INFO] Installing org/eclipse/ditto/ditto-signals-events-connectivity/0-SNAPSHOT/ditto-signals-events-connectivity-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.ditto:ditto-services >------------------ [INFO] Building Eclipse Ditto :: Services 0-SNAPSHOT [49/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services/0-SNAPSHOT/ditto-services-0-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.ditto:ditto-services-models >--------------- [INFO] Building Eclipse Ditto :: Services :: Models 0-SNAPSHOT [50/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/models/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-models --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-models --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models/0-SNAPSHOT/ditto-services-models-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-models-base >------------ [INFO] Building Eclipse Ditto :: Services :: Models :: Base 0-SNAPSHOT [51/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-base --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models-base --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/base/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models-base --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/models/base/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-models-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models-base --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-base:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ditto-ci/services/models/base/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/base/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-base --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-base --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-base --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/models/base/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-models-base --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/models/base/target/ditto-services-models-base-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-models-base --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-models-base --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-base --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/base/target/ditto-services-models-base-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-base/0-SNAPSHOT/ditto-services-models-base-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-base/0-SNAPSHOT/ditto-services-models-base-0-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-services-utils >--------------- [INFO] Building Eclipse Ditto :: Services :: Utils 0-SNAPSHOT [52/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils/0-SNAPSHOT/ditto-services-utils-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-config >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Config Utils 0-SNAPSHOT [53/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-config --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-config --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-config --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/config/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-config --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 12 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-config --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-config:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/config/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-config --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/config/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.config.LocalHostAddressSupplierTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 s - in org.eclipse.ditto.services.utils.config.LocalHostAddressSupplierTest [INFO] Running org.eclipse.ditto.services.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.ditto.services.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest [INFO] Running org.eclipse.ditto.services.utils.config.raw.SecretTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.eclipse.ditto.services.utils.config.raw.SecretTest [INFO] Running org.eclipse.ditto.services.utils.config.raw.VcapServicesStringToConfigTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.ditto.services.utils.config.raw.VcapServicesStringToConfigTest [INFO] Running org.eclipse.ditto.services.utils.config.raw.VcapServicesStringParserTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.ditto.services.utils.config.raw.VcapServicesStringParserTest [INFO] Running org.eclipse.ditto.services.utils.config.raw.SecretsAsConfigSupplierTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.ditto.services.utils.config.raw.SecretsAsConfigSupplierTest [INFO] Running org.eclipse.ditto.services.utils.config.raw.VcapServicesStringSupplierTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.services.utils.config.raw.VcapServicesStringSupplierTest [INFO] Running org.eclipse.ditto.services.utils.config.raw.AliasesAppenderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.ditto.services.utils.config.raw.AliasesAppenderTest [INFO] Running org.eclipse.ditto.services.utils.config.raw.RawConfigSupplierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ditto.services.utils.config.raw.RawConfigSupplierTest [INFO] Running org.eclipse.ditto.services.utils.config.raw.SecretFromPathReaderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.services.utils.config.raw.SecretFromPathReaderTest [INFO] Running org.eclipse.ditto.services.utils.config.DefaultScopedConfigTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 s - in org.eclipse.ditto.services.utils.config.DefaultScopedConfigTest [INFO] Running org.eclipse.ditto.services.utils.config.ConfigWithFallbackTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in org.eclipse.ditto.services.utils.config.ConfigWithFallbackTest [INFO] Running org.eclipse.ditto.services.utils.config.InstanceIdentifierSupplierTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.services.utils.config.InstanceIdentifierSupplierTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-config --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/config/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-config --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/config/target/ditto-services-utils-config-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-config --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/config/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Config Utils' with 18 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-config --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/config/target/ditto-services-utils-config-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-config/0-SNAPSHOT/ditto-services-utils-config-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-config/0-SNAPSHOT/ditto-services-utils-config-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-metrics >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Metrics 0-SNAPSHOT [54/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-metrics --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-metrics --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-metrics --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-metrics --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-metrics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-metrics --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-metrics:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-metrics --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-metrics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-metrics --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-metrics --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.metrics.config.DefaultMetricsConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 s - in org.eclipse.ditto.services.utils.metrics.config.DefaultMetricsConfigTest [INFO] Running org.eclipse.ditto.services.utils.metrics.instruments.timer.StartedKamonTimerTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s - in org.eclipse.ditto.services.utils.metrics.instruments.timer.StartedKamonTimerTest [INFO] Running org.eclipse.ditto.services.utils.metrics.instruments.timer.PreparedKamonTimerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.ditto.services.utils.metrics.instruments.timer.PreparedKamonTimerTest [INFO] Running org.eclipse.ditto.services.utils.metrics.instruments.timer.StoppedKamonTimerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 s - in org.eclipse.ditto.services.utils.metrics.instruments.timer.StoppedKamonTimerTest [INFO] Running org.eclipse.ditto.services.utils.metrics.instruments.gauge.KamonGaugeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.services.utils.metrics.instruments.gauge.KamonGaugeTest [INFO] Running org.eclipse.ditto.services.utils.metrics.instruments.counter.KamonCounterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.services.utils.metrics.instruments.counter.KamonCounterTest [INFO] Running org.eclipse.ditto.services.utils.metrics.instruments.histogram.KamonHistogramTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ditto.services.utils.metrics.instruments.histogram.KamonHistogramTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-metrics --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-metrics --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/ditto-services-utils-metrics-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-metrics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-metrics --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-metrics --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Metrics' with 15 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-metrics --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/ditto-services-utils-metrics-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-metrics/0-SNAPSHOT/ditto-services-utils-metrics-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-metrics/0-SNAPSHOT/ditto-services-utils-metrics-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-models-streaming >---------- [INFO] Building Eclipse Ditto :: Services :: Models :: Streaming 0-SNAPSHOT [55/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-streaming --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models-streaming --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models-streaming --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models-streaming --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-models-streaming --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models-streaming --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-streaming:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-streaming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java: /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-streaming --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-streaming --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-streaming --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.models.streaming.StreamedSnapshotTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 s - in org.eclipse.ditto.services.models.streaming.StreamedSnapshotTest [INFO] Running org.eclipse.ditto.services.models.streaming.SudoStreamSnapshotsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.eclipse.ditto.services.models.streaming.SudoStreamSnapshotsTest [INFO] Running org.eclipse.ditto.services.models.streaming.SudoStreamPidsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.ditto.services.models.streaming.SudoStreamPidsTest [INFO] Running org.eclipse.ditto.services.models.streaming.BatchedEntityIdWithRevisionsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.ditto.services.models.streaming.BatchedEntityIdWithRevisionsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-streaming --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-models-streaming --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/ditto-services-models-streaming-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-streaming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-models-streaming --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-models-streaming --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Models :: Streaming' with 10 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-streaming --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/ditto-services-models-streaming-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-streaming/0-SNAPSHOT/ditto-services-models-streaming-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-streaming/0-SNAPSHOT/ditto-services-models-streaming-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-akka >------------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Akka Utils 0-SNAPSHOT [56/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-akka --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-akka --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-akka --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-akka --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-akka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- scala-maven-plugin:4.4.0:compile (default) @ ditto-services-utils-akka --- [INFO] Using incremental compilation using Mixed compile order [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.3__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 7 Scala sources and 44 Java sources to /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/classes ... [WARNING] : 2 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [INFO] NoPosition: Note: Some input files use or override a deprecated API. [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. [INFO] Done compiling. [INFO] compile in 6.6 s [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-akka --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-akka:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-akka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/main/java/org/eclipse/ditto/services/utils/akka/controlflow/Filter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/main/java/org/eclipse/ditto/services/utils/akka/controlflow/Filter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- scala-maven-plugin:4.4.0:compile (compile) @ ditto-services-utils-akka --- [INFO] Using incremental compilation using Mixed compile order [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.3__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 7 Scala sources and 44 Java sources to /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/classes ... [WARNING] : 2 deprecations (since 2.13.0); re-run with -deprecation for details [WARNING] one warning found [INFO] NoPosition: Note: Some input files use or override a deprecated API. [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. [INFO] Done compiling. [INFO] compile in 5.7 s [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default) @ ditto-services-utils-akka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/main/java/org/eclipse/ditto/services/utils/akka/controlflow/Filter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/main/java/org/eclipse/ditto/services/utils/akka/controlflow/Filter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-akka --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-akka --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- scala-maven-plugin:4.4.0:testCompile (test-compile) @ ditto-services-utils-akka --- [INFO] Using incremental compilation using Mixed compile order [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.3__55.0-1.3.5_20200330T000931.jar [INFO] Compiling 16 Java sources to /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/test-classes ... [INFO] NoPosition: Note: /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java uses or overrides a deprecated API. [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details. [INFO] NoPosition: Note: /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java uses unchecked or unsafe operations. [INFO] NoPosition: Note: Recompile with -Xlint:unchecked for details. [INFO] Done compiling. [INFO] compile in 2.0 s [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-akka --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.akka.controlflow.ResumeSourceTest [INFO] [12/11/2020 09:38:16.972] [default-akka.actor.default-dispatcher-7] [akka.stream.Log(akka://default/system/Materializers/StreamSupervisor-1)] [resume-source-errors-flow] Element: FailureWithLookBehind[error=java.lang.IllegalStateException: 1st expected error, finalElements=[2]] [INFO] [12/11/2020 09:38:16.994] [default-akka.actor.default-dispatcher-7] [akka.stream.Log(akka://default/system/Materializers/StreamSupervisor-1)] [resume-source-errors-flow] Element: FailureWithLookBehind[error=java.lang.IllegalStateException: 2nd expected error, finalElements=[2]] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.156 s - in org.eclipse.ditto.services.utils.akka.controlflow.ResumeSourceTest [INFO] Running org.eclipse.ditto.services.utils.akka.controlflow.MergeSortedAsPairTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.766 s - in org.eclipse.ditto.services.utils.akka.controlflow.MergeSortedAsPairTest [INFO] Running org.eclipse.ditto.services.utils.akka.controlflow.TransistorTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.068 s - in org.eclipse.ditto.services.utils.akka.controlflow.TransistorTest [INFO] Running org.eclipse.ditto.services.utils.akka.logging.ImmutableDittoLoggerTest [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.466 s - in org.eclipse.ditto.services.utils.akka.logging.ImmutableDittoLoggerTest [INFO] Running org.eclipse.ditto.services.utils.akka.logging.DefaultAutoCloseableSlf4jLoggerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.services.utils.akka.logging.DefaultAutoCloseableSlf4jLoggerTest [INFO] Running org.eclipse.ditto.services.utils.akka.logging.ImmutableDittoLoggingAdapterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.eclipse.ditto.services.utils.akka.logging.ImmutableDittoLoggingAdapterTest [INFO] Running org.eclipse.ditto.services.utils.akka.logging.DefaultDiagnosticLoggingAdapterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.services.utils.akka.logging.DefaultDiagnosticLoggingAdapterTest [INFO] Running org.eclipse.ditto.services.utils.akka.logging.DefaultDittoLoggerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ditto.services.utils.akka.logging.DefaultDittoLoggerTest [INFO] Running org.eclipse.ditto.services.utils.akka.logging.DefaultMdcEntryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s - in org.eclipse.ditto.services.utils.akka.logging.DefaultMdcEntryTest [INFO] Running org.eclipse.ditto.services.utils.akka.logging.DefaultDittoDiagnosticLoggingAdapterTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.ditto.services.utils.akka.logging.DefaultDittoDiagnosticLoggingAdapterTest [INFO] Running org.eclipse.ditto.services.utils.akka.PrefixedActorNameFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.services.utils.akka.PrefixedActorNameFactoryTest [INFO] Running org.eclipse.ditto.services.utils.akka.streaming.StreamAckTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.ditto.services.utils.akka.streaming.StreamAckTest [INFO] Running org.eclipse.ditto.services.utils.akka.streaming.StreamTriggerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.ditto.services.utils.akka.streaming.StreamTriggerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 117, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-akka --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-akka --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/ditto-services-utils-akka-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-services-utils-akka --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/ditto-services-utils-akka-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-akka --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-akka --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-akka --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Akka Utils' with 70 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-akka --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/ditto-services-utils-akka-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-akka/0-SNAPSHOT/ditto-services-utils-akka-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-akka/0-SNAPSHOT/ditto-services-utils-akka-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/ditto-services-utils-akka-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-akka/0-SNAPSHOT/ditto-services-utils-akka-0-SNAPSHOT-tests.jar [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-health >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Health Utils 0-SNAPSHOT [57/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-health --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-health --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-health --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/health/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-health --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/health/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/health/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-health --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-health:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-health --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/health/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/health/src/main/java/org/eclipse/ditto/services/utils/health/HealthRouteSupplier.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/health/src/main/java/org/eclipse/ditto/services/utils/health/HealthRouteSupplier.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-health --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/health/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-health --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/health/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.health.RetrieveHealthResponseTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 s - in org.eclipse.ditto.services.utils.health.RetrieveHealthResponseTest [INFO] Running org.eclipse.ditto.services.utils.health.RetrieveHealthTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ditto.services.utils.health.RetrieveHealthTest [INFO] Running org.eclipse.ditto.services.utils.health.HealthCheckingActorOptionsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.ditto.services.utils.health.HealthCheckingActorOptionsTest [INFO] Running org.eclipse.ditto.services.utils.health.StatusInfoTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.ditto.services.utils.health.StatusInfoTest [INFO] Running org.eclipse.ditto.services.utils.health.config.DefaultMetricsReporterConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s - in org.eclipse.ditto.services.utils.health.config.DefaultMetricsReporterConfigTest [INFO] Running org.eclipse.ditto.services.utils.health.config.DefaultPersistenceConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.eclipse.ditto.services.utils.health.config.DefaultPersistenceConfigTest [INFO] Running org.eclipse.ditto.services.utils.health.config.DefaultBasicHealthCheckConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.services.utils.health.config.DefaultBasicHealthCheckConfigTest [INFO] Running org.eclipse.ditto.services.utils.health.StatusDetailMessageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.services.utils.health.StatusDetailMessageTest [INFO] Running org.eclipse.ditto.services.utils.health.mongo.CurrentMongoStatusTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ditto.services.utils.health.mongo.CurrentMongoStatusTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-health --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/health/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-health --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/health/target/ditto-services-utils-health-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-health --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-health --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/health/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Health Utils' with 32 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-health --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/health/target/ditto-services-utils-health-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-health/0-SNAPSHOT/ditto-services-utils-health-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-health/0-SNAPSHOT/ditto-services-utils-health-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-cluster >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Cluster Utils 0-SNAPSHOT [58/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-cluster --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-cluster --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-cluster --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-cluster --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-cluster --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-cluster --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-cluster:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-cluster --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/src/main/java/org/eclipse/ditto/services/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/src/main/java/org/eclipse/ditto/services/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/src/main/java/org/eclipse/ditto/services/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-cluster --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-cluster --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/src/test/java/org/eclipse/ditto/services/utils/cluster/MappingStrategiesBuilderTest.java: /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/src/test/java/org/eclipse/ditto/services/utils/cluster/MappingStrategiesBuilderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/src/test/java/org/eclipse/ditto/services/utils/cluster/MappingStrategiesBuilderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-cluster --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.cluster.SharedJsonifiableSerializerTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.804 s - in org.eclipse.ditto.services.utils.cluster.SharedJsonifiableSerializerTest [INFO] Running org.eclipse.ditto.services.utils.cluster.config.DefaultClusterConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.661 s - in org.eclipse.ditto.services.utils.cluster.config.DefaultClusterConfigTest [INFO] Running org.eclipse.ditto.services.utils.cluster.ManifestProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ditto.services.utils.cluster.ManifestProviderTest [INFO] Running org.eclipse.ditto.services.utils.cluster.ShardRegionExtractorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.ditto.services.utils.cluster.ShardRegionExtractorTest [INFO] Running org.eclipse.ditto.services.utils.cluster.MappingStrategiesBuilderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.services.utils.cluster.MappingStrategiesBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-cluster --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-cluster --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/target/ditto-services-utils-cluster-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-cluster --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Cluster Utils' with 17 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-cluster --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/target/ditto-services-utils-cluster-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-cluster/0-SNAPSHOT/ditto-services-utils-cluster-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/cluster/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-cluster/0-SNAPSHOT/ditto-services-utils-cluster-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-devops >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: DevOps 0-SNAPSHOT [59/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-devops --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-devops --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-devops --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/devops/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-devops --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/devops/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-devops --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/devops/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-devops --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-devops:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-devops --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/devops/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-devops --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/devops/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-devops --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-devops --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-devops --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/devops/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-devops --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/devops/target/ditto-services-utils-devops-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-devops --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-devops --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-devops --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-devops --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/devops/target/ditto-services-utils-devops-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-devops/0-SNAPSHOT/ditto-services-utils-devops-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/devops/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-devops/0-SNAPSHOT/ditto-services-utils-devops-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-tracing >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Tracing Utils 0-SNAPSHOT [60/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-tracing --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-tracing --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-tracing --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-tracing --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-tracing --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-tracing:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-tracing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/src/main/java/org/eclipse/ditto/services/utils/tracing/TraceUriGenerator.java: /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/src/main/java/org/eclipse/ditto/services/utils/tracing/TraceUriGenerator.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/src/main/java/org/eclipse/ditto/services/utils/tracing/TraceUriGenerator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-tracing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-tracing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-tracing --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.tracing.TraceUriGeneratorTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.904 s - in org.eclipse.ditto.services.utils.tracing.TraceUriGeneratorTest [INFO] Running org.eclipse.ditto.services.utils.tracing.TraceUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.services.utils.tracing.TraceUtilsTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-tracing --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/target/ditto-services-utils-tracing-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-tracing --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-tracing --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-tracing --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Tracing Utils' with 5 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-tracing --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/target/ditto-services-utils-tracing-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-tracing/0-SNAPSHOT/ditto-services-utils-tracing-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/tracing/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-tracing/0-SNAPSHOT/ditto-services-utils-tracing-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-cache >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Cache Utils 0-SNAPSHOT [61/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-cache --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-cache --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-cache --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/cache/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-cache --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-cache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-cache --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-cache:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-cache --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/src/main/java/org/eclipse/ditto/services/utils/cache/InvalidateCacheEntry.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/src/main/java/org/eclipse/ditto/services/utils/cache/InvalidateCacheEntry.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-cache --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-cache --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-cache --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.cache.ImmutableEntityIdWithResourceTypeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 s - in org.eclipse.ditto.services.utils.cache.ImmutableEntityIdWithResourceTypeTest [INFO] Running org.eclipse.ditto.services.utils.cache.config.DefaultCacheConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.071 s - in org.eclipse.ditto.services.utils.cache.config.DefaultCacheConfigTest [INFO] Running org.eclipse.ditto.services.utils.cache.MetricsStatsCounterTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.965 s - in org.eclipse.ditto.services.utils.cache.MetricsStatsCounterTest [INFO] Running org.eclipse.ditto.services.utils.cache.ComparableCacheTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ditto.services.utils.cache.ComparableCacheTest [INFO] Running org.eclipse.ditto.services.utils.cache.ImmutableCacheLookupContextTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.ditto.services.utils.cache.ImmutableCacheLookupContextTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-cache --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-cache --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/target/ditto-services-utils-cache-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-cache --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-cache --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-cache --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Cache Utils' with 16 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-cache --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/target/ditto-services-utils-cache-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-cache/0-SNAPSHOT/ditto-services-utils-cache-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/cache/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-cache/0-SNAPSHOT/ditto-services-utils-cache-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-test >------------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Test Utils 0-SNAPSHOT [62/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-test --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/test/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-test --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/test/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/test/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-test --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-test:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-test --- [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-test --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/test/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-test --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/test/target/ditto-services-utils-test-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-services-utils-test --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/test/target/ditto-services-utils-test-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-test --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-test --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/test/target/ditto-services-utils-test-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-test/0-SNAPSHOT/ditto-services-utils-test-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/test/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-test/0-SNAPSHOT/ditto-services-utils-test-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/test/target/ditto-services-utils-test-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-test/0-SNAPSHOT/ditto-services-utils-test-0-SNAPSHOT-tests.jar [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-utils-persistence >--------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Persistence Utils 0-SNAPSHOT [63/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-persistence --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-persistence --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-persistence --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-persistence --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-persistence --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-persistence:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/src/main/java/org/eclipse/ditto/services/utils/persistence/mongo/MongoClientWrapper.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/src/main/java/org/eclipse/ditto/services/utils/persistence/mongo/MongoClientWrapper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/src/test/java/org/eclipse/ditto/services/utils/persistence/mongo/MongoClientWrapperTest.java: /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/src/test/java/org/eclipse/ditto/services/utils/persistence/mongo/MongoClientWrapperTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/src/test/java/org/eclipse/ditto/services/utils/persistence/mongo/MongoClientWrapperTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/src/test/java/org/eclipse/ditto/services/utils/persistence/mongo/assertions/BsonCollectionAssert.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/src/test/java/org/eclipse/ditto/services/utils/persistence/mongo/assertions/BsonCollectionAssert.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-persistence --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.indices.DefaultIndexKeyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s - in org.eclipse.ditto.services.utils.persistence.mongo.indices.DefaultIndexKeyTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexFactoryTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexOperationsTest 09:38:46,611 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/test-classes/logback-test.xml] 09:38:46,725 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set 09:38:46,727 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] 09:38:46,730 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 09:38:46,742 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] 09:38:46,750 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 09:38:46,774 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 09:38:46,775 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR] 09:38:46,775 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 09:38:46,778 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.ditto] to INFO 09:38:46,778 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 09:38:46,778 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT] 09:38:46,779 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT] 09:38:46,779 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 09:38:46,780 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@12765ebd - Registering current configuration as safe fallback point [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexOperationsTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s - in org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexInitializerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexInitializerTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.189 s - in org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultActivityCheckConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultActivityCheckConfigTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultSnapshotConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultSnapshotConfigTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.config.MongoDbUriSupplierTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ditto.services.utils.persistence.mongo.config.MongoDbUriSupplierTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s - in org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultMongoDbConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultMongoDbConfigTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultTagsConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.services.utils.persistence.mongo.config.DefaultTagsConfigTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.DittoBsonJsonTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.eclipse.ditto.services.utils.persistence.mongo.DittoBsonJsonTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ditto.services.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ditto.services.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.ditto.services.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.SnapshotStreamingActorTest 2020-12-11 09:38:51,620 WARN [] a.s.Materializer akka.stream.Log(akka://AkkaTestSystem/system/Materializers/StreamSupervisor-1) - [outbound connection to [akka://AkkaTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused 2020-12-11 09:38:51,621 WARN [] a.s.Materializer akka.stream.Log(akka://AkkaTestSystem/system/Materializers/StreamSupervisor-1) - [outbound connection to [akka://AkkaTestSystem@127.0.0.1:0], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused 2020-12-11 09:38:52,157 WARN [] a.s.i.s.SinkRefStageImpl SinkRefStageImpl(akka://AkkaTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now. 2020-12-11 09:38:52,355 WARN [] a.s.Materializer akka.stream.Log(akka://AkkaTestSystem/system/Materializers/StreamSupervisor-5) - [outbound connection to [akka://AkkaTestSystem@127.0.0.1:0], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused 2020-12-11 09:38:52,355 WARN [] a.s.Materializer akka.stream.Log(akka://AkkaTestSystem/system/Materializers/StreamSupervisor-5) - [outbound connection to [akka://AkkaTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 s - in org.eclipse.ditto.services.utils.persistence.mongo.SnapshotStreamingActorTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.DefaultPersistenceStreamingActorTest 2020-12-11 09:38:52,551 WARN [] a.s.Materializer akka.stream.Log(akka://AkkaTestSystem/system/Materializers/StreamSupervisor-9) - [outbound connection to [akka://AkkaTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused 2020-12-11 09:38:52,551 WARN [] a.s.Materializer akka.stream.Log(akka://AkkaTestSystem/system/Materializers/StreamSupervisor-9) - [outbound connection to [akka://AkkaTestSystem@127.0.0.1:0], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused 2020-12-11 09:38:52,712 WARN [] a.s.i.s.SinkRefStageImpl SinkRefStageImpl(akka://AkkaTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s - in org.eclipse.ditto.services.utils.persistence.mongo.DefaultPersistenceStreamingActorTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.MongoClientWrapperTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s - in org.eclipse.ditto.services.utils.persistence.mongo.MongoClientWrapperTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.JsonValueToDbEntityMapperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ditto.services.utils.persistence.mongo.JsonValueToDbEntityMapperTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.KeyNameReviserTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.services.utils.persistence.mongo.KeyNameReviserTest [INFO] Running org.eclipse.ditto.services.utils.persistence.operations.DefaultPersistenceOperationsConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ditto.services.utils.persistence.operations.DefaultPersistenceOperationsConfigTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-persistence --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/ditto-services-utils-persistence-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-services-utils-persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/ditto-services-utils-persistence-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-persistence --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Persistence Utils' with 70 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-persistence --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/ditto-services-utils-persistence-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-persistence/0-SNAPSHOT/ditto-services-utils-persistence-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-persistence/0-SNAPSHOT/ditto-services-utils-persistence-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/persistence/target/ditto-services-utils-persistence-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-persistence/0-SNAPSHOT/ditto-services-utils-persistence-0-SNAPSHOT-tests.jar [INFO] [INFO] ---------------< org.eclipse.ditto:ditto-services-base >---------------- [INFO] Building Eclipse Ditto :: Services :: Base 0-SNAPSHOT [64/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-base --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-base --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-base --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/base/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-base --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/base/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/base/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-base --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-base:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/ditto-ci/services/base/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/base/src/main/java/org/eclipse/ditto/services/base/config/DittoServiceConfig.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/base/src/main/java/org/eclipse/ditto/services/base/config/DittoServiceConfig.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ditto-ci/services/base/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/base/src/test/java/org/eclipse/ditto/services/base/MainMethodExceptionHandlerTest.java: /home/jenkins/agent/workspace/ditto-ci/services/base/src/test/java/org/eclipse/ditto/services/base/MainMethodExceptionHandlerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/base/src/test/java/org/eclipse/ditto/services/base/MainMethodExceptionHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-base --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/base/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.base.MainMethodExceptionHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.692 s - in org.eclipse.ditto.services.base.MainMethodExceptionHandlerTest [INFO] Running org.eclipse.ditto.services.base.config.http.DefaultHttpProxyConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.248 s - in org.eclipse.ditto.services.base.config.http.DefaultHttpProxyConfigTest [INFO] Running org.eclipse.ditto.services.base.config.http.DefaultHttpConfigTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.ditto.services.base.config.http.DefaultHttpConfigTest [INFO] Running org.eclipse.ditto.services.base.config.supervision.DefaultExponentialBackOffConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s - in org.eclipse.ditto.services.base.config.supervision.DefaultExponentialBackOffConfigTest [INFO] Running org.eclipse.ditto.services.base.config.supervision.DefaultSupervisorConfigTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ditto.services.base.config.supervision.DefaultSupervisorConfigTest [INFO] Running org.eclipse.ditto.services.base.config.DefaultThrottlingConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.ditto.services.base.config.DefaultThrottlingConfigTest [INFO] Running org.eclipse.ditto.services.base.config.limits.DefaultLimitsConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.ditto.services.base.config.limits.DefaultLimitsConfigTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-base --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/base/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-base --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/base/target/ditto-services-base-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-base --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/base/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Base' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-base --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/base/target/ditto-services-base-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-base/0-SNAPSHOT/ditto-services-base-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-base/0-SNAPSHOT/ditto-services-base-0-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.ditto:ditto-services-concierge >------------- [INFO] Building Eclipse Ditto :: Services :: Concierge 0-SNAPSHOT [65/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-concierge --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-concierge --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/concierge/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-concierge --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-concierge --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-concierge:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/concierge/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-concierge --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-concierge --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-concierge --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge/0-SNAPSHOT/ditto-services-concierge-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-concierge-common >---------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Common 0-SNAPSHOT [66/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge-common --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-concierge-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-concierge-common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/concierge/common/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-concierge-common --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/concierge/common/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-concierge-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/concierge/common/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-concierge-common --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-concierge-common:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-concierge-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/ditto-ci/services/concierge/common/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-concierge-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-concierge-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ditto-ci/services/concierge/common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-concierge-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/concierge/common/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.concierge.common.DefaultCachesConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.162 s - in org.eclipse.ditto.services.concierge.common.DefaultCachesConfigTest [INFO] Running org.eclipse.ditto.services.concierge.common.DefaultThingsAggregatorConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.eclipse.ditto.services.concierge.common.DefaultThingsAggregatorConfigTest [INFO] Running org.eclipse.ditto.services.concierge.common.DefaultPersistenceCleanupConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.ditto.services.concierge.common.DefaultPersistenceCleanupConfigTest [INFO] Running org.eclipse.ditto.services.concierge.common.DefaultPersistenceIdsConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.ditto.services.concierge.common.DefaultPersistenceIdsConfigTest [INFO] Running org.eclipse.ditto.services.concierge.common.DefaultEnforcementConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.ditto.services.concierge.common.DefaultEnforcementConfigTest [INFO] Running org.eclipse.ditto.services.concierge.common.DefaultCreditDecisionConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ditto.services.concierge.common.DefaultCreditDecisionConfigTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge-common --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/concierge/common/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-concierge-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/concierge/common/target/ditto-services-concierge-common-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-concierge-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-concierge-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-concierge-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/concierge/common/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Concierge :: Common' with 14 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge-common --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/common/target/ditto-services-concierge-common-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-common/0-SNAPSHOT/ditto-services-concierge-common-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-common/0-SNAPSHOT/ditto-services-concierge-common-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-utils-ddata >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Distributed Data 0-SNAPSHOT [67/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-ddata --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-ddata --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-ddata --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/ddata/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-ddata --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/ddata/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-ddata --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-ddata --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-ddata:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-ddata --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/ddata/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-ddata --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-ddata --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/ddata/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-ddata --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/ddata/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.ddata.DefaultDistributedDataConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.87 s - in org.eclipse.ditto.services.utils.ddata.DefaultDistributedDataConfigTest [INFO] Running org.eclipse.ditto.services.utils.ddata.DefaultAkkaReplicatorConfigTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.ditto.services.utils.ddata.DefaultAkkaReplicatorConfigTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-ddata --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/ddata/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-ddata --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/ddata/target/ditto-services-utils-ddata-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-ddata --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-ddata --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-ddata --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/ddata/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Distributed Data' with 6 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-ddata --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/ddata/target/ditto-services-utils-ddata-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-ddata/0-SNAPSHOT/ditto-services-utils-ddata-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/ddata/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-ddata/0-SNAPSHOT/ditto-services-utils-ddata-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-pubsub >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Pub-Sub 0-SNAPSHOT [68/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-pubsub --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-pubsub --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-pubsub --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-pubsub --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-pubsub --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-pubsub --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-pubsub:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-pubsub --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/src/main/java/org/eclipse/ditto/services/utils/pubsub/actors/SubUpdater.java: /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/src/main/java/org/eclipse/ditto/services/utils/pubsub/actors/SubUpdater.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/src/main/java/org/eclipse/ditto/services/utils/pubsub/actors/SubUpdater.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-pubsub --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-pubsub --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/src/test/java/org/eclipse/ditto/services/utils/pubsub/PubSubFactoryTest.java: /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/src/test/java/org/eclipse/ditto/services/utils/pubsub/PubSubFactoryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/src/test/java/org/eclipse/ditto/services/utils/pubsub/PubSubFactoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-pubsub --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.pubsub.actors.AckUpdaterTest [INFO] [12/11/2020 09:39:12.340] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:39891] with UID [-1260553927055945163] [INFO] [12/11/2020 09:39:12.363] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:12.542] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Registered cluster JMX MBean [akka:type=Cluster,port=39891] [INFO] [12/11/2020 09:39:12.542] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Started up successfully [INFO] [12/11/2020 09:39:12.618] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:12.618] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:39:13.218] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:46356] with UID [7051151401480878833] [INFO] [12/11/2020 09:39:13.219] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:13.224] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Registered cluster JMX MBean [akka:type=Cluster,port=46356] [INFO] [12/11/2020 09:39:13.224] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Started up successfully [INFO] [12/11/2020 09:39:13.226] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:13.227] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:39:13.251] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Node [akka://actorSystem@127.0.0.1:39891] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:39:13.254] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:13.314] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Leader is moving node [akka://actorSystem@127.0.0.1:39891] to [Up] [INFO] [akkaMemberChanged][12/11/2020 09:39:13.713] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Node [akka://actorSystem@127.0.0.1:46356] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:39:13.766] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Welcome from [akka://actorSystem@127.0.0.1:39891] [INFO] [akkaMemberChanged][12/11/2020 09:39:14.648] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Leader is moving node [akka://actorSystem@127.0.0.1:46356] to [Up] [INFO] [12/11/2020 09:39:15.333] [actorSystem-akka.actor.default-dispatcher-4] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:39891)))> [INFO] [akkaMemberChanged][12/11/2020 09:39:15.357] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Marked address [akka://actorSystem@127.0.0.1:39891] as [Leaving] [INFO] [akkaMemberChanged][12/11/2020 09:39:15.710] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Leader is moving node [akka://actorSystem@127.0.0.1:39891] to [Exiting] [INFO] [12/11/2020 09:39:15.712] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Exiting completed [INFO] [12/11/2020 09:39:15.716] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Shutting down... [INFO] [12/11/2020 09:39:15.718] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39891] - Successfully shut down [INFO] [12/11/2020 09:39:15.721] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Exiting confirmed [akka://actorSystem@127.0.0.1:39891] [INFO] [akkaDeadLetter][12/11/2020 09:39:15.727] [actorSystem-akka.actor.default-dispatcher-4] [akka://actorSystem/system/cluster/core/daemon] Message [akka.cluster.GossipEnvelope] from Actor[akka://actorSystem@127.0.0.1:46356/system/cluster/core/daemon#-1290233398] to Actor[akka://actorSystem/system/cluster/core/daemon#1980005098] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/system/cluster/core/daemon#1980005098] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [12/11/2020 09:39:15.733] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:39891/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:39:15.733] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:39891/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [WARN] [12/11/2020 09:39:15.815] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka.stream.Log(akka://actorSystem/system/Materializers/StreamSupervisor-1)] [outbound connection to [akka://actorSystem@127.0.0.1:46356], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [WARN] [12/11/2020 09:39:15.815] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka.stream.Log(akka://actorSystem/system/Materializers/StreamSupervisor-1)] [outbound connection to [akka://actorSystem@127.0.0.1:46356], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [INFO] [12/11/2020 09:39:15.822] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:39891/system/remoting-terminator] Remoting shut down. [INFO] [akkaMemberChanged][12/11/2020 09:39:15.842] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Marked address [akka://actorSystem@127.0.0.1:46356] as [Leaving] [INFO] [12/11/2020 09:39:16.285] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:16.287] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Leader is moving node [akka://actorSystem@127.0.0.1:46356] to [Exiting] [INFO] [akkaMemberChanged][12/11/2020 09:39:16.287] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Leader is removing confirmed Exiting node [akka://actorSystem@127.0.0.1:39891] [INFO] [12/11/2020 09:39:16.287] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Exiting completed [INFO] [12/11/2020 09:39:16.288] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Shutting down... [INFO] [12/11/2020 09:39:16.288] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46356] - Successfully shut down [INFO] [12/11/2020 09:39:16.291] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka://actorSystem@127.0.0.1:46356/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:39:16.291] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka://actorSystem@127.0.0.1:46356/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 09:39:17.307] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka://actorSystem@127.0.0.1:46356/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 09:39:17.345] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:45475] with UID [8957454554002878242] [INFO] [12/11/2020 09:39:17.347] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:17.350] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Registered cluster JMX MBean [akka:type=Cluster,port=45475] [INFO] [12/11/2020 09:39:17.350] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Started up successfully [INFO] [12/11/2020 09:39:17.351] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:17.351] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:39:17.420] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36111] with UID [3986051053250129603] [INFO] [12/11/2020 09:39:17.421] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:17.424] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Registered cluster JMX MBean [akka:type=Cluster,port=36111] [INFO] [12/11/2020 09:39:17.424] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Started up successfully [INFO] [12/11/2020 09:39:17.426] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:17.426] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:39:17.438] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Node [akka://actorSystem@127.0.0.1:45475] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:39:17.438] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:17.438] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Leader is moving node [akka://actorSystem@127.0.0.1:45475] to [Up] [INFO] [akkaMemberChanged][12/11/2020 09:39:17.515] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Node [akka://actorSystem@127.0.0.1:36111] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:39:17.518] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Welcome from [akka://actorSystem@127.0.0.1:45475] [INFO] [akkaMemberChanged][12/11/2020 09:39:18.367] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Leader is moving node [akka://actorSystem@127.0.0.1:36111] to [Up] [INFO] [12/11/2020 09:39:18.458] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:36111)))> [INFO] [12/11/2020 09:39:18.458] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:36111)))> [INFO] [akkaMemberChanged][12/11/2020 09:39:18.982] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Marked address [akka://actorSystem@127.0.0.1:45475] as [Leaving] [INFO] [12/11/2020 09:39:19.388] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - is no longer leader [INFO] [12/11/2020 09:39:19.460] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:19.460] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Leader is moving node [akka://actorSystem@127.0.0.1:45475] to [Exiting] [INFO] [12/11/2020 09:39:19.464] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Exiting completed [INFO] [12/11/2020 09:39:19.464] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Shutting down... [INFO] [12/11/2020 09:39:19.464] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45475] - Successfully shut down [INFO] [12/11/2020 09:39:19.467] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [akkaDeadLetter][12/11/2020 09:39:19.468] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/ack-replicator] Message [akka.cluster.ddata.Replicator$Update] to Actor[akka://actorSystem/user/ack-replicator#1220716585] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/user/ack-replicator#1220716585] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [12/11/2020 09:39:19.471] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Exiting confirmed [akka://actorSystem@127.0.0.1:45475] [ERROR] [12/11/2020 09:39:19.471] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Failed to remove declared acks on removed cluster member java.util.concurrent.CompletionException: akka.pattern.AskTimeoutException: Recipient [Actor[akka://actorSystem/user/ack-replicator#1220716585]] had already been terminated. Message of type [akka.cluster.ddata.Replicator$Update]. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:670) at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:658) at java.base/java.util.concurrent.CompletableFuture.thenApplyAsync(CompletableFuture.java:2104) at java.base/java.util.concurrent.CompletableFuture.thenApplyAsync(CompletableFuture.java:143) at org.eclipse.ditto.services.utils.ddata.DistributedData.update(DistributedData.java:145) at org.eclipse.ditto.services.utils.pubsub.ddata.literal.LiteralDDataHandler.removeAddress(LiteralDDataHandler.java:63) at org.eclipse.ditto.services.utils.pubsub.actors.ClusterMemberRemovedAware.memberRemoved(ClusterMemberRemovedAware.java:73) at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) at scala.PartialFunction.applyOrElse(PartialFunction.scala:187) at scala.PartialFunction.applyOrElse$(PartialFunction.scala:186) at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:241) at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:242) at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:242) at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:242) at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:242) at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:242) at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:242) at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:242) at akka.actor.Actor.aroundReceive(Actor.scala:537) at akka.actor.Actor.aroundReceive$(Actor.scala:535) at akka.actor.AbstractActorWithTimers.akka$actor$Timers$$super$aroundReceive(Timers.scala:68) at akka.actor.Timers.aroundReceive(Timers.scala:56) at akka.actor.Timers.aroundReceive$(Timers.scala:41) at akka.actor.AbstractActorWithTimers.aroundReceive(Timers.scala:68) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:577) at akka.actor.ActorCell.invoke(ActorCell.scala:547) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) at akka.dispatch.Mailbox.run(Mailbox.scala:231) at akka.dispatch.Mailbox.exec(Mailbox.scala:243) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) Caused by: akka.pattern.AskTimeoutException: Recipient [Actor[akka://actorSystem/user/ack-replicator#1220716585]] had already been terminated. Message of type [akka.cluster.ddata.Replicator$Update]. [INFO] [12/11/2020 09:39:19.472] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:45475/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:39:19.472] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:45475/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [WARN] [12/11/2020 09:39:19.476] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka.stream.Log(akka://actorSystem/system/Materializers/StreamSupervisor-7)] [outbound connection to [akka://actorSystem@127.0.0.1:36111], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [WARN] [12/11/2020 09:39:19.476] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka.stream.Log(akka://actorSystem/system/Materializers/StreamSupervisor-7)] [outbound connection to [akka://actorSystem@127.0.0.1:36111], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [INFO] [12/11/2020 09:39:19.478] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:45475/system/remoting-terminator] Remoting shut down. [INFO] [akkaMemberChanged][12/11/2020 09:39:19.489] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Marked address [akka://actorSystem@127.0.0.1:36111] as [Leaving] [INFO] [akkaMemberChanged][12/11/2020 09:39:20.480] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Leader is moving node [akka://actorSystem@127.0.0.1:36111] to [Exiting] [INFO] [akkaMemberChanged][12/11/2020 09:39:20.480] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Leader is removing confirmed Exiting node [akka://actorSystem@127.0.0.1:45475] [INFO] [12/11/2020 09:39:20.481] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Exiting completed [INFO] [12/11/2020 09:39:20.481] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Shutting down... [INFO] [12/11/2020 09:39:20.481] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36111] - Successfully shut down [INFO] [12/11/2020 09:39:20.482] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [12/11/2020 09:39:20.483] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [akkaDeadLetter][12/11/2020 09:39:20.484] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/system/cluster/core/publisher] Message [akka.cluster.InternalClusterAction$PublishChanges] from Actor[akka://actorSystem/system/cluster/core/daemon#833135406] to Actor[akka://actorSystem/system/cluster/core/publisher#1459569423] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/system/cluster/core/publisher#1459569423] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [12/11/2020 09:39:20.486] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:36111/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:39:20.486] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:36111/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 09:39:21.502] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:36111/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 09:39:21.536] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:38795] with UID [4488727458397655970] [INFO] [12/11/2020 09:39:21.537] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:21.540] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Registered cluster JMX MBean [akka:type=Cluster,port=38795] [INFO] [12/11/2020 09:39:21.540] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Started up successfully [INFO] [12/11/2020 09:39:21.541] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:21.542] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:39:21.609] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:32803] with UID [-6037754328524554313] [INFO] [12/11/2020 09:39:21.610] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:21.613] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Registered cluster JMX MBean [akka:type=Cluster,port=32803] [INFO] [12/11/2020 09:39:21.613] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Started up successfully [INFO] [12/11/2020 09:39:21.616] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:21.616] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:39:21.626] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Node [akka://actorSystem@127.0.0.1:38795] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:39:21.626] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:21.626] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Leader is moving node [akka://actorSystem@127.0.0.1:38795] to [Up] [INFO] [akkaMemberChanged][12/11/2020 09:39:21.650] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Node [akka://actorSystem@127.0.0.1:32803] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:39:21.654] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Welcome from [akka://actorSystem@127.0.0.1:38795] [INFO] [akkaMemberChanged][12/11/2020 09:39:22.562] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Leader is moving node [akka://actorSystem@127.0.0.1:32803] to [Up] [INFO] [12/11/2020 09:39:22.645] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:32803)))> [INFO] [akkaMemberChanged][12/11/2020 09:39:22.677] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Marked address [akka://actorSystem@127.0.0.1:38795] as [Leaving] [INFO] [12/11/2020 09:39:23.582] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - is no longer leader [INFO] [12/11/2020 09:39:23.649] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:23.649] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Leader is moving node [akka://actorSystem@127.0.0.1:38795] to [Exiting] [INFO] [12/11/2020 09:39:23.652] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Exiting completed [INFO] [12/11/2020 09:39:23.653] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Shutting down... [INFO] [12/11/2020 09:39:23.653] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38795] - Successfully shut down [INFO] [12/11/2020 09:39:23.654] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [12/11/2020 09:39:23.654] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [akkaDeadLetter][12/11/2020 09:39:23.656] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/ack-replicator] Message [akka.cluster.ddata.Replicator$Update] from Actor[akka://actorSystem/temp/ack-replicator$a] to Actor[akka://actorSystem/user/ack-replicator#586323631] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/user/ack-replicator#586323631] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [12/11/2020 09:39:23.657] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:38795/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:39:23.657] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:38795/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 09:39:23.659] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Exiting confirmed [akka://actorSystem@127.0.0.1:38795] [WARN] [12/11/2020 09:39:23.662] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka.stream.Log(akka://actorSystem/system/Materializers/StreamSupervisor-13)] [outbound connection to [akka://actorSystem@127.0.0.1:32803], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [WARN] [12/11/2020 09:39:23.662] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka.stream.Log(akka://actorSystem/system/Materializers/StreamSupervisor-13)] [outbound connection to [akka://actorSystem@127.0.0.1:32803], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [INFO] [12/11/2020 09:39:23.664] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:38795/system/remoting-terminator] Remoting shut down. [INFO] [akkaMemberChanged][12/11/2020 09:39:23.673] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Marked address [akka://actorSystem@127.0.0.1:32803] as [Leaving] [INFO] [12/11/2020 09:39:24.668] [actorSystem-akka.remote.default-remote-dispatcher-7] [Association(akka://actorSystem)] Association to [akka://actorSystem@127.0.0.1:38795] having UID [4488727458397655970] has been stopped. All messages to this UID will be delivered to dead letters. Reason: ActorSystem terminated [INFO] [akkaMemberChanged][12/11/2020 09:39:24.677] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Leader is moving node [akka://actorSystem@127.0.0.1:32803] to [Exiting] [INFO] [akkaMemberChanged][12/11/2020 09:39:24.677] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Leader is removing confirmed Exiting node [akka://actorSystem@127.0.0.1:38795] [INFO] [12/11/2020 09:39:24.677] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Exiting completed [INFO] [12/11/2020 09:39:24.677] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Shutting down... [INFO] [12/11/2020 09:39:24.678] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32803] - Successfully shut down [INFO] [akkaDeadLetter][12/11/2020 09:39:24.679] [actorSystem-akka.actor.default-dispatcher-4] [akka://actorSystem/system/clusterEventBusListener] Message [akka.cluster.ClusterEvent$MemberRemoved] to Actor[akka://actorSystem/system/clusterEventBusListener#1490460017] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [akkaDeadLetter][12/11/2020 09:39:24.683] [actorSystem-akka.actor.default-dispatcher-21] [akka://actorSystem/system/cluster/core/publisher] Message [akka.cluster.InternalClusterAction$PublishChanges] from Actor[akka://actorSystem/system/cluster/core/daemon#131688483] to Actor[akka://actorSystem/system/cluster/core/publisher#550540089] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/system/cluster/core/publisher#550540089] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [12/11/2020 09:39:24.683] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:32803/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:39:24.683] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:32803/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 09:39:24.686] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka://actorSystem@127.0.0.1:32803/system/remoting-terminator] Remoting shut down. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.174 s - in org.eclipse.ditto.services.utils.pubsub.actors.AckUpdaterTest [INFO] Running org.eclipse.ditto.services.utils.pubsub.config.DefaultPubSubConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.358 s - in org.eclipse.ditto.services.utils.pubsub.config.DefaultPubSubConfigTest [INFO] Running org.eclipse.ditto.services.utils.pubsub.PubSubFactoryTest [INFO] [12/11/2020 09:39:26.070] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44953] with UID [280210801406590470] [INFO] [12/11/2020 09:39:26.070] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:26.108] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - Registered cluster JMX MBean [akka:type=Cluster,port=44953] [INFO] [12/11/2020 09:39:26.108] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - Started up successfully [INFO] [12/11/2020 09:39:26.110] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:26.110] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:39:26.136] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:42409] with UID [4654603356413260165] [INFO] [12/11/2020 09:39:26.137] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42409] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:26.139] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42409] - Registered cluster JMX MBean [akka:type=Cluster,port=42409] [INFO] [12/11/2020 09:39:26.139] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42409] - Started up successfully [INFO] [12/11/2020 09:39:26.141] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42409] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:26.141] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42409] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:39:26.150] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - Node [akka://actorSystem@127.0.0.1:44953] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:39:26.151] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:26.151] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - Leader is moving node [akka://actorSystem@127.0.0.1:44953] to [Up] [INFO] [12/11/2020 09:39:26.159] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$a/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:44953)))> [INFO] [12/11/2020 09:39:26.209] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$b/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:39:26.226] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - Node [akka://actorSystem@127.0.0.1:42409] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:39:26.229] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42409] - Welcome from [akka://actorSystem@127.0.0.1:44953] [INFO] [akkaMemberChanged][12/11/2020 09:39:27.129] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - Leader is moving node [akka://actorSystem@127.0.0.1:42409] to [Up] [INFO] [12/11/2020 09:39:27.188] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$w/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:42409)))> [INFO] [12/11/2020 09:39:28.148] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44953] - is no longer leader [INFO] [12/11/2020 09:39:28.175] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42409] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 09:39:31.265] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:42273] with UID [2899084125937200029] [INFO] [12/11/2020 09:39:31.266] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42273] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:31.268] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42273] - Registered cluster JMX MBean [akka:type=Cluster,port=42273] [INFO] [12/11/2020 09:39:31.268] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42273] - Started up successfully [INFO] [12/11/2020 09:39:31.269] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42273] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:31.269] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42273] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:39:31.309] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:46797] with UID [2654543680817366723] [INFO] [12/11/2020 09:39:31.309] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46797] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:31.312] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46797] - Registered cluster JMX MBean [akka:type=Cluster,port=46797] [INFO] [12/11/2020 09:39:31.312] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46797] - Started up successfully [INFO] [12/11/2020 09:39:31.313] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46797] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:31.313] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46797] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:39:31.321] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42273] - Node [akka://actorSystem@127.0.0.1:42273] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:39:31.321] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42273] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:31.322] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42273] - Leader is moving node [akka://actorSystem@127.0.0.1:42273] to [Up] [INFO] [12/11/2020 09:39:31.325] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$z/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [12/11/2020 09:39:31.325] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$y/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:42273)))> [INFO] [akkaMemberChanged][12/11/2020 09:39:31.343] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42273] - Node [akka://actorSystem@127.0.0.1:46797] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:39:31.345] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46797] - Welcome from [akka://actorSystem@127.0.0.1:42273] [INFO] [akkaMemberChanged][12/11/2020 09:39:32.283] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42273] - Leader is moving node [akka://actorSystem@127.0.0.1:46797] to [Up] [ERROR] [12/11/2020 09:39:33.543] [actorSystem-akka.actor.default-dispatcher-21] [akka://actorSystem/user/$$y/dc-default-sub-supervisor/subscriber1] Notifying SubUpdater of AckUpdater termination: [ERROR] [12/11/2020 09:39:33.543] [actorSystem-akka.actor.default-dispatcher-23] [akka://actorSystem/user/$$y/dc-default-ack-supervisor] All local declared acknowledgement labels lost. [INFO] [12/11/2020 09:39:34.564] [actorSystem-akka.actor.default-dispatcher-22] [akka://actorSystem/user/$$y/dc-default-ack-supervisor/ackUpdater2] Got Some(akka://actorSystem@127.0.0.1:42273)))> [INFO] [12/11/2020 09:39:39.493] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37940] with UID [5751741334219539898] [INFO] [12/11/2020 09:39:39.494] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37940] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:39.496] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37940] - Registered cluster JMX MBean [akka:type=Cluster,port=37940] [INFO] [12/11/2020 09:39:39.496] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37940] - Started up successfully [INFO] [12/11/2020 09:39:39.497] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37940] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:39.497] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37940] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:39:39.517] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44234] with UID [-7278192333536404105] [INFO] [12/11/2020 09:39:39.518] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44234] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:39.520] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44234] - Registered cluster JMX MBean [akka:type=Cluster,port=44234] [INFO] [12/11/2020 09:39:39.520] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44234] - Started up successfully [INFO] [12/11/2020 09:39:39.521] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44234] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:39.521] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44234] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:39:39.531] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37940] - Node [akka://actorSystem@127.0.0.1:37940] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:39:39.531] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37940] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:39.532] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37940] - Leader is moving node [akka://actorSystem@127.0.0.1:37940] to [Up] [INFO] [12/11/2020 09:39:39.534] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$A/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:37940)))> [INFO] [12/11/2020 09:39:39.536] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$B/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:39:39.549] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37940] - Node [akka://actorSystem@127.0.0.1:44234] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:39:39.550] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44234] - Welcome from [akka://actorSystem@127.0.0.1:37940] [INFO] [akkaMemberChanged][12/11/2020 09:39:40.516] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37940] - Leader is moving node [akka://actorSystem@127.0.0.1:44234] to [Up] [INFO] [12/11/2020 09:39:40.607] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$A/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:37940)))> [INFO] [12/11/2020 09:39:46.683] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:46721] with UID [-3287631016557462216] [INFO] [12/11/2020 09:39:46.683] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:46.685] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - Registered cluster JMX MBean [akka:type=Cluster,port=46721] [INFO] [12/11/2020 09:39:46.685] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - Started up successfully [INFO] [12/11/2020 09:39:46.687] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:46.687] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:39:46.718] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:41254] with UID [-8409702823704667814] [INFO] [12/11/2020 09:39:46.718] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41254] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:46.720] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41254] - Registered cluster JMX MBean [akka:type=Cluster,port=41254] [INFO] [12/11/2020 09:39:46.720] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41254] - Started up successfully [INFO] [12/11/2020 09:39:46.722] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41254] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:46.722] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41254] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:39:46.728] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - Node [akka://actorSystem@127.0.0.1:46721] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:39:46.729] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:46.729] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - Leader is moving node [akka://actorSystem@127.0.0.1:46721] to [Up] [INFO] [12/11/2020 09:39:46.731] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$C/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:46721)))> [INFO] [12/11/2020 09:39:46.732] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$D/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:39:46.746] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - Node [akka://actorSystem@127.0.0.1:41254] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:39:46.747] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41254] - Welcome from [akka://actorSystem@127.0.0.1:46721] [INFO] [akkaMemberChanged][12/11/2020 09:39:47.706] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - Leader is moving node [akka://actorSystem@127.0.0.1:41254] to [Up] [INFO] [12/11/2020 09:39:47.756] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$C/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:41254)))> [INFO] [12/11/2020 09:39:48.725] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46721] - is no longer leader [INFO] [12/11/2020 09:39:48.761] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41254] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 09:39:53.886] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:40968] with UID [-8782379113324745268] [INFO] [12/11/2020 09:39:53.887] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40968] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:53.888] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40968] - Registered cluster JMX MBean [akka:type=Cluster,port=40968] [INFO] [12/11/2020 09:39:53.888] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40968] - Started up successfully [INFO] [12/11/2020 09:39:53.889] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40968] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:53.889] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40968] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:39:53.910] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:34777] with UID [3489218491287802803] [INFO] [12/11/2020 09:39:53.911] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34777] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:53.913] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34777] - Registered cluster JMX MBean [akka:type=Cluster,port=34777] [INFO] [12/11/2020 09:39:53.913] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34777] - Started up successfully [INFO] [12/11/2020 09:39:53.915] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34777] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:53.915] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34777] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:39:53.927] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40968] - Node [akka://actorSystem@127.0.0.1:40968] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:39:53.927] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40968] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:53.927] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40968] - Leader is moving node [akka://actorSystem@127.0.0.1:40968] to [Up] [INFO] [12/11/2020 09:39:53.931] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$E/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:40968)))> [INFO] [12/11/2020 09:39:53.931] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$F/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:39:53.943] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40968] - Node [akka://actorSystem@127.0.0.1:34777] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:39:53.945] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34777] - Welcome from [akka://actorSystem@127.0.0.1:40968] [INFO] [akkaMemberChanged][12/11/2020 09:39:54.909] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40968] - Leader is moving node [akka://actorSystem@127.0.0.1:34777] to [Up] [INFO] [12/11/2020 09:39:59.039] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:43988] with UID [9079035364148952090] [INFO] [12/11/2020 09:39:59.039] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43988] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:59.041] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43988] - Registered cluster JMX MBean [akka:type=Cluster,port=43988] [INFO] [12/11/2020 09:39:59.041] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43988] - Started up successfully [INFO] [12/11/2020 09:39:59.042] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43988] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:59.042] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43988] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:39:59.065] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44810] with UID [-2613009540434534444] [INFO] [12/11/2020 09:39:59.066] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44810] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:39:59.067] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44810] - Registered cluster JMX MBean [akka:type=Cluster,port=44810] [INFO] [12/11/2020 09:39:59.068] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44810] - Started up successfully [INFO] [12/11/2020 09:39:59.069] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44810] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:39:59.069] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44810] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:39:59.076] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43988] - Node [akka://actorSystem@127.0.0.1:43988] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:39:59.076] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43988] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:39:59.076] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43988] - Leader is moving node [akka://actorSystem@127.0.0.1:43988] to [Up] [INFO] [12/11/2020 09:39:59.110] [actorSystem-akka.actor.default-dispatcher-12] [akka://actorSystem/user/$$G/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:43988)))> [INFO] [12/11/2020 09:39:59.119] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$H/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:39:59.128] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43988] - Node [akka://actorSystem@127.0.0.1:44810] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:39:59.130] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44810] - Welcome from [akka://actorSystem@127.0.0.1:43988] [INFO] [akkaMemberChanged][12/11/2020 09:40:00.059] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43988] - Leader is moving node [akka://actorSystem@127.0.0.1:44810] to [Up] [INFO] [12/11/2020 09:40:00.132] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$G/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:43988)))> [INFO] [12/11/2020 09:40:03.201] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:38108] with UID [4700901888458600783] [INFO] [12/11/2020 09:40:03.202] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38108] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:03.203] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38108] - Registered cluster JMX MBean [akka:type=Cluster,port=38108] [INFO] [12/11/2020 09:40:03.203] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38108] - Started up successfully [INFO] [12/11/2020 09:40:03.204] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38108] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:03.204] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38108] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:03.222] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:43507] with UID [3164653295803721610] [INFO] [12/11/2020 09:40:03.222] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43507] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:03.224] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43507] - Registered cluster JMX MBean [akka:type=Cluster,port=43507] [INFO] [12/11/2020 09:40:03.224] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43507] - Started up successfully [INFO] [12/11/2020 09:40:03.226] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43507] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:03.226] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43507] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:03.233] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38108] - Node [akka://actorSystem@127.0.0.1:38108] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:03.233] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38108] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:40:03.233] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38108] - Leader is moving node [akka://actorSystem@127.0.0.1:38108] to [Up] [INFO] [12/11/2020 09:40:03.235] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$I/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:38108)))> [INFO] [12/11/2020 09:40:03.236] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$J/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:40:03.246] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38108] - Node [akka://actorSystem@127.0.0.1:43507] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:03.247] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43507] - Welcome from [akka://actorSystem@127.0.0.1:38108] [INFO] [akkaMemberChanged][12/11/2020 09:40:04.215] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38108] - Leader is moving node [akka://actorSystem@127.0.0.1:43507] to [Up] [INFO] [12/11/2020 09:40:04.281] [main] [akka.actor.ActorSystemImpl(actorSystem)] Future failed: java.util.concurrent.CompletionException: org.eclipse.ditto.model.base.acks.AcknowledgementLabelNotUniqueException [message='One or more declared acknowledgement labels are taken by other subscribers.', errorCode=acknowledgement:label.not.unique, statusCode=CONFLICT, description='Please ensure all other subscribers with the declared acknowledgement labels are offline.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]] [INFO] [12/11/2020 09:40:06.310] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:40441] with UID [-956120573554058876] [INFO] [12/11/2020 09:40:06.310] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40441] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:06.312] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40441] - Registered cluster JMX MBean [akka:type=Cluster,port=40441] [INFO] [12/11/2020 09:40:06.312] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40441] - Started up successfully [INFO] [12/11/2020 09:40:06.313] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40441] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:06.313] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40441] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:06.330] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:41811] with UID [2739030366573860575] [INFO] [12/11/2020 09:40:06.331] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41811] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:06.333] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41811] - Registered cluster JMX MBean [akka:type=Cluster,port=41811] [INFO] [12/11/2020 09:40:06.333] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41811] - Started up successfully [INFO] [12/11/2020 09:40:06.334] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41811] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:06.334] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41811] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:06.341] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40441] - Node [akka://actorSystem@127.0.0.1:40441] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:06.341] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40441] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:40:06.342] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40441] - Leader is moving node [akka://actorSystem@127.0.0.1:40441] to [Up] [INFO] [12/11/2020 09:40:06.344] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$K/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:40441)))> [INFO] [12/11/2020 09:40:06.346] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$L/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:40:06.355] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40441] - Node [akka://actorSystem@127.0.0.1:41811] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:06.357] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41811] - Welcome from [akka://actorSystem@127.0.0.1:40441] [INFO] [akkaMemberChanged][12/11/2020 09:40:07.332] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40441] - Leader is moving node [akka://actorSystem@127.0.0.1:41811] to [Up] [INFO] [12/11/2020 09:40:09.405] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:40207] with UID [1088703742413698460] [INFO] [12/11/2020 09:40:09.406] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40207] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:09.407] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40207] - Registered cluster JMX MBean [akka:type=Cluster,port=40207] [INFO] [12/11/2020 09:40:09.407] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40207] - Started up successfully [INFO] [12/11/2020 09:40:09.408] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40207] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:09.408] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40207] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:09.428] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36233] with UID [1253158244787697025] [INFO] [12/11/2020 09:40:09.428] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36233] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:09.430] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36233] - Registered cluster JMX MBean [akka:type=Cluster,port=36233] [INFO] [12/11/2020 09:40:09.430] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36233] - Started up successfully [INFO] [12/11/2020 09:40:09.431] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36233] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:09.431] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36233] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:09.438] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40207] - Node [akka://actorSystem@127.0.0.1:40207] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:09.438] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40207] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:40:09.438] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40207] - Leader is moving node [akka://actorSystem@127.0.0.1:40207] to [Up] [INFO] [12/11/2020 09:40:09.440] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$M/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:40207)))> [INFO] [12/11/2020 09:40:09.442] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$N/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:40:09.458] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40207] - Node [akka://actorSystem@127.0.0.1:36233] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:09.508] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36233] - Welcome from [akka://actorSystem@127.0.0.1:40207] [INFO] [akkaMemberChanged][12/11/2020 09:40:10.420] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40207] - Leader is moving node [akka://actorSystem@127.0.0.1:36233] to [Up] [INFO] [12/11/2020 09:40:14.524] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:40579] with UID [-5487537984521250347] [INFO] [12/11/2020 09:40:14.524] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40579] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:14.526] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40579] - Registered cluster JMX MBean [akka:type=Cluster,port=40579] [INFO] [12/11/2020 09:40:14.526] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40579] - Started up successfully [INFO] [12/11/2020 09:40:14.527] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40579] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:14.527] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40579] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:14.544] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:35253] with UID [9095005155893834464] [INFO] [12/11/2020 09:40:14.544] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35253] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:14.546] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35253] - Registered cluster JMX MBean [akka:type=Cluster,port=35253] [INFO] [12/11/2020 09:40:14.546] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35253] - Started up successfully [INFO] [12/11/2020 09:40:14.547] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35253] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:14.547] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35253] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:14.554] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40579] - Node [akka://actorSystem@127.0.0.1:40579] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:14.554] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40579] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:40:14.554] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40579] - Leader is moving node [akka://actorSystem@127.0.0.1:40579] to [Up] [INFO] [12/11/2020 09:40:14.556] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$O/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:40579)))> [INFO] [12/11/2020 09:40:14.559] [actorSystem-akka.actor.default-dispatcher-19] [akka://actorSystem/user/$$P/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:40:14.612] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40579] - Node [akka://actorSystem@127.0.0.1:35253] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:14.613] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35253] - Welcome from [akka://actorSystem@127.0.0.1:40579] [INFO] [akkaMemberChanged][12/11/2020 09:40:15.546] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40579] - Leader is moving node [akka://actorSystem@127.0.0.1:35253] to [Up] [INFO] [12/11/2020 09:40:17.618] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36850] with UID [2759547184914599251] [INFO] [12/11/2020 09:40:17.619] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:17.620] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - Registered cluster JMX MBean [akka:type=Cluster,port=36850] [INFO] [12/11/2020 09:40:17.620] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - Started up successfully [INFO] [12/11/2020 09:40:17.622] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:17.622] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:17.639] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:34852] with UID [6331384030312289985] [INFO] [12/11/2020 09:40:17.639] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34852] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:17.641] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34852] - Registered cluster JMX MBean [akka:type=Cluster,port=34852] [INFO] [12/11/2020 09:40:17.641] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34852] - Started up successfully [INFO] [12/11/2020 09:40:17.641] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34852] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:17.642] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34852] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:17.649] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - Node [akka://actorSystem@127.0.0.1:36850] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:17.649] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:40:17.649] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - Leader is moving node [akka://actorSystem@127.0.0.1:36850] to [Up] [INFO] [12/11/2020 09:40:17.652] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$Q/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:36850)))> [INFO] [12/11/2020 09:40:17.652] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$R/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:40:17.708] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - Node [akka://actorSystem@127.0.0.1:34852] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:17.709] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34852] - Welcome from [akka://actorSystem@127.0.0.1:36850] [INFO] [akkaMemberChanged][12/11/2020 09:40:18.632] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - Leader is moving node [akka://actorSystem@127.0.0.1:34852] to [Up] [INFO] [12/11/2020 09:40:18.699] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$Q/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:34852)))> [INFO] [12/11/2020 09:40:19.653] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36850] - is no longer leader [INFO] [12/11/2020 09:40:19.673] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34852] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 09:40:21.735] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:46575] with UID [5554867978016629171] [INFO] [12/11/2020 09:40:21.736] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:21.737] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - Registered cluster JMX MBean [akka:type=Cluster,port=46575] [INFO] [12/11/2020 09:40:21.737] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - Started up successfully [INFO] [12/11/2020 09:40:21.738] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:21.738] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:21.755] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44190] with UID [7293780464613504419] [INFO] [12/11/2020 09:40:21.755] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44190] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:21.756] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44190] - Registered cluster JMX MBean [akka:type=Cluster,port=44190] [INFO] [12/11/2020 09:40:21.756] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44190] - Started up successfully [INFO] [12/11/2020 09:40:21.758] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44190] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:21.758] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44190] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:21.764] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - Node [akka://actorSystem@127.0.0.1:46575] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:21.808] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:40:21.808] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - Leader is moving node [akka://actorSystem@127.0.0.1:46575] to [Up] [INFO] [12/11/2020 09:40:21.810] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$T/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [12/11/2020 09:40:21.811] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$S/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:46575)))> [INFO] [akkaMemberChanged][12/11/2020 09:40:21.820] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - Node [akka://actorSystem@127.0.0.1:44190] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:21.821] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44190] - Welcome from [akka://actorSystem@127.0.0.1:46575] [INFO] [akkaMemberChanged][12/11/2020 09:40:22.750] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - Leader is moving node [akka://actorSystem@127.0.0.1:44190] to [Up] [INFO] [12/11/2020 09:40:22.836] [actorSystem-akka.actor.default-dispatcher-22] [akka://actorSystem/user/$$S/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:44190)))> [INFO] [12/11/2020 09:40:23.769] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46575] - is no longer leader [INFO] [12/11/2020 09:40:23.789] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44190] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 09:40:28.910] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:43404] with UID [1803134281393938151] [INFO] [12/11/2020 09:40:28.911] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:28.912] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - Registered cluster JMX MBean [akka:type=Cluster,port=43404] [INFO] [12/11/2020 09:40:28.912] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - Started up successfully [INFO] [12/11/2020 09:40:28.913] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:28.913] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:28.933] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:41861] with UID [-5649472245795566883] [INFO] [12/11/2020 09:40:28.933] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41861] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:28.935] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41861] - Registered cluster JMX MBean [akka:type=Cluster,port=41861] [INFO] [12/11/2020 09:40:28.935] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41861] - Started up successfully [INFO] [12/11/2020 09:40:28.936] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41861] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:28.936] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41861] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:28.945] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - Node [akka://actorSystem@127.0.0.1:43404] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:28.945] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:40:28.945] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - Leader is moving node [akka://actorSystem@127.0.0.1:43404] to [Up] [INFO] [12/11/2020 09:40:28.947] [actorSystem-akka.actor.default-dispatcher-13] [akka://actorSystem/user/$$U/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:43404)))> [INFO] [12/11/2020 09:40:28.950] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$V/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:40:28.958] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - Node [akka://actorSystem@127.0.0.1:41861] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:28.959] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41861] - Welcome from [akka://actorSystem@127.0.0.1:43404] [INFO] [akkaMemberChanged][12/11/2020 09:40:29.924] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - Leader is moving node [akka://actorSystem@127.0.0.1:41861] to [Up] [INFO] [12/11/2020 09:40:29.981] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$U/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:41861)))> [INFO] [12/11/2020 09:40:30.945] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43404] - is no longer leader [INFO] [12/11/2020 09:40:30.966] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41861] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 09:40:33.027] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:43499] with UID [8383620549117767699] [INFO] [12/11/2020 09:40:33.027] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:33.028] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - Registered cluster JMX MBean [akka:type=Cluster,port=43499] [INFO] [12/11/2020 09:40:33.028] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - Started up successfully [INFO] [12/11/2020 09:40:33.033] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:33.033] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:33.048] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:34283] with UID [-7542214976959036236] [INFO] [12/11/2020 09:40:33.048] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34283] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:33.049] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34283] - Registered cluster JMX MBean [akka:type=Cluster,port=34283] [INFO] [12/11/2020 09:40:33.049] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34283] - Started up successfully [INFO] [12/11/2020 09:40:33.050] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34283] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:33.050] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34283] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:33.057] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - Node [akka://actorSystem@127.0.0.1:43499] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:33.057] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:40:33.057] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - Leader is moving node [akka://actorSystem@127.0.0.1:43499] to [Up] [INFO] [12/11/2020 09:40:33.059] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$X/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [12/11/2020 09:40:33.060] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$W/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:43499)))> [INFO] [akkaMemberChanged][12/11/2020 09:40:33.110] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - Node [akka://actorSystem@127.0.0.1:34283] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:33.111] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34283] - Welcome from [akka://actorSystem@127.0.0.1:43499] [INFO] [akkaMemberChanged][12/11/2020 09:40:34.041] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - Leader is moving node [akka://actorSystem@127.0.0.1:34283] to [Up] [INFO] [12/11/2020 09:40:35.061] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43499] - is no longer leader [INFO] [12/11/2020 09:40:35.081] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34283] - is the new leader among reachable nodes (more leaders may exist) [WARN] [12/11/2020 09:40:35.204] [actorSystem-akka.actor.default-dispatcher-23] [akka://actorSystem/user/$$W/dc-default-sub-supervisor] Killing children on request. DO NOT do this in production! [ERROR] [12/11/2020 09:40:35.204] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$W/dc-default-sub-supervisor] Child actor terminated. Removing subscriber from DData: [INFO] [12/11/2020 09:40:41.221] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37015] with UID [3274159143753454435] [INFO] [12/11/2020 09:40:41.221] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:41.223] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - Registered cluster JMX MBean [akka:type=Cluster,port=37015] [INFO] [12/11/2020 09:40:41.223] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - Started up successfully [INFO] [12/11/2020 09:40:41.224] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:41.224] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:41.239] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:35857] with UID [6920186935167630626] [INFO] [12/11/2020 09:40:41.240] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35857] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:41.241] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35857] - Registered cluster JMX MBean [akka:type=Cluster,port=35857] [INFO] [12/11/2020 09:40:41.241] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35857] - Started up successfully [INFO] [12/11/2020 09:40:41.248] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35857] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:41.248] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35857] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:41.255] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - Node [akka://actorSystem@127.0.0.1:37015] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:41.255] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:40:41.255] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - Leader is moving node [akka://actorSystem@127.0.0.1:37015] to [Up] [INFO] [12/11/2020 09:40:41.257] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$Z/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [12/11/2020 09:40:41.258] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$Y/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:37015)))> [INFO] [akkaMemberChanged][12/11/2020 09:40:41.309] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - Node [akka://actorSystem@127.0.0.1:35857] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:41.310] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35857] - Welcome from [akka://actorSystem@127.0.0.1:37015] [INFO] [akkaMemberChanged][12/11/2020 09:40:42.236] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - Leader is moving node [akka://actorSystem@127.0.0.1:35857] to [Up] [INFO] [12/11/2020 09:40:42.269] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$Y/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:35857)))> [INFO] [12/11/2020 09:40:43.255] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37015] - is no longer leader [INFO] [12/11/2020 09:40:43.274] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35857] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 09:40:45.334] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:46504] with UID [2094720250372119273] [INFO] [12/11/2020 09:40:45.335] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46504] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:45.336] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46504] - Registered cluster JMX MBean [akka:type=Cluster,port=46504] [INFO] [12/11/2020 09:40:45.336] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46504] - Started up successfully [INFO] [12/11/2020 09:40:45.337] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46504] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:45.337] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46504] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:45.352] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37487] with UID [5893580942635917256] [INFO] [12/11/2020 09:40:45.353] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37487] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:45.354] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37487] - Registered cluster JMX MBean [akka:type=Cluster,port=37487] [INFO] [12/11/2020 09:40:45.354] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37487] - Started up successfully [INFO] [12/11/2020 09:40:45.355] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37487] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:45.355] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37487] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:45.361] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46504] - Node [akka://actorSystem@127.0.0.1:46504] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:45.361] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46504] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 09:40:45.361] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46504] - Leader is moving node [akka://actorSystem@127.0.0.1:46504] to [Up] [INFO] [12/11/2020 09:40:45.363] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$0/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:46504)))> [INFO] [12/11/2020 09:40:45.363] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$1/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:40:45.410] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46504] - Node [akka://actorSystem@127.0.0.1:37487] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:45.411] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37487] - Welcome from [akka://actorSystem@127.0.0.1:46504] [INFO] [akkaMemberChanged][12/11/2020 09:40:46.350] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46504] - Leader is moving node [akka://actorSystem@127.0.0.1:37487] to [Up] [INFO] [12/11/2020 09:40:46.878] [main] [akka.actor.ActorSystemImpl(actorSystem)] Future failed: java.util.concurrent.CompletionException: org.eclipse.ditto.model.base.acks.AcknowledgementLabelNotUniqueException [message='One or more declared acknowledgement labels are taken by other subscribers.', errorCode=acknowledgement:label.not.unique, statusCode=CONFLICT, description='Please ensure all other subscribers with the declared acknowledgement labels are offline.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]] [INFO] [12/11/2020 09:40:48.429] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:41741] with UID [5473388397055096676] [INFO] [12/11/2020 09:40:48.430] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41741] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:48.431] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41741] - Registered cluster JMX MBean [akka:type=Cluster,port=41741] [INFO] [12/11/2020 09:40:48.431] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41741] - Started up successfully [INFO] [12/11/2020 09:40:48.432] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41741] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:48.432] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41741] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:40:48.454] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44068] with UID [-4935588025215281144] [INFO] [12/11/2020 09:40:48.454] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44068] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:40:48.455] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44068] - Registered cluster JMX MBean [akka:type=Cluster,port=44068] [INFO] [12/11/2020 09:40:48.455] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44068] - Started up successfully [INFO] [12/11/2020 09:40:48.457] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44068] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:40:48.457] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44068] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaMemberChanged][12/11/2020 09:40:48.465] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41741] - Node [akka://actorSystem@127.0.0.1:41741] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 09:40:48.465] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41741] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 09:40:48.467] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$3/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 09:40:48.465] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41741] - Leader is moving node [akka://actorSystem@127.0.0.1:41741] to [Up] [INFO] [12/11/2020 09:40:48.467] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$2/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:41741)))> [INFO] [akkaMemberChanged][12/11/2020 09:40:48.517] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41741] - Node [akka://actorSystem@127.0.0.1:44068] is JOINING, roles [dc-default] [INFO] [12/11/2020 09:40:48.518] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44068] - Welcome from [akka://actorSystem@127.0.0.1:41741] [INFO] [akkaMemberChanged][12/11/2020 09:40:49.443] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41741] - Leader is moving node [akka://actorSystem@127.0.0.1:44068] to [Up] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.466 s - in org.eclipse.ditto.services.utils.pubsub.PubSubFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/target/ditto-services-utils-pubsub-0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ ditto-services-utils-pubsub --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-pubsub --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-pubsub --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-pubsub --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Pub-Sub' with 83 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/target/ditto-services-utils-pubsub-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-pubsub/0-SNAPSHOT/ditto-services-utils-pubsub-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/pubsub/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-pubsub/0-SNAPSHOT/ditto-services-utils-pubsub-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-models-things >----------- [INFO] Building Eclipse Ditto :: Services :: Models :: Things 0-SNAPSHOT [69/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-things --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models-things --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models-things --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/things/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models-things --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/models/things/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-models-things --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/things/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models-things --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-things:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/things/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/things/src/main/java/org/eclipse/ditto/services/models/things/commands/sudo/SudoCommand.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/things/src/main/java/org/eclipse/ditto/services/models/things/commands/sudo/SudoCommand.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-things --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/things/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-things --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/things/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/things/src/test/java/org/eclipse/ditto/services/models/things/TestConstants.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/things/src/test/java/org/eclipse/ditto/services/models/things/TestConstants.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-things --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/models/things/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.models.things.commands.sudo.SudoRetrieveThingTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.335 s - in org.eclipse.ditto.services.models.things.commands.sudo.SudoRetrieveThingTest [INFO] Running org.eclipse.ditto.services.models.things.commands.sudo.SudoRetrieveThingResponseTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.ditto.services.models.things.commands.sudo.SudoRetrieveThingResponseTest [INFO] Running org.eclipse.ditto.services.models.things.commands.sudo.SudoRetrieveThingsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.ditto.services.models.things.commands.sudo.SudoRetrieveThingsTest [INFO] Running org.eclipse.ditto.services.models.things.commands.sudo.SudoRetrieveThingsResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.ditto.services.models.things.commands.sudo.SudoRetrieveThingsResponseTest [INFO] Running org.eclipse.ditto.services.models.things.ThingTagTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.ditto.services.models.things.ThingTagTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-things --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/models/things/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-models-things --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/models/things/target/ditto-services-models-things-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-things --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-models-things --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-models-things --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/models/things/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Models :: Things' with 11 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-things --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/things/target/ditto-services-models-things-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-things/0-SNAPSHOT/ditto-services-models-things-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-things/0-SNAPSHOT/ditto-services-models-things-0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-models-policies >---------- [INFO] Building Eclipse Ditto :: Services :: Models :: Policies 0-SNAPSHOT [70/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-policies --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models-policies --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models-policies --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/policies/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models-policies --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/models/policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-models-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/policies/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models-policies --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-policies:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/policies/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/policies/src/main/java/org/eclipse/ditto/services/models/policies/commands/sudo/SudoCommand.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/policies/src/main/java/org/eclipse/ditto/services/models/policies/commands/sudo/SudoCommand.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-policies --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/policies/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-policies --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/policies/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/policies/src/test/java/org/eclipse/ditto/services/models/policies/PoliciesAclMigrationsTest.java: /home/jenkins/agent/workspace/ditto-ci/services/models/policies/src/test/java/org/eclipse/ditto/services/models/policies/PoliciesAclMigrationsTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/policies/src/test/java/org/eclipse/ditto/services/models/policies/PoliciesAclMigrationsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-policies --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/models/policies/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.models.policies.commands.sudo.SudoRetrievePolicyRevisionResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.268 s - in org.eclipse.ditto.services.models.policies.commands.sudo.SudoRetrievePolicyRevisionResponseTest [INFO] Running org.eclipse.ditto.services.models.policies.commands.sudo.SudoRetrievePolicyTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.ditto.services.models.policies.commands.sudo.SudoRetrievePolicyTest [INFO] Running org.eclipse.ditto.services.models.policies.commands.sudo.SudoRetrievePolicyRevisionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ditto.services.models.policies.commands.sudo.SudoRetrievePolicyRevisionTest [INFO] Running org.eclipse.ditto.services.models.policies.commands.sudo.SudoRetrievePolicyResponseTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.ditto.services.models.policies.commands.sudo.SudoRetrievePolicyResponseTest [INFO] Running org.eclipse.ditto.services.models.policies.PoliciesAclMigrationsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.ditto.services.models.policies.PoliciesAclMigrationsTest [INFO] Running org.eclipse.ditto.services.models.policies.PolicyTagTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ditto.services.models.policies.PolicyTagTest [INFO] Running org.eclipse.ditto.services.models.policies.PoliciesValidatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.services.models.policies.PoliciesValidatorTest [INFO] Running org.eclipse.ditto.services.models.policies.PolicyReferenceTagTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.ditto.services.models.policies.PolicyReferenceTagTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-policies --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/models/policies/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-models-policies --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/models/policies/target/ditto-services-models-policies-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-models-policies --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-models-policies --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/models/policies/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Models :: Policies' with 15 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-policies --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/policies/target/ditto-services-models-policies-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-policies/0-SNAPSHOT/ditto-services-models-policies-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-policies/0-SNAPSHOT/ditto-services-models-policies-0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-models-thingsearch >--------- [INFO] Building Eclipse Ditto :: Services :: Models :: Things Search 0-SNAPSHOT [71/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-thingsearch --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models-thingsearch --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models-thingsearch --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models-thingsearch --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-models-thingsearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models-thingsearch --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-thingsearch:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-thingsearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/src/main/java/org/eclipse/ditto/services/models/thingsearch/SearchNamespaceReportResult.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/src/main/java/org/eclipse/ditto/services/models/thingsearch/SearchNamespaceReportResult.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-thingsearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-thingsearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/src/test/java/org/eclipse/ditto/services/models/thingsearch/commands/sudo/SudoRetrieveNamespaceReportTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/src/test/java/org/eclipse/ditto/services/models/thingsearch/commands/sudo/SudoRetrieveNamespaceReportTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-thingsearch --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.models.thingsearch.commands.sudo.UpdateThingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.22 s - in org.eclipse.ditto.services.models.thingsearch.commands.sudo.UpdateThingTest [INFO] Running org.eclipse.ditto.services.models.thingsearch.commands.sudo.SudoRetrieveNamespaceReportTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.ditto.services.models.thingsearch.commands.sudo.SudoRetrieveNamespaceReportTest [INFO] Running org.eclipse.ditto.services.models.thingsearch.commands.sudo.SudoCountThingsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.ditto.services.models.thingsearch.commands.sudo.SudoCountThingsTest [INFO] Running org.eclipse.ditto.services.models.thingsearch.commands.sudo.UpdateThingResponseTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.ditto.services.models.thingsearch.commands.sudo.UpdateThingResponseTest [INFO] Running org.eclipse.ditto.services.models.thingsearch.SearchNamespaceReportResultTest [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.04 s - in org.eclipse.ditto.services.models.thingsearch.SearchNamespaceReportResultTest [INFO] Running org.eclipse.ditto.services.models.thingsearch.query.filter.ParameterOptionVisitorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 s - in org.eclipse.ditto.services.models.thingsearch.query.filter.ParameterOptionVisitorTest [INFO] Running org.eclipse.ditto.services.models.thingsearch.SearchNamespaceResultEntryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.services.models.thingsearch.SearchNamespaceResultEntryTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-thingsearch --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-models-thingsearch --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/target/ditto-services-models-thingsearch-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-models-thingsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-models-thingsearch --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Models :: Things Search' with 12 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-thingsearch --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/target/ditto-services-models-thingsearch-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-thingsearch/0-SNAPSHOT/ditto-services-models-thingsearch-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/thingsearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-thingsearch/0-SNAPSHOT/ditto-services-models-thingsearch-0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-models-connectivity >-------- [INFO] Building Eclipse Ditto :: Services :: Models :: Connectivity 0-SNAPSHOT [72/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models-connectivity --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models-connectivity --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models-connectivity --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-models-connectivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models-connectivity --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-connectivity:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/src/main/java/org/eclipse/ditto/services/models/connectivity/OutboundSignal.java: /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/src/main/java/org/eclipse/ditto/services/models/connectivity/OutboundSignal.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/src/main/java/org/eclipse/ditto/services/models/connectivity/OutboundSignal.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-connectivity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-connectivity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-connectivity --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.models.connectivity.MappableOutboundSignalTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 s - in org.eclipse.ditto.services.models.connectivity.MappableOutboundSignalTest [INFO] Running org.eclipse.ditto.services.models.connectivity.UnmodifiableExternalMessageTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s - in org.eclipse.ditto.services.models.connectivity.UnmodifiableExternalMessageTest [INFO] Running org.eclipse.ditto.services.models.connectivity.BaseClientStateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.ditto.services.models.connectivity.BaseClientStateTest [INFO] Running org.eclipse.ditto.services.models.connectivity.UnmodifiableExternalMessageBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 s - in org.eclipse.ditto.services.models.connectivity.UnmodifiableExternalMessageBuilderTest [INFO] Running org.eclipse.ditto.services.models.connectivity.ConnectionTagTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.ditto.services.models.connectivity.ConnectionTagTest [INFO] Running org.eclipse.ditto.services.models.connectivity.MappedInboundExternalMessageTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ditto.services.models.connectivity.MappedInboundExternalMessageTest [INFO] Running org.eclipse.ditto.services.models.connectivity.InboundSignalTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.869 s - in org.eclipse.ditto.services.models.connectivity.InboundSignalTest [INFO] Running org.eclipse.ditto.services.models.connectivity.ImmutableEnforcementFilterTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.ditto.services.models.connectivity.ImmutableEnforcementFilterTest [INFO] Running org.eclipse.ditto.services.models.connectivity.MappedOutboundSignalTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.ditto.services.models.connectivity.MappedOutboundSignalTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-models-connectivity --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/ditto-services-models-connectivity-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-services-models-connectivity --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/ditto-services-models-connectivity-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-models-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-models-connectivity --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Models :: Connectivity' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-connectivity --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/ditto-services-models-connectivity-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-connectivity/0-SNAPSHOT/ditto-services-models-connectivity-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-connectivity/0-SNAPSHOT/ditto-services-models-connectivity-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/connectivity/target/ditto-services-models-connectivity-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-connectivity/0-SNAPSHOT/ditto-services-models-connectivity-0-SNAPSHOT-tests.jar [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-models-concierge >---------- [INFO] Building Eclipse Ditto :: Services :: Models :: Concierge 0-SNAPSHOT [73/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-concierge --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models-concierge --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models-concierge --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/concierge/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models-concierge --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/models/concierge/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-models-concierge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models-concierge --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-concierge:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-concierge --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/concierge/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-concierge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/concierge/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-concierge --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-concierge --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-concierge --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/models/concierge/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-models-concierge --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/models/concierge/target/ditto-services-models-concierge-0-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ ditto-services-models-concierge --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-concierge --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-models-concierge --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-models-concierge --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-concierge --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/concierge/target/ditto-services-models-concierge-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-concierge/0-SNAPSHOT/ditto-services-models-concierge-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/concierge/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-concierge/0-SNAPSHOT/ditto-services-models-concierge-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-concierge-actors >---------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Actors 0-SNAPSHOT [74/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge-actors --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-concierge-actors --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-concierge-actors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-concierge-actors --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-concierge-actors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-concierge-actors --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-concierge-actors:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-concierge-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/src/main/java/org/eclipse/ditto/services/concierge/actors/cleanup/credits/DecisionByMetricStage.java: /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/src/main/java/org/eclipse/ditto/services/concierge/actors/cleanup/credits/DecisionByMetricStage.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/src/main/java/org/eclipse/ditto/services/concierge/actors/cleanup/credits/DecisionByMetricStage.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/src/main/java/org/eclipse/ditto/services/concierge/actors/cleanup/EventSnapshotCleanupCoordinator.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/src/main/java/org/eclipse/ditto/services/concierge/actors/cleanup/EventSnapshotCleanupCoordinator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-concierge-actors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-concierge-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-concierge-actors --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.concierge.actors.cleanup.credits.MessageAggregatorTest [WARN] [12/11/2020 09:41:10.809] [default-akka.actor.default-dispatcher-6] [akka://default/user/$a] MessageAggregator: not handled: [WARN] [12/11/2020 09:41:10.809] [default-akka.actor.default-dispatcher-6] [akka://default/user/$a] MessageAggregator: not handled: [WARN] [12/11/2020 09:41:10.810] [default-akka.actor.default-dispatcher-6] [akka://default/user/$a] MessageAggregator: not handled: [ERROR] [12/11/2020 09:41:10.870] [default-akka.actor.default-dispatcher-5] [akka://default/user/$a] MessageAggregator: Timeout. Received 2/3 sender= messages=<[0, 1]> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.013 s - in org.eclipse.ditto.services.concierge.actors.cleanup.credits.MessageAggregatorTest [INFO] Running org.eclipse.ditto.services.concierge.actors.cleanup.messages.CreditDecisionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.eclipse.ditto.services.concierge.actors.cleanup.messages.CreditDecisionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge-actors --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-concierge-actors --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/target/ditto-services-concierge-actors-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-concierge-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-concierge-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-concierge-actors --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Concierge :: Actors' with 11 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge-actors --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/target/ditto-services-concierge-actors-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-actors/0-SNAPSHOT/ditto-services-concierge-actors-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/actors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-actors/0-SNAPSHOT/ditto-services-concierge-actors-0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-utils-cache-loaders >-------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Cache Loaders 0-SNAPSHOT [75/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-cache-loaders --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-cache-loaders --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-cache-loaders --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-cache-loaders --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-cache-loaders --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-cache-loaders --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-cache-loaders:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-cache-loaders --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/src/main/java/org/eclipse/ditto/services/utils/cacheloaders/ThingEnforcementIdCacheLoader.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/src/main/java/org/eclipse/ditto/services/utils/cacheloaders/ThingEnforcementIdCacheLoader.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-cache-loaders --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-cache-loaders --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-cache-loaders --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.cacheloaders.EntityRegionMapTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.409 s - in org.eclipse.ditto.services.utils.cacheloaders.EntityRegionMapTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-cache-loaders --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-cache-loaders --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/target/ditto-services-utils-cache-loaders-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-cache-loaders --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-cache-loaders --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-cache-loaders --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Cache Loaders' with 9 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-cache-loaders --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/target/ditto-services-utils-cache-loaders-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-cache-loaders/0-SNAPSHOT/ditto-services-utils-cache-loaders-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/cache-loaders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-cache-loaders/0-SNAPSHOT/ditto-services-utils-cache-loaders-0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.ditto:ditto-services-concierge-enforcement >------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Enforcement 0-SNAPSHOT [76/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge-enforcement --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-concierge-enforcement --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-concierge-enforcement --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-concierge-enforcement --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-concierge-enforcement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-concierge-enforcement --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-concierge-enforcement:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-concierge-enforcement --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/src/main/java/org/eclipse/ditto/services/concierge/enforcement/ThingCommandEnforcement.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/src/main/java/org/eclipse/ditto/services/concierge/enforcement/ThingCommandEnforcement.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/src/main/java/org/eclipse/ditto/services/concierge/enforcement/AbstractEnforcement.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/src/main/java/org/eclipse/ditto/services/concierge/enforcement/AbstractEnforcement.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-concierge-enforcement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-concierge-enforcement --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/src/test/java/org/eclipse/ditto/services/concierge/enforcement/ThingCommandEnforcementTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/src/test/java/org/eclipse/ditto/services/concierge/enforcement/ThingCommandEnforcementTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/src/test/java/org/eclipse/ditto/services/concierge/enforcement/EnforcementSchedulerTest.java: /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/src/test/java/org/eclipse/ditto/services/concierge/enforcement/EnforcementSchedulerTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/src/test/java/org/eclipse/ditto/services/concierge/enforcement/EnforcementSchedulerTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-concierge-enforcement --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.SubjectIdReplacementDefinitionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.SubjectIdReplacementDefinitionTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.SubstitutionStrategyRegistryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.SubstitutionStrategyRegistryTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.CreateThingSubstitutionStrategyTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.CreateThingSubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyAclEntrySubstitutionStrategyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyAclEntrySubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyAclSubstitutionStrategyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyAclSubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyPolicyEntrySubstitutionStrategyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyPolicyEntrySubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifySubjectSubstitutionStrategyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifySubjectSubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyThingSubstitutionStrategyTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyThingSubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.CreatePolicySubstitutionStrategyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.CreatePolicySubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyPolicyEntriesSubstitutionStrategyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyPolicyEntriesSubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyPolicySubstitutionStrategyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyPolicySubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifySubjectsSubstitutionStrategyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifySubjectsSubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.references.PolicyIdReferencePlaceholderResolverTest 09:41:19.841 [ERROR] o.e.d.s.c.e.p.r.PolicyIdReferencePlaceholderResolver - Did not retrieve expected RetrieveThingResponse when resolving policy ID placeholder reference : someThingUnexpected 09:41:20.073 [INFO ] o.e.d.s.c.e.p.r.PolicyIdReferencePlaceholderResolver - Got ThingErrorResponse when waiting on RetrieveThingResponse when resolving policy ID placeholder reference : ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{response-required=false}], responseType=things.responses:errorResponse, statusCode=NOT_FOUND, thingId=unknown:unknown, dittoRuntimeException=org.eclipse.ditto.signals.commands.things.exceptions.ThingNotAccessibleException [message='The Thing with ID 'namespace:myThing' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, statusCode=NOT_FOUND, description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.286 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.references.PolicyIdReferencePlaceholderResolverTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.references.ReferencePlaceholderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.references.ReferencePlaceholderTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.HeaderBasedPlaceholderSubstitutionAlgorithmTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.HeaderBasedPlaceholderSubstitutionAlgorithmTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.PlaceholderSubstitutionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.PlaceholderSubstitutionTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.EnforcementSchedulerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.037 s - in org.eclipse.ditto.services.concierge.enforcement.EnforcementSchedulerTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.ThingCommandEnforcementTest 09:41:26.224 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:26.244 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyIdInvalidException: Policy ID 'invalid-policy-id' is not valid! 09:41:26.370 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:26.408 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:26.409 [INFO ] o.e.d.s.c.e.ThingCommandEnforcement - Enforcer was not existing for Thing , responding with: org.eclipse.ditto.signals.commands.things.exceptions.ThingNotModifiableException [message='The Thing with ID 'thing:id' could not be accessed as its Policy with ID 'not:accessible' is not or no longer existing.', errorCode=things:thing.notmodifiable, statusCode=FORBIDDEN, description='Recreate/create the Policy with ID 'not:accessible' in order to get access to the Thing again.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, version=2, correlation-id=rejectUpdateByPolicyNotAccessibleException}]] 09:41:26.410 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotModifiableException: The Thing with ID 'thing:id' could not be accessed as its Policy with ID 'not:accessible' is not or no longer existing. 09:41:26.516 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:26.517 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:26.532 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotAccessibleException: The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. 09:41:26.544 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - FeatureNotModifiableException: The Feature with ID 'x' on the Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions to modify it (WRITE is required). 09:41:26.775 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:26.776 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:26.782 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:26.812 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:26.938 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:26.939 [INFO ] o.e.d.s.c.e.ThingCommandEnforcement - Enforcer was not existing for Thing and no auth info was inlined, responding with: ThingNotAccessibleException - The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. 09:41:26.939 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotAccessibleException: The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. 09:41:27.034 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.038 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotModifiableException: The Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions (WRITE is required). 09:41:27.114 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.116 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.208 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.218 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.219 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.309 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.309 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.311 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.314 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.385 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.409 [INFO ] o.e.d.s.c.e.EnforcerActor - error before creating thing with initial policy - ThingNotModifiableException: The Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions (WRITE is required). 09:41:27.410 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotModifiableException: The Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions (WRITE is required). 09:41:27.475 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.479 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.479 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.566 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.566 [INFO ] o.e.d.s.c.e.ThingCommandEnforcement - Enforcer was not existing for Thing and no auth info was inlined, responding with: ThingNotAccessibleException - The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. 09:41:27.567 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotAccessibleException: The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. 09:41:27.648 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.649 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.651 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.654 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.717 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.720 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.721 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.812 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.814 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotModifiableException: The Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions (WRITE is required). 09:41:27.878 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.879 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.880 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotAccessibleException: The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. 09:41:27.882 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - FeatureNotModifiableException: The Feature with ID 'x' on the Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions to modify it (WRITE is required). 09:41:27.958 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.959 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:27.959 [INFO ] o.e.d.s.c.e.ThingCommandEnforcement - Enforcer was not existing for Thing , responding with: org.eclipse.ditto.signals.commands.things.exceptions.ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be accessed as its Policy with ID 'not:accessible' is not or no longer existing.', errorCode=things:thing.notfound, statusCode=NOT_FOUND, description='Recreate/create the Policy with ID 'not:accessible' in order to get access to the Thing again.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, version=2, correlation-id=rejectQueryByPolicyNotAccessibleException}]] 09:41:27.959 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotAccessibleException: The Thing with ID 'thing:id' could not be accessed as its Policy with ID 'not:accessible' is not or no longer existing. 09:41:28.014 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:28.019 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:28.019 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:28.021 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:28.023 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:28.023 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:28.358 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:28.360 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyInvalidException: The Policy specified for the Thing with ID 'thing:id' is invalid. [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.711 s - in org.eclipse.ditto.services.concierge.enforcement.ThingCommandEnforcementTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.PolicyCommandEnforcementTest 09:41:28.632 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyNotAccessibleException: The Policy with ID 'my.namespace:policyId' could not be found or requester had insufficient permissions to access it. 09:41:28.856 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyNotAccessibleException: The Policy with ID 'my.namespace:policyId' could not be found or requester had insufficient permissions to access it. 09:41:29.013 [INFO ] o.e.d.s.c.e.EnforcerActor - before building JsonView - PolicyPreconditionNotModifiedException: The comparison of precondition header 'if-none-match' for the requested Policy resource evaluated to false. Expected: '"rev:1"' not to match actual: '"rev:1"'. 09:41:29.013 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyPreconditionNotModifiedException: The comparison of precondition header 'if-none-match' for the requested Policy resource evaluated to false. Expected: '"rev:1"' not to match actual: '"rev:1"'. 09:41:29.158 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyNotAccessibleException: The Policy with ID 'my.namespace:policyId' could not be found or requester had insufficient permissions to access it. 09:41:29.236 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyNotAccessibleException: The Policy with ID 'my.namespace:policyId' could not be found or requester had insufficient permissions to access it. 09:41:29.312 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyNotAccessibleException: The Policy with ID 'my.namespace:policyId' could not be found or requester had insufficient permissions to access it. 09:41:29.384 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyNotModifiableException: The Policy with ID 'my.namespace:policyId' could not be modified as the requester had insufficient permissions. 09:41:29.533 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyNotAccessibleException: The Policy with ID 'my.namespace:policyId' could not be found or requester had insufficient permissions to access it. 09:41:29.678 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyNotModifiableException: The Policy with ID 'my.namespace:policyId' could not be modified as the requester had insufficient permissions. 09:41:29.982 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyNotAccessibleException: The Policy with ID 'my.namespace:policyId' could not be found or requester had insufficient permissions to access it. [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.682 s - in org.eclipse.ditto.services.concierge.enforcement.PolicyCommandEnforcementTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.PreEnforcementTest 09:41:30.158 [ERROR] o.e.d.s.c.e.PreEnforcer - Unexpected non-DittoRuntimeException error - responding with GatewayInternalErrorException: CompletionException - java.lang.IllegalStateException: wanted exception - {} java.lang.IllegalStateException: wanted exception at org.eclipse.ditto.services.concierge.enforcement.PreEnforcementTest$3.(PreEnforcementTest.java:148) at org.eclipse.ditto.services.concierge.enforcement.PreEnforcementTest.rejectWhenPreEnforcementReturnsUnexpectedException(PreEnforcementTest.java:145) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: wanted exception at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702) at java.base/java.lang.Thread.run(Thread.java:834) 09:41:30.160 [ERROR] o.e.d.s.c.e.PreEnforcer - Unexpected non-DittoRuntimeException error - responding with GatewayInternalErrorException: CompletionException - java.lang.IllegalStateException: wanted exception - {} java.lang.IllegalStateException: wanted exception at org.eclipse.ditto.services.concierge.enforcement.PreEnforcementTest$3.(PreEnforcementTest.java:148) at org.eclipse.ditto.services.concierge.enforcement.PreEnforcementTest.rejectWhenPreEnforcementReturnsUnexpectedException(PreEnforcementTest.java:145) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: wanted exception at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702) at java.base/java.lang.Thread.run(Thread.java:834) 09:41:30.234 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.235 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.236 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.238 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.eclipse.ditto.services.concierge.enforcement.PreEnforcementTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.validators.CommandWithOptionalEntityValidatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.services.concierge.enforcement.validators.CommandWithOptionalEntityValidatorTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.EnforcerRetrieverTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.ditto.services.concierge.enforcement.EnforcerRetrieverTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.MultiStageCommandTest 09:41:30.407 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.409 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.411 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.463 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.465 [INFO ] o.e.d.s.c.e.ThingCommandEnforcement - Failed to create Policy with ID because it already exists. The CreateThing command which would have created a Policy for the Thing with ID is therefore not handled. 09:41:30.465 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.465 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotCreatableException: The Thing with ID 'thing:8ef2ce52-f270-47eb-89f4-339702268212' could not be created because creation of its implicit Policy ID 'thing:8ef2ce52-f270-47eb-89f4-339702268212' failed. 09:41:30.518 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.518 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.521 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.577 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.579 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.579 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.641 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.642 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.644 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.644 [ERROR] o.e.d.s.c.e.ThingCommandEnforcement - Timeout before building JsonView akka.pattern.AskTimeoutException: thing timeout 09:41:30.644 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingUnavailableException: The Thing with ID 'thing:5ecfb593-09e3-4177-b5f8-63e03953c672' is not available, please try again later. 09:41:30.646 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.647 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.647 [INFO ] o.e.d.s.c.e.ThingCommandEnforcement - No authorized response when retrieving inlined policy for thing : {} akka.pattern.AskTimeoutException: policy timeout 09:41:30.694 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.694 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.696 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.696 [INFO ] o.e.d.s.c.e.EnforcerActor - before building JsonView - ThingNotAccessibleException: The Thing with ID 'thing:36787e49-e90b-4116-85cd-4dd5681b00bc' could not be found or requester had insufficient permissions to access it. 09:41:30.696 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotAccessibleException: The Thing with ID 'thing:36787e49-e90b-4116-85cd-4dd5681b00bc' could not be found or requester had insufficient permissions to access it. 09:41:30.698 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.760 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.761 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.762 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.763 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.815 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.816 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.817 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.874 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.877 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.878 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.937 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.939 [INFO ] o.e.d.s.c.e.EnforcerActor - error before creating thing with initial policy - ThingNotModifiableException: The Thing with ID 'thing:d3c29346-975f-4ff6-9832-0d2c08c8bc82' could not be modified as the requester had insufficient permissions (WRITE is required). 09:41:30.940 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotModifiableException: The Thing with ID 'thing:d3c29346-975f-4ff6-9832-0d2c08c8bc82' could not be modified as the requester had insufficient permissions (WRITE is required). [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s - in org.eclipse.ditto.services.concierge.enforcement.MultiStageCommandTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.LiveSignalEnforcementTest 09:41:30.996 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:30.997 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.000 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was authorized: 09:41:31.059 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.060 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.062 [INFO ] o.e.d.s.c.e.EnforcerActor - The command was not forwarded due to insufficient rights MessageSendNotAllowedException: You are not allowed to send messages for the Thing with id 'thing:id'! - AuthorizationContext: ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject, subject]] 09:41:31.062 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - MessageSendNotAllowedException: You are not allowed to send messages for the Thing with id 'thing:id'! 09:41:31.120 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.121 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.122 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotAccessibleException: The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. 09:41:31.124 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - FeatureNotModifiableException: The Feature with ID 'x' on the Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions to modify it (WRITE is required). 09:41:31.169 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.170 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.225 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.225 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.226 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Command was authorized: 09:41:31.228 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Command was authorized: 09:41:31.280 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.280 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.340 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.341 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.390 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.390 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.391 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotAccessibleException: The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. 09:41:31.392 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - FeatureNotModifiableException: The Feature with ID 'x' on the Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions to modify it (WRITE is required). 09:41:31.443 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.444 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.444 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was NOT authorized: 09:41:31.445 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - EventSendNotAllowedException: You are not allowed to send events for the Thing with id 'thing:id'! 09:41:31.501 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.502 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.503 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was NOT authorized: 09:41:31.503 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - EventSendNotAllowedException: You are not allowed to send events for the Thing with id 'thing:id'! 09:41:31.559 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.559 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.560 [INFO ] o.e.d.s.c.e.EnforcerActor - The command was not forwarded due to insufficient rights MessageSendNotAllowedException: You are not allowed to send messages for the Thing with id 'thing:id'! - AuthorizationContext: ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject, subject]] 09:41:31.560 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - MessageSendNotAllowedException: You are not allowed to send messages for the Thing with id 'thing:id'! 09:41:31.616 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.617 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.617 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was authorized: 09:41:31.678 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.678 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 09:41:31.680 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Command was authorized: 09:41:31.682 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Command was authorized: [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 s - in org.eclipse.ditto.services.concierge.enforcement.LiveSignalEnforcementTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 144, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge-enforcement --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-concierge-enforcement --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/target/ditto-services-concierge-enforcement-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-concierge-enforcement --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-concierge-enforcement --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-concierge-enforcement --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Concierge :: Enforcement' with 40 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge-enforcement --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/target/ditto-services-concierge-enforcement-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-enforcement/0-SNAPSHOT/ditto-services-concierge-enforcement-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/enforcement/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-enforcement/0-SNAPSHOT/ditto-services-concierge-enforcement-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-utils-namespaces >---------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Namespaces 0-SNAPSHOT [77/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-namespaces --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-namespaces --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-namespaces --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-namespaces --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-namespaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-namespaces --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-namespaces:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-namespaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-namespaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-namespaces --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-namespaces --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.namespaces.BlockedNamespacesTest [INFO] [12/11/2020 09:41:34.861] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.130.10.72:42911] with UID [-2415188926817038534] [INFO] [12/11/2020 09:41:34.911] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:42911] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:41:35.063] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:42911] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 09:41:35.063] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:42911] - Started up successfully [INFO] [12/11/2020 09:41:35.126] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:42911] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:41:35.126] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:42911] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:41:35.547] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:42911] - Exiting completed [INFO] [12/11/2020 09:41:35.548] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:42911] - Shutting down... [INFO] [akkaDeadLetter][12/11/2020 09:41:35.547] [BlockedNamespacesTest-akka.actor.default-dispatcher-4] [akka://BlockedNamespacesTest/system/cluster/core/daemon] Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://BlockedNamespacesTest/system/cluster/core/daemon#-1854917996] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [12/11/2020 09:41:35.549] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:42911] - Successfully shut down [INFO] [12/11/2020 09:41:35.562] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-5] [akka://BlockedNamespacesTest@10.130.10.72:42911/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:41:35.564] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-5] [akka://BlockedNamespacesTest@10.130.10.72:42911/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 09:41:35.615] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-5] [akka://BlockedNamespacesTest@10.130.10.72:42911/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 09:41:35.650] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.130.10.72:33777] with UID [-3545532475440127189] [INFO] [12/11/2020 09:41:35.651] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:33777] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:41:35.655] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:33777] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 09:41:35.655] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:33777] - Started up successfully [INFO] [12/11/2020 09:41:35.658] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:33777] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:41:35.658] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:33777] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaDeadLetter][12/11/2020 09:41:35.733] [BlockedNamespacesTest-akka.actor.default-dispatcher-5] [akka://BlockedNamespacesTest/system/cluster/core/daemon] Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://BlockedNamespacesTest/system/cluster/core/daemon#-1320859106] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [12/11/2020 09:41:35.733] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:33777] - Exiting completed [INFO] [12/11/2020 09:41:35.733] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:33777] - Shutting down... [INFO] [12/11/2020 09:41:35.733] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:33777] - Successfully shut down [INFO] [12/11/2020 09:41:35.737] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.130.10.72:33777/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:41:35.737] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.130.10.72:33777/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 09:41:35.739] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.130.10.72:33777/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 09:41:35.812] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.130.10.72:37442] with UID [3821321628983047789] [INFO] [12/11/2020 09:41:35.813] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:37442] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:41:35.816] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:37442] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 09:41:35.816] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:37442] - Started up successfully [INFO] [12/11/2020 09:41:35.819] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:37442] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:41:35.819] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:37442] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 09:41:35.922] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.130.10.72:34780] with UID [-4085589739795138978] [INFO] [12/11/2020 09:41:35.923] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:34780] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:41:35.927] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:34780] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 09:41:35.927] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:34780] - Started up successfully [INFO] [12/11/2020 09:41:35.929] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:34780] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:41:35.929] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:34780] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaDeadLetter][12/11/2020 09:41:38.038] [BlockedNamespacesTest-akka.actor.default-dispatcher-10] [akka://BlockedNamespacesTest/system/cluster/core/daemon] Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://BlockedNamespacesTest/system/cluster/core/daemon#-1777117906] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [12/11/2020 09:41:38.038] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:34780] - Exiting completed [INFO] [12/11/2020 09:41:38.038] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:34780] - Shutting down... [INFO] [12/11/2020 09:41:38.038] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:34780] - Successfully shut down [INFO] [12/11/2020 09:41:38.041] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.130.10.72:34780/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:41:38.041] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.130.10.72:34780/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 09:41:38.042] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.130.10.72:34780/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 09:41:38.074] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.130.10.72:39691] with UID [-7482686719953444639] [INFO] [12/11/2020 09:41:38.075] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:39691] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:41:38.079] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:39691] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 09:41:38.079] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:39691] - Started up successfully [INFO] [12/11/2020 09:41:38.080] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:39691] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:41:38.080] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:39691] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaDeadLetter][12/11/2020 09:41:38.135] [BlockedNamespacesTest-akka.actor.default-dispatcher-5] [akka://BlockedNamespacesTest/system/cluster/core/daemon] Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://BlockedNamespacesTest/system/cluster/core/daemon#-580520261] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [12/11/2020 09:41:38.135] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:39691] - Exiting completed [INFO] [12/11/2020 09:41:38.136] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:39691] - Shutting down... [INFO] [12/11/2020 09:41:38.136] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:39691] - Successfully shut down [INFO] [12/11/2020 09:41:38.138] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.130.10.72:39691/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:41:38.138] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.130.10.72:39691/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 09:41:38.139] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.130.10.72:39691/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 09:41:38.164] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.130.10.72:41379] with UID [5076909734587904518] [INFO] [12/11/2020 09:41:38.165] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:41379] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 09:41:38.168] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:41379] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 09:41:38.168] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:41379] - Started up successfully [INFO] [12/11/2020 09:41:38.208] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:41379] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing [INFO] [12/11/2020 09:41:38.208] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:41379] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [akkaDeadLetter][12/11/2020 09:41:38.231] [BlockedNamespacesTest-akka.actor.default-dispatcher-10] [akka://BlockedNamespacesTest/system/cluster/core/daemon] Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://BlockedNamespacesTest/system/cluster/core/daemon#1284978887] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'. [INFO] [12/11/2020 09:41:38.232] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:41379] - Exiting completed [INFO] [12/11/2020 09:41:38.232] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:41379] - Shutting down... [INFO] [12/11/2020 09:41:38.232] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.130.10.72:41379] - Successfully shut down [INFO] [12/11/2020 09:41:38.234] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-6] [akka://BlockedNamespacesTest@10.130.10.72:41379/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 09:41:38.234] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-6] [akka://BlockedNamespacesTest@10.130.10.72:41379/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 09:41:38.235] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-6] [akka://BlockedNamespacesTest@10.130.10.72:41379/system/remoting-terminator] Remoting shut down. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.207 s - in org.eclipse.ditto.services.utils.namespaces.BlockedNamespacesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-namespaces --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-namespaces --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/target/ditto-services-utils-namespaces-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-namespaces --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-namespaces --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Namespaces' with 4 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-namespaces --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/target/ditto-services-utils-namespaces-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-namespaces/0-SNAPSHOT/ditto-services-utils-namespaces-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/namespaces/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-namespaces/0-SNAPSHOT/ditto-services-utils-namespaces-0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-concierge-starter >--------- [INFO] Building Eclipse Ditto :: Services :: Concierge :: Starter 0-SNAPSHOT [78/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-concierge-starter --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-concierge-starter --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-concierge-starter --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-concierge-starter --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-concierge-starter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 5 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-concierge-starter --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-concierge-starter:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-concierge-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/src/main/java/org/eclipse/ditto/services/concierge/starter/proxy/DefaultEnforcerActorFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/src/main/java/org/eclipse/ditto/services/concierge/starter/proxy/DefaultEnforcerActorFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-concierge-starter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-concierge-starter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/src/test/java/org/eclipse/ditto/services/concierge/starter/ConciergeServiceGlobalErrorRegistryTest.java: /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/src/test/java/org/eclipse/ditto/services/concierge/starter/ConciergeServiceGlobalErrorRegistryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/src/test/java/org/eclipse/ditto/services/concierge/starter/ConciergeServiceGlobalErrorRegistryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-concierge-starter --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalCommandResponseRegistryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s - in org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalCommandResponseRegistryTest [INFO] Running org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalEventRegistryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalEventRegistryTest [INFO] Running org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalCommandRegistryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalCommandRegistryTest [INFO] Running org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalErrorRegistryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalErrorRegistryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge-starter --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-concierge-starter --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/ditto-services-concierge-starter-0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-services-concierge-starter --- [INFO] Including org.eclipse.ditto:ditto-services-concierge-common:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-concierge-enforcement:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.atteo.classindex:classindex:jar:3.8 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-enforcers:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-policies:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-things:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-thingsearch:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-policies:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-events-policies:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-protocol-adapter:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-acks-things:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-events-things:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-events-thingsearch:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-cache:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-pubsub:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-concierge-actors:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-cleanup:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-events-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-akka:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-models-streaming:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-persistence_2.13:jar:2.6.9 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-things:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-messages:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-messages:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-namespaces:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-common:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-metrics:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.28 in the shaded jar. [INFO] Including com.typesafe.akka:akka-actor_2.13:jar:2.6.9 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:0.9.0 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management_2.13:jar:1.0.8 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:jar:1.0.8 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.8 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.3 in the shaded jar. [INFO] Including nl.grons:metrics4-akka_a25_2.13:jar:4.1.9 in the shaded jar. [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.1.9 in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-core:jar:3.12.6 in the shaded jar. [INFO] Including org.mongodb:bson:jar:3.12.6 in the shaded jar. [INFO] Including io.kamon:kamon-core_2.13:jar:2.1.4 in the shaded jar. [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.1.4 in the shaded jar. [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.1.4 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-namespaces:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-ddata:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-cluster:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.10.5 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.10.5 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-namespaces:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-config:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-models-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-acks-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.0 in the shaded jar. [INFO] Including com.lightbend.akka.management:akka-lease-kubernetes_2.13:jar:1.0.8 in the shaded jar. [INFO] Including com.typesafe.akka:akka-coordination_2.13:jar:2.6.9 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-devops:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-devops:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-devops:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-health:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-persistence:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-utils-tracing:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:2.9.0 in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-async:jar:3.12.6 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.13.3 in the shaded jar. [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:2.9.0 in the shaded jar. [INFO] Including org.mongodb:mongo-java-driver:jar:3.12.6 in the shaded jar. [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:1.13.1 in the shaded jar. [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.3 in the shaded jar. [INFO] Including com.github.scullxbones:akka-persistence-mongo-scala_2.13:jar:3.0.3 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.8.5 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.50.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.50.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.50.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.50.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.50.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.50.Final in the shaded jar. [INFO] Including com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.9 in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-models-concierge:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-thingsearch:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-rql:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-models-things:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-models-policies:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-models-thingsearch:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-query:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-rql-parser:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-services-models-connectivity:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-placeholders:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-model-connectivity:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-connectivity:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-events-connectivity:jar:0-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.ditto:ditto-signals-commands-base:jar:0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.akka:akka-slf4j_2.13:jar:2.6.9 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.3 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster_2.13:jar:2.6.9 in the shaded jar. [INFO] Including com.typesafe.akka:akka-remote_2.13:jar:2.6.9 in the shaded jar. [INFO] Including com.typesafe.akka:akka-pki_2.13:jar:2.6.9 in the shaded jar. [INFO] Including com.hierynomus:asn-one:jar:0.4.0 in the shaded jar. [INFO] Including org.agrona:agrona:jar:1.4.1 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-sharding_2.13:jar:2.6.9 in the shaded jar. [INFO] Including com.typesafe.akka:akka-distributed-data_2.13:jar:2.6.9 in the shaded jar. [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar. [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar. [INFO] Including org.ow2.asm:asm:jar:7.2 in the shaded jar. [INFO] Including org.ow2.asm:asm-commons:jar:7.2 in the shaded jar. [INFO] Including org.ow2.asm:asm-analysis:jar:7.2 in the shaded jar. [INFO] Including org.ow2.asm:asm-tree:jar:7.2 in the shaded jar. [INFO] Including org.ow2.asm:asm-util:jar:7.2 in the shaded jar. [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar. [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar. [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar. [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar. [INFO] Including com.typesafe.akka:akka-cluster-tools_2.13:jar:2.6.9 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http_2.13:jar:10.2.0 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-core_2.13:jar:10.2.0 in the shaded jar. [INFO] Including com.typesafe.akka:akka-parsing_2.13:jar:10.2.0 in the shaded jar. [INFO] Including com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.13:jar:1.0.8 in the shaded jar. [INFO] Including com.typesafe.akka:akka-discovery_2.13:jar:2.6.9 in the shaded jar. [INFO] Including com.typesafe.akka:akka-http-spray-json_2.13:jar:10.2.0 in the shaded jar. [INFO] Including com.typesafe.akka:akka-stream_2.13:jar:2.6.9 in the shaded jar. [INFO] Including com.typesafe.akka:akka-protobuf-v3_2.13:jar:2.6.9 in the shaded jar. [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.4.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.13:jar:1.1.2 in the shaded jar. [INFO] Including io.spray:spray-json_2.13:jar:1.3.5 in the shaded jar. [INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar. [INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar. [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] bson-3.12.6.jar, mongo-java-driver-3.12.6.jar define 394 overlapping classes: [WARNING] - org.bson.BSONCallbackAdapter [WARNING] - org.bson.codecs.BsonDBPointerCodec [WARNING] - org.bson.codecs.OverridableUuidRepresentationCodec [WARNING] - org.bson.codecs.pojo.Convention [WARNING] - org.bson.util.CopyOnWriteMap$Hash [WARNING] - org.bson.codecs.DocumentCodec$1 [WARNING] - org.bson.json.ShellUndefinedConverter [WARNING] - org.bson.codecs.pojo.CollectionPropertyCodecProvider [WARNING] - org.bson.types.ObjectId [WARNING] - org.bson.codecs.configuration.MapOfCodecsProvider [WARNING] - 384 more... [WARNING] ditto-signals-events-thingsearch-0-SNAPSHOT.jar, ditto-signals-events-base-0-SNAPSHOT.jar, ditto-signals-events-things-0-SNAPSHOT.jar define 11 overlapping classes: [WARNING] - org.eclipse.ditto.signals.events.base.EventRegistry [WARNING] - org.eclipse.ditto.signals.events.base.GlobalEventRegistry$1 [WARNING] - org.eclipse.ditto.signals.events.base.EventJsonDeserializer$FactoryMethodFunction [WARNING] - org.eclipse.ditto.signals.events.base.EventJsonDeserializer [WARNING] - org.eclipse.ditto.signals.events.base.Event [WARNING] - org.eclipse.ditto.signals.events.base.package-info [WARNING] - org.eclipse.ditto.signals.events.base.CustomizedGlobalEventRegistry [WARNING] - org.eclipse.ditto.signals.events.base.Event$JsonFields [WARNING] - org.eclipse.ditto.signals.events.base.GlobalEventRegistry$EventParsingStrategyFactory [WARNING] - org.eclipse.ditto.signals.events.base.AbstractEventRegistry [WARNING] - 1 more... [WARNING] mongodb-driver-core-3.12.6.jar, mongo-java-driver-3.12.6.jar define 1091 overlapping classes: [WARNING] - com.mongodb.internal.validator.CollectibleDocumentFieldNameValidator [WARNING] - com.mongodb.internal.connection.ProtocolHelper [WARNING] - com.mongodb.internal.connection.UsageTrackingInternalConnection$4 [WARNING] - com.mongodb.operation.BaseFindAndModifyOperation [WARNING] - com.mongodb.bulk.UpdateRequest [WARNING] - com.mongodb.ReadConcernLevel [WARNING] - com.mongodb.internal.connection.IndexMap$HashBased [WARNING] - com.mongodb.client.model.GraphLookupOptions [WARNING] - com.mongodb.internal.connection.ConcurrentPool$ItemFactory [WARNING] - com.mongodb.Block [WARNING] - 1081 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Attaching shaded artifact. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-concierge-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-concierge-starter --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-concierge-starter --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Concierge :: Starter' with 8 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge-starter --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/ditto-services-concierge-starter-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-starter/0-SNAPSHOT/ditto-services-concierge-starter-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-starter/0-SNAPSHOT/ditto-services-concierge-starter-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/ditto-services-concierge-starter-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-starter/0-SNAPSHOT/ditto-services-concierge-starter-0-SNAPSHOT-allinone.jar [INFO] [INFO] ----------< org.eclipse.ditto:ditto-services-utils-protocol >----------- [INFO] Building Eclipse Ditto :: Services :: Utils :: Protocol 0-SNAPSHOT [79/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-protocol --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-protocol --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-protocol --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-protocol --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-protocol --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-protocol:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-protocol --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.protocol.config.DefaultProtocolConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.969 s - in org.eclipse.ditto.services.utils.protocol.config.DefaultProtocolConfigTest [INFO] Running org.eclipse.ditto.services.utils.protocol.ProtocolAdapterProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.115 s - in org.eclipse.ditto.services.utils.protocol.ProtocolAdapterProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-protocol --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-protocol --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/ditto-services-utils-protocol-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-protocol --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Protocol' with 5 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-protocol --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/ditto-services-utils-protocol-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-protocol/0-SNAPSHOT/ditto-services-utils-protocol-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-protocol/0-SNAPSHOT/ditto-services-utils-protocol-0-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.ditto:ditto-services-models-acks >------------ [INFO] Building Eclipse Ditto :: Services :: Models :: ACKs 0-SNAPSHOT [80/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-acks --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models-acks --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models-acks --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/acks/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models-acks --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/models/acks/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-models-acks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/acks/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models-acks --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-acks:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-acks --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/acks/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/acks/src/main/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorStarter.java: /home/jenkins/agent/workspace/ditto-ci/services/models/acks/src/main/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorStarter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/acks/src/main/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorStarter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-acks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-acks --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/acks/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/acks/src/test/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/acks/src/test/java/org/eclipse/ditto/services/models/acks/AcknowledgementForwarderActorTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-acks --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/models/acks/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.models.acks.AcknowledgementAggregatorTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s - in org.eclipse.ditto.services.models.acks.AcknowledgementAggregatorTest [INFO] Running org.eclipse.ditto.services.models.acks.AcknowledgementForwarderActorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.206 s - in org.eclipse.ditto.services.models.acks.AcknowledgementForwarderActorTest [INFO] Running org.eclipse.ditto.services.models.acks.AcknowledgementAggregatorActorTest [INFO] [12/11/2020 09:41:54.436] [default-akka.actor.default-dispatcher-6] [akka://default/system/testProbe-2/$a][x-correlation-id:singleResponseLive] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of . [INFO] [12/11/2020 09:41:54.489] [default-akka.actor.default-dispatcher-4] [akka://default/system/testProbe-3/$a][x-correlation-id:keepCommandHeaders] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of . [INFO] [12/11/2020 09:41:54.555] [default-akka.actor.default-dispatcher-6] [akka://default/system/testProbe-4/$a][x-correlation-id:errorResponseLive] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of . [INFO] [12/11/2020 09:41:54.580] [default-akka.actor.default-dispatcher-7] [akka://default/system/testProbe-4/$a][x-correlation-id:errorResponseLive] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... [INFO] [12/11/2020 09:41:54.731] [default-akka.actor.default-dispatcher-7] [akka://default/system/testProbe-5/$a][x-correlation-id:errorResponseTwin] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of . [INFO] [12/11/2020 09:41:54.754] [default-akka.actor.default-dispatcher-7] [akka://default/system/testProbe-5/$a][x-correlation-id:errorResponseTwin] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts... [INFO] [12/11/2020 09:41:54.792] [default-akka.actor.default-dispatcher-7] [akka://default/system/testProbe-6/$a][x-correlation-id:discardDuplicateAndUnsolicitedAcknowledgements] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of . [INFO] [12/11/2020 09:41:54.839] [default-akka.actor.default-dispatcher-5] [akka://default/system/testProbe-7/$a][x-correlation-id:singleResponseLive] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of . [INFO] [12/11/2020 09:41:54.876] [default-akka.actor.default-dispatcher-7] [akka://default/system/testProbe-8/$a][x-correlation-id:singleResponseTwin] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of . [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.ditto.services.models.acks.AcknowledgementAggregatorActorTest [INFO] Running org.eclipse.ditto.services.models.acks.AcknowledgementForwarderActorStarterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s - in org.eclipse.ditto.services.models.acks.AcknowledgementForwarderActorStarterTest [INFO] Running org.eclipse.ditto.services.models.acks.config.DefaultAcknowledgementConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 s - in org.eclipse.ditto.services.models.acks.config.DefaultAcknowledgementConfigTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-acks --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/models/acks/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-models-acks --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/models/acks/target/ditto-services-models-acks-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-acks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-models-acks --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-models-acks --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/models/acks/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Models :: ACKs' with 7 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-acks --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/acks/target/ditto-services-models-acks-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-acks/0-SNAPSHOT/ditto-services-models-acks-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/acks/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-acks/0-SNAPSHOT/ditto-services-models-acks-0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.ditto:ditto-services-models-signalenrichment >------ [INFO] Building Eclipse Ditto :: Services :: Models :: Signal Enrichment 0-SNAPSHOT [81/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-signalenrichment --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models-signalenrichment --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models-signalenrichment --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models-signalenrichment --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-models-signalenrichment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models-signalenrichment --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-signalenrichment:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-signalenrichment --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-signalenrichment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-signalenrichment --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/src/test/java/org/eclipse/ditto/services/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/src/test/java/org/eclipse/ditto/services/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/src/test/java/org/eclipse/ditto/services/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-signalenrichment --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.models.signalenrichment.DefaultSignalEnrichmentConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.188 s - in org.eclipse.ditto.services.models.signalenrichment.DefaultSignalEnrichmentConfigTest [INFO] Running org.eclipse.ditto.services.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.585 s - in org.eclipse.ditto.services.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest [INFO] Running org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacadeTest 09:42:01.986 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 09:42:02.275 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 09:42:02.418 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 09:42:02.651 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 09:42:03.694 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 09:42:03.699 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 09:42:03.739 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 09:42:03.742 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 09:42:03.807 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for Dec 11, 2020 9:42:03 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 WARNING: Exception thrown during asynchronous load java.util.concurrent.CompletionException: org.eclipse.ditto.signals.commands.things.exceptions.ThingNotAccessibleException [message='The Thing with ID ':_' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, statusCode=NOT_FOUND, description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=077fb6c5-f42e-45d4-b14e-2bee14072439}]] at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:367) at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:376) at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1074) at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.ditto.signals.commands.things.exceptions.ThingNotAccessibleException [message='The Thing with ID ':_' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, statusCode=NOT_FOUND, description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=077fb6c5-f42e-45d4-b14e-2bee14072439}]] at org.eclipse.ditto.signals.commands.things.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150) at org.eclipse.ditto.signals.commands.things.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132) at org.eclipse.ditto.model.base.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:180) at org.eclipse.ditto.services.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:107) at org.eclipse.ditto.signals.base.DittoTestSystem$1.(DittoTestSystem.java:39) at org.eclipse.ditto.signals.base.DittoTestSystem.run(DittoTestSystem.java:38) at org.eclipse.ditto.services.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:94) at org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacadeTest.thingNotAccessible(CachingSignalEnrichmentFacadeTest.java:46) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:40) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) 09:42:03.857 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 09:42:03.934 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for Dec 11, 2020 9:42:13 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 WARNING: Exception thrown during asynchronous load java.util.concurrent.CompletionException: akka.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(akka://CachingSignalEnrichmentFacadeTest/system/testProbe-12#-269606989), Path(/)]] after [10000 ms]. Message of type [org.eclipse.ditto.signals.commands.things.query.RetrieveThing]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346) at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1063) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) at scala.concurrent.java8.FuturesConvertersImpl$CF.apply(FutureConvertersImpl.scala:28) at scala.concurrent.java8.FuturesConvertersImpl$CF.apply(FutureConvertersImpl.scala:25) at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:447) at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:164) at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:392) at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:299) at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:249) at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:242) at akka.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:722) at akka.actor.Scheduler$$anon$7.run(Scheduler.scala:475) at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:164) at akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:358) at akka.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:309) at akka.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:313) at akka.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:265) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: akka.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(akka://CachingSignalEnrichmentFacadeTest/system/testProbe-12#-269606989), Path(/)]] after [10000 ms]. Message of type [org.eclipse.ditto.signals.commands.things.query.RetrieveThing]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply. 09:42:15.027 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for Dec 11, 2020 9:42:15 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 WARNING: Exception thrown during asynchronous load java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@4fe04ebc at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:367) at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:376) at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1074) at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@4fe04ebc at org.eclipse.ditto.services.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:115) at org.eclipse.ditto.services.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:106) at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072) ... 2 more [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.193 s - in org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacadeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-models-signalenrichment --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-models-signalenrichment --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/target/ditto-services-models-signalenrichment-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-models-signalenrichment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-models-signalenrichment --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-models-signalenrichment --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Models :: Signal Enrichment' with 9 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-models-signalenrichment --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/target/ditto-services-models-signalenrichment-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-signalenrichment/0-SNAPSHOT/ditto-services-models-signalenrichment-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/models/signalenrichment/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-models-signalenrichment/0-SNAPSHOT/ditto-services-models-signalenrichment-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-connectivity >------------ [INFO] Building Eclipse Ditto :: Services :: Connectivity 0-SNAPSHOT [82/114] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-connectivity --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-connectivity --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/connectivity/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-connectivity --- [WARNING] The goal is skip due to packaging 'pom' [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-connectivity --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-connectivity:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-connectivity --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-connectivity --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-connectivity --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/connectivity/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity/0-SNAPSHOT/ditto-services-connectivity-0-SNAPSHOT.pom [INFO] [INFO] --------< org.eclipse.ditto:ditto-services-connectivity-common >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Common 0-SNAPSHOT [83/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity-common --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-connectivity-common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-connectivity-common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-connectivity-common --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-connectivity-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-connectivity-common --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-connectivity-common:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-connectivity-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/src/main/java/org/eclipse/ditto/services/connectivity/config/ConnectivityConfigUnavailableException.java: /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/src/main/java/org/eclipse/ditto/services/connectivity/config/ConnectivityConfigUnavailableException.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/src/main/java/org/eclipse/ditto/services/connectivity/config/ConnectivityConfigUnavailableException.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-connectivity-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-connectivity-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-connectivity-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.connectivity.config.DefaultConnectionConfigTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.863 s - in org.eclipse.ditto.services.connectivity.config.DefaultConnectionConfigTest [INFO] Running org.eclipse.ditto.services.connectivity.config.DefaultReconnectConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ditto.services.connectivity.config.DefaultReconnectConfigTest [INFO] Running org.eclipse.ditto.services.connectivity.config.DefaultClientConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.ditto.services.connectivity.config.DefaultClientConfigTest [INFO] Running org.eclipse.ditto.services.connectivity.config.mapping.DefaultMapperLimitsConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.ditto.services.connectivity.config.mapping.DefaultMapperLimitsConfigTest [INFO] Running org.eclipse.ditto.services.connectivity.config.mapping.DefaultMappingConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.eclipse.ditto.services.connectivity.config.mapping.DefaultMappingConfigTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity-common --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-connectivity-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/ditto-services-connectivity-common-0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-services-connectivity-common --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/ditto-services-connectivity-common-0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-connectivity-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-connectivity-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-connectivity-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Connectivity :: Common' with 37 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-connectivity-common --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/ditto-services-connectivity-common-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-common/0-SNAPSHOT/ditto-services-connectivity-common-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-common/0-SNAPSHOT/ditto-services-connectivity-common-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/connectivity/common/target/ditto-services-connectivity-common-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-common/0-SNAPSHOT/ditto-services-connectivity-common-0-SNAPSHOT-tests.jar [INFO] [INFO] ---------< org.eclipse.ditto:ditto-services-connectivity-util >--------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Util 0-SNAPSHOT [84/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity-util --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-connectivity-util --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-connectivity-util --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/connectivity/util/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-connectivity-util --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/util/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-connectivity-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/connectivity/util/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-connectivity-util --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-connectivity-util:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-connectivity-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/util/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-connectivity-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/connectivity/util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-connectivity-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-connectivity-util --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity-util --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/util/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-connectivity-util --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/connectivity/util/target/ditto-services-connectivity-util-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-connectivity-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-connectivity-util --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-connectivity-util --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-connectivity-util --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/connectivity/util/target/ditto-services-connectivity-util-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-util/0-SNAPSHOT/ditto-services-connectivity-util-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/connectivity/util/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-util/0-SNAPSHOT/ditto-services-connectivity-util-0-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.ditto:ditto-services-connectivity-mapping >-------- [INFO] Building Eclipse Ditto :: Services :: Connectivity :: Mapping 0-SNAPSHOT [85/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-connectivity-mapping --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-connectivity-mapping --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-connectivity-mapping --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-connectivity-mapping --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-connectivity-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-connectivity-mapping --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-connectivity-mapping:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-connectivity-mapping --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/src/main/java/org/eclipse/ditto/services/connectivity/mapping/DittoMessageMapper.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/src/main/java/org/eclipse/ditto/services/connectivity/mapping/DittoMessageMapper.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/src/main/java/org/eclipse/ditto/services/connectivity/mapping/ImplicitThingCreationMessageMapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/src/main/java/org/eclipse/ditto/services/connectivity/mapping/ImplicitThingCreationMessageMapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-connectivity-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-connectivity-mapping --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/src/test/java/org/eclipse/ditto/services/connectivity/mapping/javascript/JavaScriptMessageMapperRhinoTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/src/test/java/org/eclipse/ditto/services/connectivity/mapping/javascript/JavaScriptMessageMapperRhinoTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-connectivity-mapping --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.connectivity.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/, value="{\"thingId\":\"RC-CRaaSCar\",\"acl\":{\"manufacturer\":{\"READ\":true,\"WRITE\":true,\"ADMINISTRATE\":true},\"driver1\":{\"READ\":true,\"WRITE\":false,\"ADMINISTRATE\":false}},\"attributes\":{\"manufacturer\":\"myManufacturer\",\"model\":\"myModel\",\"yearOfConstruction\":2000,\"serialNumber\":\"123456789ABC\"},\"features\":{\"XDK\":{\"properties\":{\"acceleration\":{\"x\":-1,\"y\":0,\"z\":0},\"gyroscope\":{\"x\":0,\"y\":0,\"z\":0},\"magnetometer\":{\"x\":0,\"y\":0,\"z\":0},\"environmental\":{\"temperature\":25.3,\"humidity\":63.4,\"pressure\":982.5},\"light\":598.4,\"lamps\":{\"yellow\":true,\"orange\":true,\"red\":false}}},\"secondary\":{\"properties\":{\"velocity\":15.4,\"state\":\"moving\",\"direction\":54.4}}}}", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=0e770952-2bfb-4f3a-9e58-9f1827958c93}]]] ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="A simple text to be mapped", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=ea5c9be8-4187-46d5-885f-ec0c03e99d19}]]] ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/, value={"thingId":"RC-CRaaSCar","acl":{"manufacturer":{"READ":true,"WRITE":true,"ADMINISTRATE":true},"driver1":{"READ":true,"WRITE":false,"ADMINISTRATE":false}},"attributes":{"manufacturer":"myManufacturer","model":"myModel","yearOfConstruction":2000,"serialNumber":"123456789ABC"},"features":{"XDK":{"properties":{"acceleration":{"x":-1,"y":0,"z":0},"gyroscope":{"x":0,"y":0,"z":0},"magnetometer":{"x":0,"y":0,"z":0},"environmental":{"temperature":25.3,"humidity":63.4,"pressure":982.5},"light":598.4,"lamps":{"yellow":true,"orange":true,"red":false}}},"secondary":{"properties":{"velocity":15.4,"state":"moving","direction":54.4}}}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=ad542540-8893-408b-9687-82b50159f4df}]]] 42664720170 bytes length: 5 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/features, value={"temperature":{"properties":{"value":25.43}},"pressure":{"properties":{"value":1015}},"humidity":{"properties":{"value":42}}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{content-type=application/octet-stream, device_id=jmh-test, correlation-id=cad9f89a-b3ab-46e2-b058-36f15ea9259e}]]] 2572427 bytes length: 3 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value={"a":11,"b":8,"c":99}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=c9ffef63-0570-4d5e-bcee-c399b0e296f3}]]] ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/, value={"aa":222,"bb":579,"cc":"xxx/456/yyy","dd":["u","v","lore ipsum bla bla bla","x","y"]}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=ef4f71d2-527a-4819-9fe6-22fbb2df6228}]]] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s - in org.eclipse.ditto.services.connectivity.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptMessageMapperRhinoTest ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="{\"type\":\"things.responses:modifyThing\",\"status\":204,\"thingId\":\"org.eclipse.ditto:foo-bar-plain\"}", extra={"attributes":{"enriched":"field"}}, status=NO_CONTENT, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=73ebf678-0044-48b6-b55b-f2ed520dfe8e}]]] testPlainJavascriptIncomingMapping Duration: 0.939926ms ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="{\"type\":\"things.responses:modifyThing\",\"status\":204,\"thingId\":\"org.eclipse.ditto:foo-bar-plain\"}", extra=null, status=NO_CONTENT, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=646eeeb4-bfa5-4f05-a88d-0c5c03b970ac}]]] testPlainJavascriptIncomingMapping Duration: 0.720201ms testEmptyJavascriptIncomingMapping Duration: 0.058774ms testEmptyJavascriptOutgoingMapping Duration: 2.526925ms ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="hello!", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=485a8bca-52a9-4acd-9f86-4a1c7cab9335}]]] testBinaryJavascriptIncomingMapping Duration: 1.31E-4ms UnmodifiableExternalMessage [headers={content-type=application/octet-stream, correlation-id=d25a4298-1d6a-441d-8b7a-bd505a61cf0d}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=BYTES, textPayload=null, bytePayload= (32bytes)', internalHeaders=ImmutableDittoHeaders [{}]] testBinaryJavascriptOutgoingMapping Duration: 0.014881ms ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="hello!", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, version=2, correlation-id=ad8f4f55-da73-45ed-9eef-d499399870ae}]]] testNoopJavascriptIncomingMapping Duration: 1.308332ms {content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=049dc181-dae9-45e6-82e3-8047dcc1aaae} UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=049dc181-dae9-45e6-82e3-8047dcc1aaae}, response=false, error=false, authorizationContext=null, topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=foo-bar-plain, group=things, channel=twin, criterion=commands, action=create, searchAction=null, subject=null, path=org.eclipse.ditto/foo-bar-plain/things/twin/commands/create], enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"content-type":"application/vnd.eclipse.ditto+json","subject":"{{topic:action-subject}}","correlation-id":"049dc181-dae9-45e6-82e3-8047dcc1aaae"},"path":"/","value":{"__schemaVersion":2,"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] testNoopJavascriptOutgoingMapping Duration: 0.420029ms ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="hello!", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=2eb2e066-5ff8-4fe4-ae04-7bdcc2047b05}]]] testPlainJavascriptIncomingMapping Duration: 0.5691ms HEADERS: ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=5a7e53ad-f4d5-4618-8ea3-9ca753526013}] CREATE THING :CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{subject={{topic:action-subject}}, correlation-id=5a7e53ad-f4d5-4618-8ea3-9ca753526013}], thing=ImmutableThing [thingId=org.eclipse.ditto:foo-bar-plain, acl=null, policyId=null, definition=null, attributes={"foo":"bar"}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null], initialPolicy=null, policyIdOrPlaceholder=null] ADAPTABLE: ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=foo-bar-plain, group=things, channel=twin, criterion=commands, action=create, searchAction=null, subject=null, path=org.eclipse.ditto/foo-bar-plain/things/twin/commands/create], payload=ImmutablePayload [path=/, value={"__schemaVersion":2,"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=5a7e53ad-f4d5-4618-8ea3-9ca753526013}]]] ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"content-type":"application/vnd.eclipse.ditto+json","subject":"{{topic:action-subject}}","correlation-id":"5a7e53ad-f4d5-4618-8ea3-9ca753526013"},"path":"/","value":{"__schemaVersion":2,"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}} {content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=5a7e53ad-f4d5-4618-8ea3-9ca753526013} UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=5a7e53ad-f4d5-4618-8ea3-9ca753526013}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","path":"/","headers":{"content-type":"application/vnd.eclipse.ditto+json","subject":"{{topic:action-subject}}","correlation-id":"5a7e53ad-f4d5-4618-8ea3-9ca753526013"},"value":{"__schemaVersion":2,"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] testNoopJavascriptOutgoingMapping Duration: 1.685975ms UnmodifiableExternalMessage [headers={content-type=text/plain, correlation-id=83bce5b2-7872-47de-9e66-3b25aa9f9eef}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=Thing ID was: org.eclipse.ditto:foo-bar-plain, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] testPlainJavascriptOutgoingMapping Duration: 2.22E-4ms HEADERS: ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, response-required=false, correlation-id=20f6529d-0599-45c0-a33d-cf86561c95c1}] CREATE THING RESPONSE :CreateThingResponse [dittoHeaders=ImmutableDittoHeaders [{subject={{topic:action-subject}}, response-required=false, correlation-id=20f6529d-0599-45c0-a33d-cf86561c95c1}], responseType=things.responses:createThing, statusCode=CREATED, thingCreated=ImmutableThing [thingId=org.eclipse.ditto:foo-bar-plain, acl=null, policyId=null, definition=null, attributes={"foo":"bar"}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] ADAPTABLE: ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, id=foo-bar-plain, group=things, channel=twin, criterion=commands, action=create, searchAction=null, subject=null, path=org.eclipse.ditto/foo-bar-plain/things/twin/commands/create], payload=ImmutablePayload [path=/, value={"thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}, extra=null, status=CREATED, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, response-required=false, correlation-id=20f6529d-0599-45c0-a33d-cf86561c95c1}]]] ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"content-type":"application/vnd.eclipse.ditto+json","subject":"{{topic:action-subject}}","response-required":false,"correlation-id":"20f6529d-0599-45c0-a33d-cf86561c95c1"},"path":"/","value":{"thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}},"status":201} {content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, response-required=false, correlation-id=20f6529d-0599-45c0-a33d-cf86561c95c1} UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, response-required=false, correlation-id=20f6529d-0599-45c0-a33d-cf86561c95c1}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","path":"/","headers":{"content-type":"application/vnd.eclipse.ditto+json","subject":"{{topic:action-subject}}","response-required":false,"correlation-id":"20f6529d-0599-45c0-a33d-cf86561c95c1"},"value":{"thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}},"status":201}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] testDefaultJavascriptOutgoingMappingWithStatus Duration: 1.560218ms [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.618 s - in org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptMessageMapperRhinoTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s - in org.eclipse.ditto.services.connectivity.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.javascript.DefaultIncomingMappingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ditto.services.connectivity.mapping.javascript.DefaultIncomingMappingTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest ensureRecursionGetsAborted aborted after: 0.994322ms ensureEndlessLoopGetsAborted aborted after: 503.558102ms [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s - in org.eclipse.ditto.services.connectivity.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.javascript.DefaultJavaScriptConfigTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.ditto.services.connectivity.mapping.javascript.DefaultJavaScriptConfigTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.javascript.ScriptedIncomingMappingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.ditto.services.connectivity.mapping.javascript.ScriptedIncomingMappingTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.WrappingMessageMapperTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s - in org.eclipse.ditto.services.connectivity.mapping.WrappingMessageMapperTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.DefaultMessageMapperConfigurationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.ditto.services.connectivity.mapping.DefaultMessageMapperConfigurationTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.DefaultMessageMapperRegistryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ditto.services.connectivity.mapping.DefaultMessageMapperRegistryTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.DefaultMessageMapperFactoryTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.299 s - in org.eclipse.ditto.services.connectivity.mapping.DefaultMessageMapperFactoryTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.NormalizedMessageMapperTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.ditto.services.connectivity.mapping.NormalizedMessageMapperTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.RawMessageMapperTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.ditto.services.connectivity.mapping.RawMessageMapperTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.ConnectivityByRoundTripSignalEnrichmentProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in org.eclipse.ditto.services.connectivity.mapping.ConnectivityByRoundTripSignalEnrichmentProviderTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.DittoMessageMapperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.services.connectivity.mapping.DittoMessageMapperTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapperTest 09:42:29.516 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Invalid value in header : -5625. 09:42:29.519 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Header is not convertible to type long. 09:42:29.527 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - ModifyFeature for ConnectionStatus created by mapper: ModifyFeature [type=things.commands:modifyFeature, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], thingId=configNamespace:configDeviceId, feature=ImmutableFeature [featureId=ConnectionStatus, definition=ImmutableFeatureDefinition [identifierList=[org.eclipse.ditto:ConnectionStatus:1.0.0]], properties={"status":{"readySince":"2019-10-16T08:22:00Z","readyUntil":"2019-10-16T08:22:20Z"}}, desiredProperties=null]] 09:42:29.529 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Thing ID 'Invalid Value' is not valid! 09:42:29.530 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - ModifyFeature for ConnectionStatus created by mapper: ModifyFeature [type=things.commands:modifyFeature, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], thingId=configNamespace:configDeviceId, feature=ImmutableFeature [featureId=ConnectionStatus, definition=ImmutableFeatureDefinition [identifierList=[org.eclipse.ditto:ConnectionStatus:1.0.0]], properties={"status":{"readySince":"2019-10-16T08:22:00Z","readyUntil":"2019-10-16T08:22:20Z"}}, desiredProperties=null]] 09:42:29.534 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : The placeholder '{{ header:thing-id }}' could not be resolved. 09:42:29.535 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Property of feature ConnectionStatus for thing configNamespace:configDeviceId adjusted by mapping 09:42:29.536 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - ModifyFeatureProperty for ConnectionStatus created by mapper: ModifyFeatureProperty [type=things.commands:modifyFeatureProperty, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], thingId=configNamespace:configDeviceId, featureId=ConnectionStatus, propertyPointer=/status/readyUntil, propertyValue="2019-10-16T08:22:00Z"] 09:42:29.540 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Header is not convertible to type long. 09:42:29.541 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - ModifyFeature for ConnectionStatus created by mapper: ModifyFeature [type=things.commands:modifyFeature, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], thingId=configNamespace:configDeviceId, feature=ImmutableFeature [featureId=individualFeatureId, definition=ImmutableFeatureDefinition [identifierList=[org.eclipse.ditto:ConnectionStatus:1.0.0]], properties={"status":{"readySince":"2019-10-16T08:22:00Z","readyUntil":"2019-10-16T08:22:20Z"}}, desiredProperties=null]] 09:42:29.542 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Header is not set. 09:42:29.543 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - ModifyFeature for ConnectionStatus created by mapper: ModifyFeature [type=things.commands:modifyFeature, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], thingId=headerNamespace:headerDeviceId, feature=ImmutableFeature [featureId=ConnectionStatus, definition=ImmutableFeatureDefinition [identifierList=[org.eclipse.ditto:ConnectionStatus:1.0.0]], properties={"status":{"readySince":"2019-10-16T08:22:00Z","readyUntil":"2019-10-16T08:22:20Z"}}, desiredProperties=null]] 09:42:29.545 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - ModifyFeature for ConnectionStatus created by mapper: ModifyFeature [type=things.commands:modifyFeature, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], thingId=configNamespace:configDeviceId, feature=ImmutableFeature [featureId=ConnectionStatus, definition=ImmutableFeatureDefinition [identifierList=[org.eclipse.ditto:ConnectionStatus:1.0.0]], properties={"status":{"readySince":"2019-10-16T08:22:00Z","readyUntil":"9999-12-31T23:59:59Z"}}, desiredProperties=null]] 09:42:29.547 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Header is not set. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapperTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.ConnectivityCachingSignalEnrichmentProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.ditto.services.connectivity.mapping.ConnectivityCachingSignalEnrichmentProviderTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapperTest 09:42:29.754 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Configured with Thing template: {"thingId":"{{ header:device_id }}","_copyPolicyFrom":"{{ header:gateway_id }}","attributes":{"Info":{"gatewayId":"{{ header:gateway_id }}"}}} 09:42:29.754 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Received ExternalMessage: UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse-hono-empty-notification, device_id=headerNamespace:headerDeviceId, gateway_id=headerNamespace:headerGatewayId}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=UNKNOWN, textPayload=null, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] 09:42:29.809 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Mapped ExternalMessage to Adaptable: ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=headerNamespace, id=headerDeviceId, group=things, channel=twin, criterion=commands, action=create, searchAction=null, subject=null, path=headerNamespace/headerDeviceId/things/twin/commands/create], payload=ImmutablePayload [path=/, value={"__schemaVersion":2,"_namespace":"headerNamespace","thingId":"headerNamespace:headerDeviceId","attributes":{"Info":{"gatewayId":"headerNamespace:headerGatewayId"}},"_copyPolicyFrom":"headerNamespace:headerGatewayId"}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, test-header=this-is-a-test-header, other-test-header=headerNamespace:headerGatewayId}]] 09:42:29.815 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Configured with Thing template: {"thingId":"{{ header:device_id }}","_copyPolicyFrom":"{{ header:gateway_id }}","attributes":{"Info":{"gatewayId":"{{ header:gateway_id }}"}}} 09:42:29.822 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Configured with Thing template: {"thingId":"{{ header:device_id }}","_copyPolicyFrom":"{{ header:gateway_id }}","attributes":{"Info":{"gatewayId":"{{ header:gateway_id }}"}}} 09:42:29.824 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Configured with Thing template: {"thingId":"some:validThingId!","policyId":"some:validPolicyId!","attributes":{"Info":{"gatewayId":"some:validGatewayId!"}}} 09:42:29.824 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Received ExternalMessage: UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse-hono-empty-notification, device_id=headerNamespace:headerDeviceId, gateway_id=headerNamespace:headerGatewayId}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=UNKNOWN, textPayload=null, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] 09:42:29.825 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Mapped ExternalMessage to Adaptable: ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=some, id=validThingId!, group=things, channel=twin, criterion=commands, action=create, searchAction=null, subject=null, path=some/validThingId!/things/twin/commands/create], payload=ImmutablePayload [path=/, value={"__schemaVersion":2,"_namespace":"some","thingId":"some:validThingId!","policyId":"some:validPolicyId!","attributes":{"Info":{"gatewayId":"some:validGatewayId!"}}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, empty-test-header={{ header:gateway_id | fn:filter(header:foobar, 'eq', 'bar') }}, allow-policy-lockout=true, test-header=this-is-a-test-header, other-test-header={{ header:gateway_id }}}]] 09:42:29.826 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Configured with Thing template: {"thingId":"{{ header:device_id }}","policyId":"{{ header:device_id }}","_policy":{"entries":{"DEFAULT":{"subjects":{"integration:solutionId:connectionId":{"type":"generated"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}},"attributes":{"Info":{"gatewayId":"{{ header:gateway_id }}"}}} 09:42:29.826 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Received ExternalMessage: UnmodifiableExternalMessage [headers={device_id=headerNamespace:headerDeviceId1, gateway_id=headerNamespace:headerGatewayId}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=UNKNOWN, textPayload=null, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] 09:42:29.828 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Mapped ExternalMessage to Adaptable: ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=headerNamespace, id=headerDeviceId1, group=things, channel=twin, criterion=commands, action=create, searchAction=null, subject=null, path=headerNamespace/headerDeviceId1/things/twin/commands/create], payload=ImmutablePayload [path=/, value={"__schemaVersion":2,"_namespace":"headerNamespace","thingId":"headerNamespace:headerDeviceId1","policyId":"headerNamespace:headerDeviceId1","attributes":{"Info":{"gatewayId":"headerNamespace:headerGatewayId"}},"_policy":{"entries":{"DEFAULT":{"subjects":{"integration:solutionId:connectionId":{"type":"generated"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, test-header=this-is-a-test-header, other-test-header=headerNamespace:headerGatewayId}]] 09:42:29.829 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Received ExternalMessage: UnmodifiableExternalMessage [headers={device_id=headerNamespace:headerDeviceId2, gateway_id=headerNamespace:headerGatewayId}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=UNKNOWN, textPayload=null, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] 09:42:29.830 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Mapped ExternalMessage to Adaptable: ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=headerNamespace, id=headerDeviceId2, group=things, channel=twin, criterion=commands, action=create, searchAction=null, subject=null, path=headerNamespace/headerDeviceId2/things/twin/commands/create], payload=ImmutablePayload [path=/, value={"__schemaVersion":2,"_namespace":"headerNamespace","thingId":"headerNamespace:headerDeviceId2","policyId":"headerNamespace:headerDeviceId2","attributes":{"Info":{"gatewayId":"headerNamespace:headerGatewayId"}},"_policy":{"entries":{"DEFAULT":{"subjects":{"integration:solutionId:connectionId":{"type":"generated"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, test-header=this-is-a-test-header, other-test-header=headerNamespace:headerGatewayId}]] 09:42:29.831 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Configured with Thing template: {"thingId":"{{ header:device_id }}","policyId":"{{ header:device_id }}","_policy":{"entries":{"DEFAULT":{"subjects":{"integration:solutionId:connectionId":{"type":"generated"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}},"attributes":{"Info":{"gatewayId":"{{ header:gateway_id }}"}}} 09:42:29.832 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Received ExternalMessage: UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse-hono-empty-notification, device_id=headerNamespace:headerDeviceId, gateway_id=headerNamespace:headerGatewayId}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=UNKNOWN, textPayload=null, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] 09:42:29.833 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Mapped ExternalMessage to Adaptable: ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=headerNamespace, id=headerDeviceId, group=things, channel=twin, criterion=commands, action=create, searchAction=null, subject=null, path=headerNamespace/headerDeviceId/things/twin/commands/create], payload=ImmutablePayload [path=/, value={"__schemaVersion":2,"_namespace":"headerNamespace","thingId":"headerNamespace:headerDeviceId","policyId":"headerNamespace:headerDeviceId","attributes":{"Info":{"gatewayId":"headerNamespace:headerGatewayId"}},"_policy":{"entries":{"DEFAULT":{"subjects":{"integration:solutionId:connectionId":{"type":"generated"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, test-header=this-is-a-test-header, other-test-header=headerNamespace:headerGatewayId}]] 09:42:29.835 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Configured with Thing template: {"thingId":"{{ header:device_id }}","_copyPolicyFrom":"{{ header:gateway_id }}","attributes":{"Info":{"gatewayId":"{{ header:gateway_id }}"}}} 09:42:29.835 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Received ExternalMessage: UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse-hono-empty-notification, device_id=headerNamespace:headerDeviceId, gateway_id=headerNamespace:headerGatewayId}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=UNKNOWN, textPayload=null, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] 09:42:29.836 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Mapped ExternalMessage to Adaptable: ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=headerNamespace, id=headerDeviceId, group=things, channel=twin, criterion=commands, action=create, searchAction=null, subject=null, path=headerNamespace/headerDeviceId/things/twin/commands/create], payload=ImmutablePayload [path=/, value={"__schemaVersion":2,"_namespace":"headerNamespace","thingId":"headerNamespace:headerDeviceId","attributes":{"Info":{"gatewayId":"headerNamespace:headerGatewayId"}},"_copyPolicyFrom":"headerNamespace:headerGatewayId"}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, test-header=this-is-a-test-header, other-test-header=headerNamespace:headerGatewayId}]] 09:42:29.838 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Configured with Thing template: {"thingId":"{{ header:device_id }}","_copyPolicyFrom":"{{ header:gateway_id }}","attributes":{"Info":{"gatewayId":"{{ header:gateway_id }}"}}} 09:42:29.838 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Received ExternalMessage: UnmodifiableExternalMessage [headers={device_id=headerNamespace:headerDeviceId}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=UNKNOWN, textPayload=null, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapperTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-connectivity-mapping --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-connectivity-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/ditto-services-connectivity-mapping-0-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ ditto-services-connectivity-mapping --- [INFO] Reading assembly descriptor: src/test/assembly/assembly.xml [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/ditto-services-connectivity-mapping-0-SNAPSHOT-benchmark.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-connectivity-mapping --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-connectivity-mapping --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-connectivity-mapping --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Connectivity :: Mapping' with 32 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-connectivity-mapping --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/ditto-services-connectivity-mapping-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-mapping/0-SNAPSHOT/ditto-services-connectivity-mapping-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-mapping/0-SNAPSHOT/ditto-services-connectivity-mapping-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/connectivity/mapping/target/ditto-services-connectivity-mapping-0-SNAPSHOT-benchmark.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-connectivity-mapping/0-SNAPSHOT/ditto-services-connectivity-mapping-0-SNAPSHOT-benchmark.jar [INFO] [INFO] -----< org.eclipse.ditto:ditto-services-utils-conditional-headers >----- [INFO] Building Eclipse Ditto :: Services :: Utils :: Conditional Header Utils 0-SNAPSHOT [86/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-conditional-headers --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-conditional-headers --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-conditional-headers --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-conditional-headers --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-conditional-headers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-conditional-headers --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-conditional-headers:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-conditional-headers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-conditional-headers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-conditional-headers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-conditional-headers --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 s - in org.eclipse.ditto.services.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest [INFO] Running org.eclipse.ditto.services.utils.headers.conditional.ConditionalHeadersValidatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ditto.services.utils.headers.conditional.ConditionalHeadersValidatorTest [INFO] Running org.eclipse.ditto.services.utils.headers.conditional.IfMatchPreconditionHeaderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ditto.services.utils.headers.conditional.IfMatchPreconditionHeaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-conditional-headers --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-conditional-headers --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/target/ditto-services-utils-conditional-headers-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-conditional-headers --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-conditional-headers --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-conditional-headers --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Conditional Header Utils' with 3 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-conditional-headers --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/target/ditto-services-utils-conditional-headers-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-conditional-headers/0-SNAPSHOT/ditto-services-utils-conditional-headers-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/conditional-headers/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-conditional-headers/0-SNAPSHOT/ditto-services-utils-conditional-headers-0-SNAPSHOT.pom [INFO] [INFO] ------< org.eclipse.ditto:ditto-services-utils-persistent-actors >------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Persistent Actors 0-SNAPSHOT [87/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-persistent-actors --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-persistent-actors --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-persistent-actors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-persistent-actors --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-persistent-actors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/src/main/resources [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-persistent-actors --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-persistent-actors:jar:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-persistent-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/target/classes [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/src/main/java/org/eclipse/ditto/services/utils/persistentactors/AbstractShardedPersistenceActor.java: /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/src/main/java/org/eclipse/ditto/services/utils/persistentactors/AbstractShardedPersistenceActor.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/src/main/java/org/eclipse/ditto/services/utils/persistentactors/AbstractShardedPersistenceActor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/src/main/java/org/eclipse/ditto/services/utils/persistentactors/etags/AbstractConditionHeaderCheckingCommandStrategy.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/src/main/java/org/eclipse/ditto/services/utils/persistentactors/etags/AbstractConditionHeaderCheckingCommandStrategy.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-persistent-actors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-persistent-actors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-persistent-actors --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.ditto.services.utils.persistentactors.MetadataFromSignalTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.51 s - in org.eclipse.ditto.services.utils.persistentactors.MetadataFromSignalTest [INFO] Running org.eclipse.ditto.services.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest 09:42:50.089 [INFO ] a.e.s.Slf4jLogger - Slf4jLogger started 09:42:50.748 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'slowDelete', deleting snapshots to sequence number 9 and events to 9. 09:42:50.750 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Another cleanup is already running, rejecting the new cleanup request. 09:42:50.813 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'testDeleteSucceeds', deleting snapshots to sequence number 9 and events to 9. 09:42:50.814 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'testDeleteSucceeds' completed. 09:42:50.832 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'failDeleteSnapshot', deleting snapshots to sequence number 4 and events to 4. 09:42:50.834 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'failDeleteSnapshot' failed. Snapshots: DeleteSnapshotsFailure (failDeleteSnapshot). Messages: DeleteMessagesSuccess. 09:42:50.860 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'testDeleteNotCalledWhenRevisionDidNotChange', deleting snapshots to sequence number 19 and events to 19. 09:42:50.860 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'testDeleteNotCalledWhenRevisionDidNotChange' completed. 09:42:50.880 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'failDeleteMessage', deleting snapshots to sequence number 4 and events to 4. 09:42:50.882 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'failDeleteMessage' failed. Snapshots: DeleteSnapshotsSuccess. Messages: DeleteMessagesFailure (failDeleteMessage). 09:42:50.901 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'testZeroStaleEventsKept', deleting snapshots to sequence number 9 and events to 10. 09:42:50.901 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'testZeroStaleEventsKept' completed. 09:42:50.920 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'testDeleteIsCalledWhenRevisionChanged', deleting snapshots to sequence number 9 and events to 9. 09:42:50.921 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'testDeleteIsCalledWhenRevisionChanged' completed. 09:42:50.925 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'testDeleteIsCalledWhenRevisionChanged', deleting snapshots to sequence number 19 and events to 19. 09:42:50.926 [INFO ] o.e.d.s.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'testDeleteIsCalledWhenRevisionChanged' completed. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.049 s - in org.eclipse.ditto.services.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-persistent-actors --- [INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**" [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-persistent-actors --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/target/ditto-services-utils-persistent-actors-0-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-persistent-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-persistent-actors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-persistent-actors --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Persistent Actors' with 21 classes [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-persistent-actors --- [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/target/ditto-services-utils-persistent-actors-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-persistent-actors/0-SNAPSHOT/ditto-services-utils-persistent-actors-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/persistent-actors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-persistent-actors/0-SNAPSHOT/ditto-services-utils-persistent-actors-0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.ditto:ditto-services-utils-search >------------ [INFO] Building Eclipse Ditto :: Services :: Utils :: Search 0-SNAPSHOT [88/114] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-search --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-search --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-search --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/search/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-search --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/search/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditt