Started by an SCM change Running as SYSTEM Agent basic-h9v0c is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-h9v0c" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-h9v0c" - 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-h9v0c" - 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-h9v0c 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 8b51953016d8d1ec9b70e76ea176eebe8447805b (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8b51953016d8d1ec9b70e76ea176eebe8447805b # timeout=10 Commit message: "fixed CORS headers for nginx configs in kubernets + docker setup * updated index.html of sandbox to show deployed Ditto version + fix health displaying for when being DOWN" > git rev-list --no-walk 8bcac91dd0504a957a151fdf00f808282bd81cc4 # 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.737 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.089 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.72 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.039 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.016 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.088 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.004 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.01 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.113 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.054 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.004 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.192 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 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.012 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.013 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.31 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.107 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.001 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.011 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.086 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.025 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.055 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.019 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.016 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.173 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.093 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.031 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.069 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.004 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.042 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.02 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.018 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.222 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.187 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.054 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.027 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.003 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.019 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.015 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.086 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.515 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.009 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.054 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.563 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.03 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.034 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.165 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.419 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.029 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.04 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.011 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.007 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.114 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.083 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.385 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.45 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.041 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.004 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.004 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.035 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.05 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.004 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.001 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.004 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.003 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.321 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.003 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.049 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.026 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.011 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.026 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.005 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.008 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.066 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.093 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.006 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.006 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.013 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.008 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.032 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 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.059 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.011 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: 1.118 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.066 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.074 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.017 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.034 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.084 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.076 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.012 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.09 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.019 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.011 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.046 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.008 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.111 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.025 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.062 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 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.905 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.479 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.043 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.056 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.013 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.003 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.019 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.051 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.103 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.825 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 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.08 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.016 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.056 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.711 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 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.007 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.012 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.002 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.054 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.009 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.02 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.053 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.13 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.893 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.088 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.232 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.085 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.07 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.016 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.015 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.587 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.018 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.007 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.068 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.239 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.037 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.001 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.049 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.078 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.038 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.013 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.087 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.019 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.299 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.876 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.717 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.235 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.114 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.004 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.112 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.003 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.002 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.573 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.557 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.278 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.604 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.237 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.06 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.51 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.002 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.082 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.004 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.064 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.016 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.722 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.158 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.287 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.18 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.12 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.511 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.02 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.046 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.021 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.071 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.013 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.02 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.019 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.054 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.033 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: 1.009 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.064 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.058 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.018 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-sources4423359476246883954/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 15.2 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.8 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.5 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.794 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.9 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.6 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.1 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.777 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.17 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.541 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.018 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.094 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.197 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.078 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.558 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.506 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.004 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.034 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.064 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.661 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.01 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.783 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.004 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.004 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.292 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.865 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.036 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.203 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.173 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.423 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.005 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.004 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.034 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.004 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.003 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.002 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.003 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.003 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.012 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.867 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.052 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.09 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.07 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.039 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.061 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.027 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.079 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.039 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.079 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.019 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.065 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.045 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.032 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.033 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.067 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.027 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.051 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.022 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.052 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.022 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.027 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.045 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.029 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.057 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.031 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.023 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.074 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.058 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.027 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.031 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.063 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.031 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.045 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.018 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.017 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.093 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.631 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.004 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.003 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.011 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.002 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.002 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.003 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.002 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.002 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.003 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.002 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.003 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.008 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.003 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.003 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.088 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.003 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.003 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.003 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.003 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.003 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.046 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.002 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.004 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.003 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.003 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.019 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.003 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.005 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.006 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.048 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.003 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.561 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.063 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.367 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.046 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.061 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.04 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.084 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.07 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.126 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.074 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.123 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.048 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.035 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.055 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.033 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.033 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.047 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.025 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.028 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.051 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.039 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.061 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.021 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.057 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.076 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.03 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.062 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.053 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.032 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.052 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.042 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.063 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.035 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.067 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.024 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.066 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.022 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.309 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.017 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.045 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.033 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.016 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.042 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.027 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.024 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.038 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.026 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.024 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.022 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.028 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.017 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.044 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.028 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.035 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.053 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.032 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.039 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.022 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.021 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.025 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.039 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.024 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.04 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.022 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.022 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.045 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.017 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.022 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.017 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.049 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.028 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.079 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.022 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.026 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.044 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.021 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.017 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.066 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.105 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.104 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.092 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.093 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.067 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.034 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.023 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.266 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.31 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.069 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.555 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.411 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.093 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.076 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.651 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.245 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.065 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.087 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.071 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.042 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.061 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.055 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.087 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.067 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.044 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.075 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.079 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.043 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.074 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.036 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.22 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.147 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.082 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.077 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.043 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.072 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.081 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.046 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.063 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.043 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.074 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.073 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.039 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.08 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.041 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.024 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.044 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.065 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.029 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.072 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.029 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.051 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.031 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.055 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.032 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.058 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.028 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.016 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.056 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.039 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.049 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.031 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.053 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.039 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.067 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.033 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.051 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.027 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.293 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.037 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.098 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.059 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.047 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.147 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.788 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.385 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.265 s - in org.eclipse.ditto.protocoladapter.ImmutableMessagePathTest [INFO] Running org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest [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(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(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(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(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 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(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(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(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(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 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(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(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(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(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(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 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(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(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(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(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(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(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(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(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 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(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 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(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 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(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 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 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 [] [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 [] [INFO] Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.51 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.324 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.009 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.215 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.009 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.179 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.043 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.145 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.115 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.03 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.053 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.077 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.023 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.166 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.001 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.001 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.095 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.026 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.048 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.041 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.005 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.003 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.003 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.004 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.025 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 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.002 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.97 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: 1.01 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.048 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.003 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.021 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.481 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.01 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.014 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.007 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.032 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.04 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.045 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.091 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.016 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.129 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.082 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.061 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.004 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.936 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.18 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.079 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.027 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.07 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.112 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.075 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.025 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.067 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.028 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.179 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.1 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.085 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.093 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.026 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.175 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.037 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.071 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.022 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.094 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.025 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.05 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.02 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.02 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.023 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.023 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.062 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.023 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.065 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.02 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.05 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.019 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.019 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.023 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.04 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.037 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.004 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.004 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.12 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.179 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: 1 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.11 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.8 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.048 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.027 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.074 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.053 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.092 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.083 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.079 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.081 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.043 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.081 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.036 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.062 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.039 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.065 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.039 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.046 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.064 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.068 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.048 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.042 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.031 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.024 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.035 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.045 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.018 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.001 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.045 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.02 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.031 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.063 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.034 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.055 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.023 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.064 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.033 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.046 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.04 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.049 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.042 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.071 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.049 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.027 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.048 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.023 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.019 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.044 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.015 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.015 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.063 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.032 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.018 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.051 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.028 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.025 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.055 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.035 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.066 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.075 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.12 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.061 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.1 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.03 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.086 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.029 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.183 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.077 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.265 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.142 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.067 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.061 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.027 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.473 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.162 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.289 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.064 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.014 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.144 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.044 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.023 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.004 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.115 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.436 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.003 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.917 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.922 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.031 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.261 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.01 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.004 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.02 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: 1.032 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.224 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.098 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.073 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.3 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.5 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.3 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 07:08:41.226] [default-akka.actor.default-dispatcher-6] [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 07:08:41.247] [default-akka.actor.default-dispatcher-6] [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.171 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.797 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.035 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.485 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.012 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.203 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.011 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.043 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.448 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.055 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.003 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.046 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.058 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.095 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.076 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.134 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.155 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.082 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.145 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.047 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.01 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.01 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.858 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.649 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.009 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.229 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.872 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.085 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.119 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.981 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.009 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.048 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.77 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.101 s - in org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexFactoryTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexOperationsTest 07:09:13,813 |-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] 07:09:13,873 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set 07:09:13,874 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] 07:09:13,876 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 07:09:13,883 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] 07:09:13,891 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 07:09:13,912 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 07:09:13,912 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR] 07:09:13,912 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 07:09:13,915 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.ditto] to INFO 07:09:13,915 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 07:09:13,915 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT] 07:09:13,916 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT] 07:09:13,916 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 07:09:13,917 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1dac0784 - Registering current configuration as safe fallback point [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 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.31 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.007 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.157 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.019 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.066 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.203 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.026 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.218 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.194 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.044 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.125 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.023 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.04 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.03 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 07:09:18,617 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 07:09:18,618 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 07:09:19,115 WARN [] a.s.i.s.SinkRefStageImpl SinkRefStageImpl(akka://AkkaTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now. 2020-12-11 07:09:19,317 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 2020-12-11 07:09:19,317 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 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.985 s - in org.eclipse.ditto.services.utils.persistence.mongo.SnapshotStreamingActorTest [INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.DefaultPersistenceStreamingActorTest 2020-12-11 07:09:19,515 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 07:09:19,515 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 07:09:19,663 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.316 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.21 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.062 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.015 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.569 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.263 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.077 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.334 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.024 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.026 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.198 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.529 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.231 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.199 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.036 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.065 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.023 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.346 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 07:09:40.095] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:43903] with UID [-8782165222065126835] [INFO] [12/11/2020 07:09:40.120] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:09:40.307] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Registered cluster JMX MBean [akka:type=Cluster,port=43903] [INFO] [12/11/2020 07:09:40.307] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Started up successfully [INFO] [12/11/2020 07:09:40.393] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - 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 07:09:40.393] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:09:41.023] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:34952] with UID [-3403506913791922670] [INFO] [12/11/2020 07:09:41.024] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:09:41.029] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Registered cluster JMX MBean [akka:type=Cluster,port=34952] [INFO] [12/11/2020 07:09:41.029] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Started up successfully [INFO] [12/11/2020 07:09:41.032] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - 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 07:09:41.032] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - 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 07:09:41.111] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Node [akka://actorSystem@127.0.0.1:43903] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:09:41.114] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:09:41.126] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Leader is moving node [akka://actorSystem@127.0.0.1:43903] to [Up] [INFO] [akkaMemberChanged][12/11/2020 07:09:41.546] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Node [akka://actorSystem@127.0.0.1:34952] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:09:41.621] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Welcome from [akka://actorSystem@127.0.0.1:43903] [INFO] [akkaMemberChanged][12/11/2020 07:09:42.375] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Leader is moving node [akka://actorSystem@127.0.0.1:34952] to [Up] [INFO] [12/11/2020 07:09:43.148] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:34952)))> [INFO] [akkaMemberChanged][12/11/2020 07:09:43.169] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Marked address [akka://actorSystem@127.0.0.1:43903] as [Leaving] [INFO] [12/11/2020 07:09:43.401] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - is no longer leader [INFO] [12/11/2020 07:09:44.083] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:09:44.083] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Leader is moving node [akka://actorSystem@127.0.0.1:43903] to [Exiting] [INFO] [12/11/2020 07:09:44.088] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Exiting completed [INFO] [12/11/2020 07:09:44.090] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Shutting down... [INFO] [12/11/2020 07:09:44.093] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Exiting confirmed [akka://actorSystem@127.0.0.1:43903] [INFO] [12/11/2020 07:09:44.092] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43903] - Successfully shut down [INFO] [12/11/2020 07:09:44.096] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [12/11/2020 07:09:44.100] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [akkaDeadLetter][12/11/2020 07:09:44.103] [actorSystem-akka.actor.default-dispatcher-4] [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#173461098] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/user/ack-replicator#173461098] 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 07:09:44.107] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka://actorSystem@127.0.0.1:43903/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:09:44.108] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka://actorSystem@127.0.0.1:43903/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [WARN] [12/11/2020 07:09:44.130] [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:34952], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [WARN] [12/11/2020 07:09:44.130] [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:34952], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [INFO] [12/11/2020 07:09:44.193] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka://actorSystem@127.0.0.1:43903/system/remoting-terminator] Remoting shut down. [INFO] [akkaMemberChanged][12/11/2020 07:09:44.208] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Marked address [akka://actorSystem@127.0.0.1:34952] as [Leaving] [INFO] [akkaMemberChanged][12/11/2020 07:09:45.104] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Leader is moving node [akka://actorSystem@127.0.0.1:34952] to [Exiting] [INFO] [akkaMemberChanged][12/11/2020 07:09:45.104] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Leader is removing confirmed Exiting node [akka://actorSystem@127.0.0.1:43903] [INFO] [12/11/2020 07:09:45.104] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Exiting completed [INFO] [12/11/2020 07:09:45.104] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Shutting down... [INFO] [12/11/2020 07:09:45.105] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34952] - Successfully shut down [INFO] [akkaDeadLetter][12/11/2020 07:09:45.105] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/system/clusterEventBusListener] Message [akka.cluster.ClusterEvent$MemberRemoved] to Actor[akka://actorSystem/system/clusterEventBusListener#-761178461] 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 07:09:45.106] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/system/clusterEventBusListener] Message [akka.cluster.ClusterEvent$MemberExited] to Actor[akka://actorSystem/system/clusterEventBusListener#-761178461] was unhandled. [2] 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 07:09:45.108] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:34952/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:09:45.108] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:34952/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 07:09:46.125] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:34952/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 07:09:46.162] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:41859] with UID [-7837565319676242454] [INFO] [12/11/2020 07:09:46.163] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:09:46.167] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Registered cluster JMX MBean [akka:type=Cluster,port=41859] [INFO] [12/11/2020 07:09:46.167] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Started up successfully [INFO] [12/11/2020 07:09:46.170] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - 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 07:09:46.170] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:09:46.208] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:46140] with UID [8840045380001711391] [INFO] [12/11/2020 07:09:46.209] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:09:46.211] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Registered cluster JMX MBean [akka:type=Cluster,port=46140] [INFO] [12/11/2020 07:09:46.211] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Started up successfully [INFO] [12/11/2020 07:09:46.214] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - 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 07:09:46.214] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - 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 07:09:46.226] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Node [akka://actorSystem@127.0.0.1:41859] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:09:46.226] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:09:46.226] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Leader is moving node [akka://actorSystem@127.0.0.1:41859] to [Up] [INFO] [akkaMemberChanged][12/11/2020 07:09:46.303] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Node [akka://actorSystem@127.0.0.1:46140] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:09:46.306] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Welcome from [akka://actorSystem@127.0.0.1:41859] [INFO] [akkaMemberChanged][12/11/2020 07:09:47.187] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Leader is moving node [akka://actorSystem@127.0.0.1:46140] to [Up] [INFO] [12/11/2020 07:09:47.243] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:41859)))> [INFO] [12/11/2020 07:09:47.243] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:41859)))> [INFO] [akkaMemberChanged][12/11/2020 07:09:47.767] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Marked address [akka://actorSystem@127.0.0.1:41859] as [Leaving] [INFO] [akkaMemberChanged][12/11/2020 07:09:48.208] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Leader is moving node [akka://actorSystem@127.0.0.1:41859] to [Exiting] [INFO] [12/11/2020 07:09:48.208] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Exiting completed [INFO] [12/11/2020 07:09:48.208] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Shutting down... [INFO] [12/11/2020 07:09:48.209] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41859] - Successfully shut down [INFO] [akkaDeadLetter][12/11/2020 07:09:48.209] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/system/clusterEventBusListener] Message [akka.cluster.ClusterEvent$MemberExited] to Actor[akka://actorSystem/system/clusterEventBusListener#-1235273297] 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 07:09:48.213] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [12/11/2020 07:09:48.213] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [akkaDeadLetter][12/11/2020 07:09:48.214] [actorSystem-akka.actor.default-dispatcher-20] [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#-1699247646] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/user/ack-replicator#-1699247646] 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 07:09:48.216] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Exiting confirmed [akka://actorSystem@127.0.0.1:41859] [ERROR] [12/11/2020 07:09:48.216] [actorSystem-akka.actor.default-dispatcher-6] [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#-1699247646]] 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#-1699247646]] had already been terminated. Message of type [akka.cluster.ddata.Replicator$Update]. [INFO] [12/11/2020 07:09:48.217] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:41859/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:09:48.217] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:41859/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [WARN] [12/11/2020 07:09:48.223] [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:46140], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [WARN] [12/11/2020 07:09:48.224] [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:46140], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [INFO] [12/11/2020 07:09:48.225] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:41859/system/remoting-terminator] Remoting shut down. [INFO] [akkaMemberChanged][12/11/2020 07:09:48.239] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Marked address [akka://actorSystem@127.0.0.1:46140] as [Leaving] [INFO] [12/11/2020 07:09:48.245] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:09:48.246] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Leader is moving node [akka://actorSystem@127.0.0.1:46140] to [Exiting] [INFO] [akkaMemberChanged][12/11/2020 07:09:48.246] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Leader is removing confirmed Exiting node [akka://actorSystem@127.0.0.1:41859] [INFO] [12/11/2020 07:09:48.246] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Exiting completed [INFO] [12/11/2020 07:09:48.246] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Shutting down... [INFO] [12/11/2020 07:09:48.246] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46140] - Successfully shut down [INFO] [12/11/2020 07:09:48.247] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [12/11/2020 07:09:48.248] [actorSystem-akka.actor.default-dispatcher-21] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [akkaDeadLetter][12/11/2020 07:09:48.248] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/system/cluster/core/publisher] Message [akka.cluster.InternalClusterAction$PublishChanges] from Actor[akka://actorSystem/system/cluster/core/daemon#-924380326] to Actor[akka://actorSystem/system/cluster/core/publisher#-322474236] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/system/cluster/core/publisher#-322474236] 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] [akkaDeadLetter][12/11/2020 07:09:48.250] [actorSystem-akka.actor.default-dispatcher-5] [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#-1983704224] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/user/ack-replicator#-1983704224] 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 07:09:48.291] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:46140/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:09:48.291] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:46140/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 07:09:49.307] [actorSystem-akka.remote.default-remote-dispatcher-6] [akka://actorSystem@127.0.0.1:46140/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 07:09:49.336] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44065] with UID [-1956516508239610932] [INFO] [12/11/2020 07:09:49.336] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:09:49.340] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Registered cluster JMX MBean [akka:type=Cluster,port=44065] [INFO] [12/11/2020 07:09:49.340] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Started up successfully [INFO] [12/11/2020 07:09:49.342] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - 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 07:09:49.342] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:09:49.396] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:45920] with UID [-6994746256715241988] [INFO] [12/11/2020 07:09:49.397] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:09:49.400] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Registered cluster JMX MBean [akka:type=Cluster,port=45920] [INFO] [12/11/2020 07:09:49.400] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Started up successfully [INFO] [12/11/2020 07:09:49.401] [actorSystem-akka.actor.internal-dispatcher-7] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - 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 07:09:49.401] [actorSystem-akka.actor.internal-dispatcher-7] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - 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 07:09:49.411] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Node [akka://actorSystem@127.0.0.1:44065] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:09:49.412] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:09:49.412] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Leader is moving node [akka://actorSystem@127.0.0.1:44065] to [Up] [INFO] [akkaMemberChanged][12/11/2020 07:09:49.436] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Node [akka://actorSystem@127.0.0.1:45920] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:09:49.439] [actorSystem-akka.actor.internal-dispatcher-7] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Welcome from [akka://actorSystem@127.0.0.1:44065] [INFO] [akkaMemberChanged][12/11/2020 07:09:50.354] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Leader is moving node [akka://actorSystem@127.0.0.1:45920] to [Up] [INFO] [12/11/2020 07:09:50.435] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:44065)))> [INFO] [akkaMemberChanged][12/11/2020 07:09:50.467] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Marked address [akka://actorSystem@127.0.0.1:44065] as [Leaving] [INFO] [akkaMemberChanged][12/11/2020 07:09:51.375] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Leader is moving node [akka://actorSystem@127.0.0.1:44065] to [Exiting] [INFO] [12/11/2020 07:09:51.375] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Exiting completed [INFO] [12/11/2020 07:09:51.377] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Shutting down... [INFO] [12/11/2020 07:09:51.377] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44065] - Successfully shut down [INFO] [12/11/2020 07:09:51.379] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [INFO] [akkaDeadLetter][12/11/2020 07:09:51.379] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/ack-replicator] Message [akka.cluster.ddata.Replicator$Update] to Actor[akka://actorSystem/user/ack-replicator#1588483240] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/user/ack-replicator#1588483240] 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 07:09:51.381] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Exiting confirmed [akka://actorSystem@127.0.0.1:44065] [ERROR] [12/11/2020 07:09:51.380] [actorSystem-akka.actor.default-dispatcher-5] [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#1588483240]] 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#1588483240]] had already been terminated. Message of type [akka.cluster.ddata.Replicator$Update]. [INFO] [12/11/2020 07:09:51.380] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member [ERROR] [12/11/2020 07:09:51.380] [actorSystem-akka.actor.default-dispatcher-5] [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#1588483240]] 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#1588483240]] had already been terminated. Message of type [akka.cluster.ddata.Replicator$Update]. [INFO] [12/11/2020 07:09:51.383] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:44065/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:09:51.383] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:44065/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [WARN] [12/11/2020 07:09:51.387] [actorSystem-akka.remote.default-remote-dispatcher-6] [akka.stream.Log(akka://actorSystem/system/Materializers/StreamSupervisor-13)] [outbound connection to [akka://actorSystem@127.0.0.1:45920], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [WARN] [12/11/2020 07:09:51.387] [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:45920], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted [INFO] [12/11/2020 07:09:51.388] [actorSystem-akka.remote.default-remote-dispatcher-6] [akka://actorSystem@127.0.0.1:44065/system/remoting-terminator] Remoting shut down. [INFO] [akkaMemberChanged][12/11/2020 07:09:51.396] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Marked address [akka://actorSystem@127.0.0.1:45920] as [Leaving] [INFO] [12/11/2020 07:09:51.438] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:09:51.439] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Leader is moving node [akka://actorSystem@127.0.0.1:45920] to [Exiting] [INFO] [akkaMemberChanged][12/11/2020 07:09:51.439] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Leader is removing confirmed Exiting node [akka://actorSystem@127.0.0.1:44065] [INFO] [12/11/2020 07:09:51.440] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Exiting completed [INFO] [12/11/2020 07:09:51.440] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Shutting down... [INFO] [12/11/2020 07:09:51.440] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45920] - Successfully shut down [INFO] [akkaDeadLetter][12/11/2020 07:09:51.440] [actorSystem-akka.actor.default-dispatcher-4] [akka://actorSystem/system/clusterEventBusListener] Message [akka.cluster.ClusterEvent$MemberRemoved] to Actor[akka://actorSystem/system/clusterEventBusListener#-664579791] 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 07:09:51.440] [actorSystem-akka.actor.default-dispatcher-4] [akka://actorSystem/system/clusterEventBusListener] Message [akka.cluster.ClusterEvent$MemberExited] to Actor[akka://actorSystem/system/clusterEventBusListener#-664579791] was unhandled. [2] 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 07:09:51.441] [actorSystem-akka.actor.default-dispatcher-4] [akka://actorSystem/system/cluster/core/publisher] Message [akka.cluster.InternalClusterAction$PublishChanges] from Actor[akka://actorSystem/system/cluster/core/daemon#1494383723] to Actor[akka://actorSystem/system/cluster/core/publisher#950357476] was not delivered. [3] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/system/cluster/core/publisher#950357476] 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 07:09:51.442] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka://actorSystem@127.0.0.1:45920/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:09:51.442] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka://actorSystem@127.0.0.1:45920/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 07:09:52.460] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:45920/system/remoting-terminator] Remoting shut down. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.329 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.426 s - in org.eclipse.ditto.services.utils.pubsub.config.DefaultPubSubConfigTest [INFO] Running org.eclipse.ditto.services.utils.pubsub.PubSubFactoryTest [INFO] [12/11/2020 07:09:53.919] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:40104] with UID [-6490770355222749150] [INFO] [12/11/2020 07:09:53.919] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:09:53.922] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - Registered cluster JMX MBean [akka:type=Cluster,port=40104] [INFO] [12/11/2020 07:09:53.922] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - Started up successfully [INFO] [12/11/2020 07:09:53.924] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - 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 07:09:53.924] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:09:54.001] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36138] with UID [2451194976924323104] [INFO] [12/11/2020 07:09:54.002] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36138] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:09:54.004] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36138] - Registered cluster JMX MBean [akka:type=Cluster,port=36138] [INFO] [12/11/2020 07:09:54.004] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36138] - Started up successfully [INFO] [12/11/2020 07:09:54.005] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36138] - 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 07:09:54.005] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36138] - 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 07:09:54.017] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - Node [akka://actorSystem@127.0.0.1:40104] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:09:54.017] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:09:54.017] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - Leader is moving node [akka://actorSystem@127.0.0.1:40104] to [Up] [INFO] [12/11/2020 07:09:54.028] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$a/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:40104)))> [INFO] [12/11/2020 07:09:54.029] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$b/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:09:54.099] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - Node [akka://actorSystem@127.0.0.1:36138] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:09:54.101] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36138] - Welcome from [akka://actorSystem@127.0.0.1:40104] [INFO] [akkaMemberChanged][12/11/2020 07:09:54.938] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - Leader is moving node [akka://actorSystem@127.0.0.1:36138] to [Up] [INFO] [12/11/2020 07:09:55.054] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$w/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:36138)))> [INFO] [12/11/2020 07:09:55.957] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40104] - is no longer leader [INFO] [12/11/2020 07:09:56.044] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36138] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 07:09:59.130] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37998] with UID [7757579813027514621] [INFO] [12/11/2020 07:09:59.131] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37998] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:09:59.133] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37998] - Registered cluster JMX MBean [akka:type=Cluster,port=37998] [INFO] [12/11/2020 07:09:59.133] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37998] - Started up successfully [INFO] [12/11/2020 07:09:59.134] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37998] - 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 07:09:59.134] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37998] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:09:59.192] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:41958] with UID [6631202136774166992] [INFO] [12/11/2020 07:09:59.193] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41958] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:09:59.195] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41958] - Registered cluster JMX MBean [akka:type=Cluster,port=41958] [INFO] [12/11/2020 07:09:59.195] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41958] - Started up successfully [INFO] [12/11/2020 07:09:59.196] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41958] - 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 07:09:59.196] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41958] - 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 07:09:59.204] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37998] - Node [akka://actorSystem@127.0.0.1:37998] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:09:59.205] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37998] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:09:59.205] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37998] - Leader is moving node [akka://actorSystem@127.0.0.1:37998] to [Up] [INFO] [12/11/2020 07:09:59.208] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/user/$$y/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:37998)))> [INFO] [12/11/2020 07:09:59.208] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$z/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:09:59.223] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37998] - Node [akka://actorSystem@127.0.0.1:41958] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:09:59.225] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41958] - Welcome from [akka://actorSystem@127.0.0.1:37998] [INFO] [akkaMemberChanged][12/11/2020 07:10:00.151] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37998] - Leader is moving node [akka://actorSystem@127.0.0.1:41958] to [Up] [ERROR] [12/11/2020 07:10:01.422] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/user/$$y/dc-default-sub-supervisor/subscriber1] Notifying SubUpdater of AckUpdater termination: [ERROR] [12/11/2020 07:10:01.422] [actorSystem-akka.actor.default-dispatcher-23] [akka://actorSystem/user/$$y/dc-default-ack-supervisor] All local declared acknowledgement labels lost. [INFO] [12/11/2020 07:10:02.441] [actorSystem-akka.actor.default-dispatcher-22] [akka://actorSystem/user/$$y/dc-default-ack-supervisor/ackUpdater2] Got Some(akka://actorSystem@127.0.0.1:37998)))> [INFO] [12/11/2020 07:10:07.377] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:34009] with UID [-5353470627789837243] [INFO] [12/11/2020 07:10:07.377] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34009] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:07.379] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34009] - Registered cluster JMX MBean [akka:type=Cluster,port=34009] [INFO] [12/11/2020 07:10:07.379] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34009] - Started up successfully [INFO] [12/11/2020 07:10:07.381] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34009] - 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 07:10:07.381] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34009] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:07.403] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37547] with UID [198268885310501403] [INFO] [12/11/2020 07:10:07.404] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37547] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:07.405] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37547] - Registered cluster JMX MBean [akka:type=Cluster,port=37547] [INFO] [12/11/2020 07:10:07.405] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37547] - Started up successfully [INFO] [12/11/2020 07:10:07.406] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37547] - 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 07:10:07.406] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37547] - 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 07:10:07.415] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34009] - Node [akka://actorSystem@127.0.0.1:34009] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:07.415] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34009] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:07.415] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34009] - Leader is moving node [akka://actorSystem@127.0.0.1:34009] to [Up] [INFO] [12/11/2020 07:10:07.418] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$B/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [12/11/2020 07:10:07.418] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$A/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:34009)))> [INFO] [akkaMemberChanged][12/11/2020 07:10:07.432] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34009] - Node [akka://actorSystem@127.0.0.1:37547] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:07.434] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37547] - Welcome from [akka://actorSystem@127.0.0.1:34009] [INFO] [akkaMemberChanged][12/11/2020 07:10:08.397] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34009] - Leader is moving node [akka://actorSystem@127.0.0.1:37547] to [Up] [INFO] [12/11/2020 07:10:08.493] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$A/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:34009)))> [INFO] [12/11/2020 07:10:14.573] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:38110] with UID [1974057185970141641] [INFO] [12/11/2020 07:10:14.574] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38110] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:14.575] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38110] - Registered cluster JMX MBean [akka:type=Cluster,port=38110] [INFO] [12/11/2020 07:10:14.576] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38110] - Started up successfully [INFO] [12/11/2020 07:10:14.582] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38110] - 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 07:10:14.582] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38110] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:14.604] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:39342] with UID [-1391323686498360913] [INFO] [12/11/2020 07:10:14.604] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39342] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:14.606] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39342] - Registered cluster JMX MBean [akka:type=Cluster,port=39342] [INFO] [12/11/2020 07:10:14.606] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39342] - Started up successfully [INFO] [12/11/2020 07:10:14.607] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39342] - 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 07:10:14.607] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39342] - 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 07:10:14.615] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38110] - Node [akka://actorSystem@127.0.0.1:38110] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:14.615] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38110] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:14.616] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38110] - Leader is moving node [akka://actorSystem@127.0.0.1:38110] to [Up] [INFO] [12/11/2020 07:10:14.619] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$D/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [12/11/2020 07:10:14.619] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$C/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:38110)))> [INFO] [akkaMemberChanged][12/11/2020 07:10:14.633] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38110] - Node [akka://actorSystem@127.0.0.1:39342] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:14.634] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39342] - Welcome from [akka://actorSystem@127.0.0.1:38110] [INFO] [akkaMemberChanged][12/11/2020 07:10:15.592] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38110] - Leader is moving node [akka://actorSystem@127.0.0.1:39342] to [Up] [INFO] [12/11/2020 07:10:15.641] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$C/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:38110)))> [INFO] [12/11/2020 07:10:21.769] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:41189] with UID [-8904555793508537283] [INFO] [12/11/2020 07:10:21.770] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41189] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:21.772] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41189] - Registered cluster JMX MBean [akka:type=Cluster,port=41189] [INFO] [12/11/2020 07:10:21.772] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41189] - Started up successfully [INFO] [12/11/2020 07:10:21.773] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41189] - 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 07:10:21.773] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41189] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:21.795] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:42432] with UID [1661260409440239842] [INFO] [12/11/2020 07:10:21.796] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42432] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:21.798] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42432] - Registered cluster JMX MBean [akka:type=Cluster,port=42432] [INFO] [12/11/2020 07:10:21.798] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42432] - Started up successfully [INFO] [12/11/2020 07:10:21.801] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42432] - 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 07:10:21.801] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42432] - 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 07:10:21.811] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41189] - Node [akka://actorSystem@127.0.0.1:41189] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:21.811] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41189] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:21.811] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41189] - Leader is moving node [akka://actorSystem@127.0.0.1:41189] to [Up] [INFO] [12/11/2020 07:10:21.814] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$E/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:41189)))> [INFO] [12/11/2020 07:10:21.817] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$F/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:10:21.829] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41189] - Node [akka://actorSystem@127.0.0.1:42432] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:21.831] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42432] - Welcome from [akka://actorSystem@127.0.0.1:41189] [INFO] [akkaMemberChanged][12/11/2020 07:10:22.792] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41189] - Leader is moving node [akka://actorSystem@127.0.0.1:42432] to [Up] [INFO] [12/11/2020 07:10:26.919] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:45116] with UID [4853330997578139685] [INFO] [12/11/2020 07:10:26.919] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:26.921] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - Registered cluster JMX MBean [akka:type=Cluster,port=45116] [INFO] [12/11/2020 07:10:26.921] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - Started up successfully [INFO] [12/11/2020 07:10:26.922] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - 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 07:10:26.923] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:26.942] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:40554] with UID [-3198473503968867244] [INFO] [12/11/2020 07:10:26.943] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40554] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:26.944] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40554] - Registered cluster JMX MBean [akka:type=Cluster,port=40554] [INFO] [12/11/2020 07:10:26.944] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40554] - Started up successfully [INFO] [12/11/2020 07:10:26.949] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40554] - 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 07:10:26.949] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40554] - 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 07:10:26.953] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - Node [akka://actorSystem@127.0.0.1:45116] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:26.953] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:26.953] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - Leader is moving node [akka://actorSystem@127.0.0.1:45116] to [Up] [INFO] [12/11/2020 07:10:26.956] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$G/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:45116)))> [INFO] [12/11/2020 07:10:26.956] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$H/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:10:27.003] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - Node [akka://actorSystem@127.0.0.1:40554] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:27.004] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40554] - Welcome from [akka://actorSystem@127.0.0.1:45116] [INFO] [akkaMemberChanged][12/11/2020 07:10:27.941] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - Leader is moving node [akka://actorSystem@127.0.0.1:40554] to [Up] [INFO] [12/11/2020 07:10:27.979] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$G/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:40554)))> [INFO] [12/11/2020 07:10:28.961] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45116] - is no longer leader [INFO] [12/11/2020 07:10:28.986] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40554] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 07:10:31.047] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:39827] with UID [-7082307286245521912] [INFO] [12/11/2020 07:10:31.047] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39827] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:31.049] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39827] - Registered cluster JMX MBean [akka:type=Cluster,port=39827] [INFO] [12/11/2020 07:10:31.049] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39827] - Started up successfully [INFO] [12/11/2020 07:10:31.051] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39827] - 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 07:10:31.051] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39827] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:31.068] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37839] with UID [6750774141894474697] [INFO] [12/11/2020 07:10:31.068] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37839] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:31.070] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37839] - Registered cluster JMX MBean [akka:type=Cluster,port=37839] [INFO] [12/11/2020 07:10:31.070] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37839] - Started up successfully [INFO] [12/11/2020 07:10:31.072] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37839] - 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 07:10:31.072] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37839] - 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 07:10:31.079] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39827] - Node [akka://actorSystem@127.0.0.1:39827] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:31.079] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39827] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:31.079] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39827] - Leader is moving node [akka://actorSystem@127.0.0.1:39827] to [Up] [INFO] [12/11/2020 07:10:31.082] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$I/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:39827)))> [INFO] [12/11/2020 07:10:31.090] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$J/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:10:31.103] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39827] - Node [akka://actorSystem@127.0.0.1:37839] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:31.105] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37839] - Welcome from [akka://actorSystem@127.0.0.1:39827] [INFO] [akkaMemberChanged][12/11/2020 07:10:32.061] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39827] - Leader is moving node [akka://actorSystem@127.0.0.1:37839] to [Up] [INFO] [12/11/2020 07:10:32.118] [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 07:10:34.152] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:35451] with UID [754834856915471357] [INFO] [12/11/2020 07:10:34.153] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35451] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:34.154] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35451] - Registered cluster JMX MBean [akka:type=Cluster,port=35451] [INFO] [12/11/2020 07:10:34.154] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35451] - Started up successfully [INFO] [12/11/2020 07:10:34.155] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35451] - 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 07:10:34.155] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35451] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:34.173] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:32908] with UID [-8606854252508455992] [INFO] [12/11/2020 07:10:34.174] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32908] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:34.175] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32908] - Registered cluster JMX MBean [akka:type=Cluster,port=32908] [INFO] [12/11/2020 07:10:34.175] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32908] - Started up successfully [INFO] [12/11/2020 07:10:34.178] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32908] - 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 07:10:34.178] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32908] - 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 07:10:34.183] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35451] - Node [akka://actorSystem@127.0.0.1:35451] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:34.183] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35451] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:34.184] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35451] - Leader is moving node [akka://actorSystem@127.0.0.1:35451] to [Up] [INFO] [12/11/2020 07:10:34.191] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$K/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:35451)))> [INFO] [12/11/2020 07:10:34.191] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$L/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:10:34.201] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35451] - Node [akka://actorSystem@127.0.0.1:32908] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:34.203] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:32908] - Welcome from [akka://actorSystem@127.0.0.1:35451] [INFO] [akkaMemberChanged][12/11/2020 07:10:35.174] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35451] - Leader is moving node [akka://actorSystem@127.0.0.1:32908] to [Up] [INFO] [12/11/2020 07:10:37.248] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36471] with UID [5285613758707183523] [INFO] [12/11/2020 07:10:37.249] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36471] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:37.251] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36471] - Registered cluster JMX MBean [akka:type=Cluster,port=36471] [INFO] [12/11/2020 07:10:37.251] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36471] - Started up successfully [INFO] [12/11/2020 07:10:37.252] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36471] - 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 07:10:37.252] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36471] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:37.269] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:45558] with UID [6676834520422597828] [INFO] [12/11/2020 07:10:37.269] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45558] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:37.271] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45558] - Registered cluster JMX MBean [akka:type=Cluster,port=45558] [INFO] [12/11/2020 07:10:37.271] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45558] - Started up successfully [INFO] [12/11/2020 07:10:37.272] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45558] - 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 07:10:37.272] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45558] - 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 07:10:37.279] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36471] - Node [akka://actorSystem@127.0.0.1:36471] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:37.279] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36471] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:37.279] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36471] - Leader is moving node [akka://actorSystem@127.0.0.1:36471] to [Up] [INFO] [12/11/2020 07:10:37.281] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$M/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:36471)))> [INFO] [12/11/2020 07:10:37.286] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$N/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:10:37.299] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36471] - Node [akka://actorSystem@127.0.0.1:45558] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:37.300] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45558] - Welcome from [akka://actorSystem@127.0.0.1:36471] [INFO] [akkaMemberChanged][12/11/2020 07:10:38.263] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36471] - Leader is moving node [akka://actorSystem@127.0.0.1:45558] to [Up] [INFO] [12/11/2020 07:10:42.363] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:35394] with UID [-1688384805948282336] [INFO] [12/11/2020 07:10:42.364] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35394] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:42.365] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35394] - Registered cluster JMX MBean [akka:type=Cluster,port=35394] [INFO] [12/11/2020 07:10:42.365] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35394] - Started up successfully [INFO] [12/11/2020 07:10:42.370] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35394] - 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 07:10:42.370] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35394] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:42.387] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:42984] with UID [-9125625747307139433] [INFO] [12/11/2020 07:10:42.388] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42984] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:42.389] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42984] - Registered cluster JMX MBean [akka:type=Cluster,port=42984] [INFO] [12/11/2020 07:10:42.389] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42984] - Started up successfully [INFO] [12/11/2020 07:10:42.391] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42984] - 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 07:10:42.391] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42984] - 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 07:10:42.398] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35394] - Node [akka://actorSystem@127.0.0.1:35394] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:42.398] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35394] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:42.398] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35394] - Leader is moving node [akka://actorSystem@127.0.0.1:35394] to [Up] [INFO] [12/11/2020 07:10:42.400] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$O/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:35394)))> [INFO] [12/11/2020 07:10:42.401] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$P/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:10:42.412] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35394] - Node [akka://actorSystem@127.0.0.1:42984] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:42.413] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42984] - Welcome from [akka://actorSystem@127.0.0.1:35394] [INFO] [akkaMemberChanged][12/11/2020 07:10:43.377] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35394] - Leader is moving node [akka://actorSystem@127.0.0.1:42984] to [Up] [INFO] [12/11/2020 07:10:45.473] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36709] with UID [5413317672087015324] [INFO] [12/11/2020 07:10:45.474] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36709] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:45.475] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36709] - Registered cluster JMX MBean [akka:type=Cluster,port=36709] [INFO] [12/11/2020 07:10:45.475] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36709] - Started up successfully [INFO] [12/11/2020 07:10:45.476] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36709] - 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 07:10:45.476] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36709] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:45.493] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37584] with UID [4473225229159818910] [INFO] [12/11/2020 07:10:45.494] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37584] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:45.495] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37584] - Registered cluster JMX MBean [akka:type=Cluster,port=37584] [INFO] [12/11/2020 07:10:45.495] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37584] - Started up successfully [INFO] [12/11/2020 07:10:45.497] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37584] - 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 07:10:45.497] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37584] - 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 07:10:45.502] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36709] - Node [akka://actorSystem@127.0.0.1:36709] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:45.503] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36709] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:45.503] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36709] - Leader is moving node [akka://actorSystem@127.0.0.1:36709] to [Up] [INFO] [12/11/2020 07:10:45.505] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$Q/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:36709)))> [INFO] [12/11/2020 07:10:45.506] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$R/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:10:45.516] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36709] - Node [akka://actorSystem@127.0.0.1:37584] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:45.517] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37584] - Welcome from [akka://actorSystem@127.0.0.1:36709] [INFO] [akkaMemberChanged][12/11/2020 07:10:46.488] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36709] - Leader is moving node [akka://actorSystem@127.0.0.1:37584] to [Up] [INFO] [12/11/2020 07:10:46.553] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$Q/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:36709)))> [INFO] [12/11/2020 07:10:49.588] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44277] with UID [-5128118067481993926] [INFO] [12/11/2020 07:10:49.589] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:49.590] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - Registered cluster JMX MBean [akka:type=Cluster,port=44277] [INFO] [12/11/2020 07:10:49.590] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - Started up successfully [INFO] [12/11/2020 07:10:49.591] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - 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 07:10:49.592] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:49.611] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:34139] with UID [8911344714101578898] [INFO] [12/11/2020 07:10:49.612] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34139] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:49.613] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34139] - Registered cluster JMX MBean [akka:type=Cluster,port=34139] [INFO] [12/11/2020 07:10:49.613] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34139] - Started up successfully [INFO] [12/11/2020 07:10:49.617] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34139] - 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 07:10:49.617] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34139] - 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 07:10:49.621] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - Node [akka://actorSystem@127.0.0.1:44277] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:49.621] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:49.622] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - Leader is moving node [akka://actorSystem@127.0.0.1:44277] to [Up] [INFO] [12/11/2020 07:10:49.623] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$S/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:44277)))> [INFO] [12/11/2020 07:10:49.624] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$T/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:10:49.633] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - Node [akka://actorSystem@127.0.0.1:34139] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:49.635] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34139] - Welcome from [akka://actorSystem@127.0.0.1:44277] [INFO] [akkaMemberChanged][12/11/2020 07:10:50.602] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - Leader is moving node [akka://actorSystem@127.0.0.1:34139] to [Up] [INFO] [12/11/2020 07:10:50.699] [actorSystem-akka.actor.default-dispatcher-25] [akka://actorSystem/user/$$S/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:34139)))> [INFO] [12/11/2020 07:10:51.622] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44277] - is no longer leader [INFO] [12/11/2020 07:10:51.652] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34139] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 07:10:56.772] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:39087] with UID [3849927348202408188] [INFO] [12/11/2020 07:10:56.772] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:56.774] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - Registered cluster JMX MBean [akka:type=Cluster,port=39087] [INFO] [12/11/2020 07:10:56.774] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - Started up successfully [INFO] [12/11/2020 07:10:56.774] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - 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 07:10:56.774] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:10:56.791] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:34075] with UID [-2930216744875301491] [INFO] [12/11/2020 07:10:56.791] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34075] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:10:56.792] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34075] - Registered cluster JMX MBean [akka:type=Cluster,port=34075] [INFO] [12/11/2020 07:10:56.792] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34075] - Started up successfully [INFO] [12/11/2020 07:10:56.793] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34075] - 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 07:10:56.793] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34075] - 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 07:10:56.800] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - Node [akka://actorSystem@127.0.0.1:39087] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:10:56.801] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:10:56.801] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - Leader is moving node [akka://actorSystem@127.0.0.1:39087] to [Up] [INFO] [12/11/2020 07:10:56.802] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$V/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [12/11/2020 07:10:56.804] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$U/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:39087)))> [INFO] [akkaMemberChanged][12/11/2020 07:10:56.813] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - Node [akka://actorSystem@127.0.0.1:34075] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:10:56.814] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34075] - Welcome from [akka://actorSystem@127.0.0.1:39087] [INFO] [akkaMemberChanged][12/11/2020 07:10:57.786] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - Leader is moving node [akka://actorSystem@127.0.0.1:34075] to [Up] [INFO] [12/11/2020 07:10:57.806] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34075] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 07:10:57.821] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$U/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:34075)))> [INFO] [12/11/2020 07:10:58.806] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39087] - is no longer leader [INFO] [12/11/2020 07:11:00.885] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44346] with UID [-866986954056122090] [INFO] [12/11/2020 07:11:00.885] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:11:00.887] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - Registered cluster JMX MBean [akka:type=Cluster,port=44346] [INFO] [12/11/2020 07:11:00.887] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - Started up successfully [INFO] [12/11/2020 07:11:00.888] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - 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 07:11:00.888] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:11:00.904] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:33493] with UID [-2329764775069557781] [INFO] [12/11/2020 07:11:00.904] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33493] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:11:00.905] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33493] - Registered cluster JMX MBean [akka:type=Cluster,port=33493] [INFO] [12/11/2020 07:11:00.905] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33493] - Started up successfully [INFO] [12/11/2020 07:11:00.906] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33493] - 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 07:11:00.906] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33493] - 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 07:11:00.918] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - Node [akka://actorSystem@127.0.0.1:44346] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:11:00.918] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:11:00.918] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - Leader is moving node [akka://actorSystem@127.0.0.1:44346] to [Up] [INFO] [12/11/2020 07:11:00.920] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$W/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:44346)))> [INFO] [12/11/2020 07:11:00.922] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$X/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:11:00.933] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - Node [akka://actorSystem@127.0.0.1:33493] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:11:00.935] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33493] - Welcome from [akka://actorSystem@127.0.0.1:44346] [INFO] [akkaMemberChanged][12/11/2020 07:11:01.901] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - Leader is moving node [akka://actorSystem@127.0.0.1:33493] to [Up] [INFO] [12/11/2020 07:11:02.921] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44346] - is no longer leader [INFO] [12/11/2020 07:11:02.938] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33493] - is the new leader among reachable nodes (more leaders may exist) [WARN] [12/11/2020 07:11:03.063] [actorSystem-akka.actor.default-dispatcher-24] [akka://actorSystem/user/$$W/dc-default-sub-supervisor] Killing children on request. DO NOT do this in production! [ERROR] [12/11/2020 07:11:03.064] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$W/dc-default-sub-supervisor] Child actor terminated. Removing subscriber from DData: [INFO] [12/11/2020 07:11:09.079] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:46338] with UID [-4849307167996741072] [INFO] [12/11/2020 07:11:09.079] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:11:09.081] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - Registered cluster JMX MBean [akka:type=Cluster,port=46338] [INFO] [12/11/2020 07:11:09.081] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - Started up successfully [INFO] [12/11/2020 07:11:09.083] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - 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 07:11:09.083] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:11:09.098] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:43480] with UID [-2948479312773813] [INFO] [12/11/2020 07:11:09.099] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43480] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:11:09.102] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43480] - Registered cluster JMX MBean [akka:type=Cluster,port=43480] [INFO] [12/11/2020 07:11:09.102] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43480] - Started up successfully [INFO] [12/11/2020 07:11:09.102] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43480] - 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 07:11:09.102] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43480] - 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 07:11:09.109] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - Node [akka://actorSystem@127.0.0.1:46338] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:11:09.109] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:11:09.109] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - Leader is moving node [akka://actorSystem@127.0.0.1:46338] to [Up] [INFO] [12/11/2020 07:11:09.111] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$Y/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:46338)))> [INFO] [12/11/2020 07:11:09.112] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$Z/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:11:09.125] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - Node [akka://actorSystem@127.0.0.1:43480] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:11:09.126] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43480] - Welcome from [akka://actorSystem@127.0.0.1:46338] [INFO] [akkaMemberChanged][12/11/2020 07:11:10.103] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - Leader is moving node [akka://actorSystem@127.0.0.1:43480] to [Up] [INFO] [12/11/2020 07:11:10.126] [actorSystem-akka.actor.default-dispatcher-12] [akka://actorSystem/user/$$Y/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:43480)))> [INFO] [12/11/2020 07:11:11.123] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46338] - is no longer leader [INFO] [12/11/2020 07:11:11.132] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43480] - is the new leader among reachable nodes (more leaders may exist) [INFO] [12/11/2020 07:11:13.194] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:46039] with UID [6033021790205567742] [INFO] [12/11/2020 07:11:13.194] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46039] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:11:13.196] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46039] - Registered cluster JMX MBean [akka:type=Cluster,port=46039] [INFO] [12/11/2020 07:11:13.196] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46039] - Started up successfully [INFO] [12/11/2020 07:11:13.196] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46039] - 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 07:11:13.196] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46039] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:11:13.213] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:45396] with UID [-7864566862647205911] [INFO] [12/11/2020 07:11:13.213] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45396] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:11:13.214] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45396] - Registered cluster JMX MBean [akka:type=Cluster,port=45396] [INFO] [12/11/2020 07:11:13.214] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45396] - Started up successfully [INFO] [12/11/2020 07:11:13.215] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45396] - 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 07:11:13.215] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45396] - 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 07:11:13.222] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46039] - Node [akka://actorSystem@127.0.0.1:46039] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:11:13.222] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46039] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:11:13.222] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46039] - Leader is moving node [akka://actorSystem@127.0.0.1:46039] to [Up] [INFO] [12/11/2020 07:11:13.223] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$1/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [12/11/2020 07:11:13.223] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$0/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:46039)))> [INFO] [akkaMemberChanged][12/11/2020 07:11:13.239] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46039] - Node [akka://actorSystem@127.0.0.1:45396] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:11:13.240] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45396] - Welcome from [akka://actorSystem@127.0.0.1:46039] [INFO] [akkaMemberChanged][12/11/2020 07:11:14.208] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46039] - Leader is moving node [akka://actorSystem@127.0.0.1:45396] to [Up] [INFO] [12/11/2020 07:11:14.738] [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 07:11:16.287] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:33332] with UID [4422117235332213960] [INFO] [12/11/2020 07:11:16.287] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33332] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:11:16.288] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33332] - Registered cluster JMX MBean [akka:type=Cluster,port=33332] [INFO] [12/11/2020 07:11:16.288] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33332] - Started up successfully [INFO] [12/11/2020 07:11:16.289] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33332] - 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 07:11:16.289] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33332] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:11:16.310] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:42849] with UID [2065034664558652806] [INFO] [12/11/2020 07:11:16.310] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42849] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:11:16.312] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42849] - Registered cluster JMX MBean [akka:type=Cluster,port=42849] [INFO] [12/11/2020 07:11:16.312] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42849] - Started up successfully [INFO] [12/11/2020 07:11:16.312] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42849] - 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 07:11:16.312] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42849] - 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 07:11:16.322] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33332] - Node [akka://actorSystem@127.0.0.1:33332] is JOINING itself (with roles [dc-default]) and forming new cluster [INFO] [12/11/2020 07:11:16.322] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33332] - is the new leader among reachable nodes (more leaders may exist) [INFO] [akkaMemberChanged][12/11/2020 07:11:16.322] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33332] - Leader is moving node [akka://actorSystem@127.0.0.1:33332] to [Up] [INFO] [12/11/2020 07:11:16.324] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$2/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:33332)))> [INFO] [12/11/2020 07:11:16.325] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$3/dc-default-ack-supervisor/ackUpdater1] Got [INFO] [akkaMemberChanged][12/11/2020 07:11:16.333] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33332] - Node [akka://actorSystem@127.0.0.1:42849] is JOINING, roles [dc-default] [INFO] [12/11/2020 07:11:16.334] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42849] - Welcome from [akka://actorSystem@127.0.0.1:33332] [INFO] [akkaMemberChanged][12/11/2020 07:11:17.301] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33332] - Leader is moving node [akka://actorSystem@127.0.0.1:42849] to [Up] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.476 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.356 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.22 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.105 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.093 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.026 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.257 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.089 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.073 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.177 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.019 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.057 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 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.019 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.387 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.045 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.079 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.109 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.01 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.557 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.918 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.28 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.193 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.509 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.066 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.024 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: 2.017 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.172 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.019 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 07:11:39.619] [default-akka.actor.default-dispatcher-4] [akka://default/user/$a] MessageAggregator: not handled: [WARN] [12/11/2020 07:11:39.619] [default-akka.actor.default-dispatcher-4] [akka://default/user/$a] MessageAggregator: not handled: [WARN] [12/11/2020 07:11:39.620] [default-akka.actor.default-dispatcher-4] [akka://default/user/$a] MessageAggregator: not handled: [ERROR] [12/11/2020 07:11:39.692] [default-akka.actor.default-dispatcher-6] [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.061 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.531 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.383 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.36 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.702 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.004 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.003 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.039 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.002 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.006 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.004 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.003 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifySubjectsSubstitutionStrategyTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.references.PolicyIdReferencePlaceholderResolverTest 07:11:49.259 [ERROR] o.e.d.s.c.e.p.r.PolicyIdReferencePlaceholderResolver - Did not retrieve expected RetrieveThingResponse when resolving policy ID placeholder reference : someThingUnexpected 07:11:49.491 [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.268 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.004 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.023 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.007 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: 4.75 s - in org.eclipse.ditto.services.concierge.enforcement.EnforcementSchedulerTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.ThingCommandEnforcementTest 07:11:55.323 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:55.346 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyIdInvalidException: Policy ID 'invalid-policy-id' is not valid! 07:11:55.497 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:55.510 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:55.511 [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}]] 07:11:55.512 [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. 07:11:55.639 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:55.641 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:55.653 [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. 07:11:55.660 [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). 07:11:55.895 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:55.896 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:55.902 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:55.910 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.029 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.029 [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. 07:11:56.030 [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. 07:11:56.124 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.127 [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). 07:11:56.232 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.234 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.333 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.344 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.345 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.460 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.461 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.463 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.465 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.569 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.574 [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). 07:11:56.575 [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). 07:11:56.646 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.649 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.649 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.750 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.751 [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. 07:11:56.751 [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. 07:11:56.850 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.851 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.853 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.856 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.948 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.950 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:56.951 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.048 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.049 [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). 07:11:57.128 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.129 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.130 [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. 07:11:57.132 [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). 07:11:57.195 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.196 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.196 [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}]] 07:11:57.197 [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. 07:11:57.263 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.266 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.267 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.268 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.270 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.271 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.616 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:57.619 [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.876 s - in org.eclipse.ditto.services.concierge.enforcement.ThingCommandEnforcementTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.PolicyCommandEnforcementTest 07:11:57.898 [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. 07:11:58.148 [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. 07:11:58.302 [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"'. 07:11:58.302 [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"'. 07:11:58.454 [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. 07:11:58.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. 07:11:58.615 [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. 07:11:58.692 [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. 07:11:58.844 [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. 07:11:58.996 [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. 07:11:59.299 [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.75 s - in org.eclipse.ditto.services.concierge.enforcement.PolicyCommandEnforcementTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.PreEnforcementTest 07:11:59.495 [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) 07:11:59.497 [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) 07:11:59.554 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.555 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.556 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.558 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 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.022 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.111 s - in org.eclipse.ditto.services.concierge.enforcement.EnforcerRetrieverTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.MultiStageCommandTest 07:11:59.757 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.759 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.761 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.834 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.836 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.836 [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. 07:11:59.837 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotCreatableException: The Thing with ID 'thing:4f18ca92-fe9a-4c4f-9df4-cfa09069e338' could not be created because creation of its implicit Policy ID 'thing:4f18ca92-fe9a-4c4f-9df4-cfa09069e338' failed. 07:11:59.892 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.893 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.895 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.958 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.961 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:11:59.961 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.025 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.026 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.027 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.028 [ERROR] o.e.d.s.c.e.ThingCommandEnforcement - Timeout before building JsonView akka.pattern.AskTimeoutException: thing timeout 07:12:00.028 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingUnavailableException: The Thing with ID 'thing:7feec84c-691b-4799-ace3-cb86ee326d43' is not available, please try again later. 07:12:00.030 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.031 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.031 [INFO ] o.e.d.s.c.e.ThingCommandEnforcement - No authorized response when retrieving inlined policy for thing : {} akka.pattern.AskTimeoutException: policy timeout 07:12:00.091 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.092 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.094 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.094 [INFO ] o.e.d.s.c.e.EnforcerActor - before building JsonView - ThingNotAccessibleException: The Thing with ID 'thing:40b700b2-0045-4ce4-9cf7-74684c390e93' could not be found or requester had insufficient permissions to access it. 07:12:00.094 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotAccessibleException: The Thing with ID 'thing:40b700b2-0045-4ce4-9cf7-74684c390e93' could not be found or requester had insufficient permissions to access it. 07:12:00.096 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.152 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.153 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.155 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.155 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.219 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.220 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.222 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.273 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.275 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.276 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.333 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.336 [INFO ] o.e.d.s.c.e.EnforcerActor - error before creating thing with initial policy - ThingNotModifiableException: The Thing with ID 'thing:d190a42c-186b-40bd-9bef-9e084820958b' could not be modified as the requester had insufficient permissions (WRITE is required). 07:12:00.336 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotModifiableException: The Thing with ID 'thing:d190a42c-186b-40bd-9bef-9e084820958b' 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.635 s - in org.eclipse.ditto.services.concierge.enforcement.MultiStageCommandTest [INFO] Running org.eclipse.ditto.services.concierge.enforcement.LiveSignalEnforcementTest 07:12:00.386 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.387 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.391 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was authorized: 07:12:00.451 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.452 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.454 [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]] 07:12:00.454 [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'! 07:12:00.506 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.507 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.507 [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. 07:12:00.509 [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). 07:12:00.561 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.562 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.619 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.620 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.621 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Command was authorized: 07:12:00.623 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Command was authorized: 07:12:00.677 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.678 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.730 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.731 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.784 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.785 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.786 [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. 07:12:00.787 [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). 07:12:00.840 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.841 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.841 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was NOT authorized: 07:12:00.842 [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'! 07:12:00.895 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.896 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.896 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was NOT authorized: 07:12:00.897 [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'! 07:12:00.950 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.950 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:00.951 [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]] 07:12:00.951 [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'! 07:12:01.003 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:01.004 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:01.005 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was authorized: 07:12:01.050 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:01.051 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal 07:12:01.053 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Command was authorized: 07:12:01.055 [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.718 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 07:12:04.426] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.128.11.214:40381] with UID [-8014933556365040592] [INFO] [12/11/2020 07:12:04.453] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40381] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:12:04.632] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40381] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 07:12:04.633] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40381] - Started up successfully [INFO] [12/11/2020 07:12:04.704] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40381] - 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 07:12:04.704] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40381] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:12:05.165] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40381] - Exiting completed [INFO] [12/11/2020 07:12:05.167] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40381] - Shutting down... [INFO] [12/11/2020 07:12:05.170] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40381] - Successfully shut down [INFO] [akkaDeadLetter][12/11/2020 07:12:05.170] [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#-1371199361] 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 07:12:05.202] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.128.11.214:40381/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:12:05.203] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.128.11.214:40381/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 07:12:05.221] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-5] [akka://BlockedNamespacesTest@10.128.11.214:40381/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 07:12:05.318] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.128.11.214:40395] with UID [-440305563919590450] [INFO] [12/11/2020 07:12:05.319] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40395] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:12:05.323] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40395] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 07:12:05.323] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40395] - Started up successfully [INFO] [12/11/2020 07:12:05.326] [BlockedNamespacesTest-akka.actor.internal-dispatcher-5] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40395] - 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 07:12:05.326] [BlockedNamespacesTest-akka.actor.internal-dispatcher-5] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40395] - 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 07:12:05.354] [BlockedNamespacesTest-akka.actor.default-dispatcher-6] [akka://BlockedNamespacesTest/system/cluster/core/daemon] Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://BlockedNamespacesTest/system/cluster/core/daemon#1954727126] 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 07:12:05.354] [BlockedNamespacesTest-akka.actor.internal-dispatcher-5] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40395] - Exiting completed [INFO] [12/11/2020 07:12:05.354] [BlockedNamespacesTest-akka.actor.internal-dispatcher-5] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40395] - Shutting down... [INFO] [12/11/2020 07:12:05.390] [BlockedNamespacesTest-akka.actor.internal-dispatcher-5] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:40395] - Successfully shut down [INFO] [12/11/2020 07:12:05.392] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.128.11.214:40395/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:12:05.393] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.128.11.214:40395/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 07:12:05.395] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-9] [akka://BlockedNamespacesTest@10.128.11.214:40395/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 07:12:05.426] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.128.11.214:34539] with UID [1011865291094445317] [INFO] [12/11/2020 07:12:05.427] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:34539] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:12:05.431] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:34539] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 07:12:05.431] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:34539] - Started up successfully [INFO] [12/11/2020 07:12:05.433] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:34539] - 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 07:12:05.433] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:34539] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining [INFO] [12/11/2020 07:12:05.597] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.128.11.214:33649] with UID [6305739104419016907] [INFO] [12/11/2020 07:12:05.598] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:33649] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:12:05.602] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:33649] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 07:12:05.602] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:33649] - Started up successfully [INFO] [12/11/2020 07:12:05.605] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:33649] - 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 07:12:05.605] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:33649] - 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 07:12:07.723] [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#-1489101057] 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 07:12:07.724] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:33649] - Exiting completed [INFO] [12/11/2020 07:12:07.724] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:33649] - Shutting down... [INFO] [12/11/2020 07:12:07.724] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:33649] - Successfully shut down [INFO] [12/11/2020 07:12:07.727] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-6] [akka://BlockedNamespacesTest@10.128.11.214:33649/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:12:07.727] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-6] [akka://BlockedNamespacesTest@10.128.11.214:33649/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 07:12:07.729] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.128.11.214:33649/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 07:12:07.761] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.128.11.214:37477] with UID [-118801683177487561] [INFO] [12/11/2020 07:12:07.762] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:37477] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:12:07.765] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:37477] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 07:12:07.765] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:37477] - Started up successfully [INFO] [12/11/2020 07:12:07.767] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:37477] - 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 07:12:07.767] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:37477] - 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 07:12:07.806] [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#-270761150] 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 07:12:07.807] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:37477] - Exiting completed [INFO] [12/11/2020 07:12:07.807] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:37477] - Shutting down... [INFO] [12/11/2020 07:12:07.807] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:37477] - Successfully shut down [INFO] [12/11/2020 07:12:07.809] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.128.11.214:37477/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:12:07.809] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.128.11.214:37477/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 07:12:07.812] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.128.11.214:37477/system/remoting-terminator] Remoting shut down. [INFO] [12/11/2020 07:12:07.836] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.128.11.214:38444] with UID [-1906683325011168111] [INFO] [12/11/2020 07:12:07.837] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:38444] - Starting up, Akka version [2.6.9] ... [INFO] [12/11/2020 07:12:07.839] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:38444] - Registered cluster JMX MBean [akka:type=Cluster] [INFO] [12/11/2020 07:12:07.839] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:38444] - Started up successfully [INFO] [12/11/2020 07:12:07.841] [BlockedNamespacesTest-akka.actor.internal-dispatcher-5] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:38444] - 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 07:12:07.841] [BlockedNamespacesTest-akka.actor.internal-dispatcher-5] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:38444] - 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 07:12:07.892] [BlockedNamespacesTest-akka.actor.default-dispatcher-6] [akka://BlockedNamespacesTest/system/cluster/core/daemon] Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://BlockedNamespacesTest/system/cluster/core/daemon#-1070677946] 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 07:12:07.892] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:38444] - Exiting completed [INFO] [12/11/2020 07:12:07.892] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:38444] - Shutting down... [INFO] [12/11/2020 07:12:07.893] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.128.11.214:38444] - Successfully shut down [INFO] [12/11/2020 07:12:07.894] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.128.11.214:38444/system/remoting-terminator] Shutting down remote daemon. [INFO] [12/11/2020 07:12:07.894] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.128.11.214:38444/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports. [INFO] [12/11/2020 07:12:07.896] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.128.11.214:38444/system/remoting-terminator] Remoting shut down. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.39 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.411 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.101 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.158 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.125 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: 2.018 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.211 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.298 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.278 s - in org.eclipse.ditto.services.models.acks.AcknowledgementForwarderActorTest [INFO] Running org.eclipse.ditto.services.models.acks.AcknowledgementAggregatorActorTest [INFO] [12/11/2020 07:12:24.750] [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 07:12:24.819] [default-akka.actor.default-dispatcher-5] [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 07:12:24.892] [default-akka.actor.default-dispatcher-7] [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 07:12:24.918] [default-akka.actor.default-dispatcher-6] [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 07:12:25.066] [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 07:12:25.092] [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 07:12:25.131] [default-akka.actor.default-dispatcher-4] [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 07:12:25.208] [default-akka.actor.default-dispatcher-6] [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 07:12:25.247] [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.546 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.495 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.635 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.269 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.639 s - in org.eclipse.ditto.services.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest [INFO] Running org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacadeTest 07:12:32.608 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 07:12:32.929 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 07:12:33.037 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 07:12:33.248 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 07:12:34.295 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 07:12:34.300 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 07:12:34.339 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 07:12:34.343 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 07:12:34.410 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for Dec 11, 2020 7:12:34 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=36edd8c7-c852-4cf4-bd24-fe11273b3be1}]] 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=36edd8c7-c852-4cf4-bd24-fe11273b3be1}]] 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) 07:12:34.447 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for 07:12:34.514 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for Dec 11, 2020 7:12:44 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#1554950992), 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#1554950992), 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. 07:12:45.616 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for Dec 11, 2020 7:12:45 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@373c5e8f 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@373c5e8f 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.164 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: 3.303 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.048 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.044 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.09 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.21 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=108764de-70ef-475a-86be-12a7982bac39}]]] 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=65af2ae2-f623-4c84-b56b-7e4a2b98b955}]]] 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=189acb57-9d0f-4d34-af8d-b0abb1a1dd89}]]] 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=ceb8895e-dbdf-4020-b966-c578f4da4fe1}]]] 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=2dc8bc22-7f86-4f5d-99b5-4244e991689b}]]] 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=0c8f8125-f1a8-47d8-9c33-c6db7494a07f}]]] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 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=f3ce7f9c-8dfa-4991-9bae-be17e316795c}]]] testPlainJavascriptIncomingMapping Duration: 0.887857ms 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=90eda963-6621-4bb7-bc95-f7a109337acc}]]] testPlainJavascriptIncomingMapping Duration: 0.764421ms testEmptyJavascriptIncomingMapping Duration: 0.061492ms testEmptyJavascriptOutgoingMapping Duration: 2.619055ms 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=d0451b6c-0c0d-46a7-84a2-7f7f8a75b065}]]] testBinaryJavascriptIncomingMapping Duration: 1.14E-4ms UnmodifiableExternalMessage [headers={content-type=application/octet-stream, correlation-id=a882450b-ecef-4f7c-bc1d-c8c1e35d825f}, 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: 1.34E-4ms 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=88cf4fa3-5b70-4fe7-9e94-ebee5faa8d5f}]]] testNoopJavascriptIncomingMapping Duration: 1.247031ms {content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=f4ad1b3c-e493-45ae-90d8-c4a8bd19c952} UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=f4ad1b3c-e493-45ae-90d8-c4a8bd19c952}, 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":"f4ad1b3c-e493-45ae-90d8-c4a8bd19c952"},"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.402453ms 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=7308d417-3f58-4abe-84ff-8df516ef0cbb}]]] testPlainJavascriptIncomingMapping Duration: 0.562322ms HEADERS: ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=96a7e487-aa33-44f5-b63a-52e4af6b58c2}] CREATE THING :CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{subject={{topic:action-subject}}, correlation-id=96a7e487-aa33-44f5-b63a-52e4af6b58c2}], 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=96a7e487-aa33-44f5-b63a-52e4af6b58c2}]]] 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":"96a7e487-aa33-44f5-b63a-52e4af6b58c2"},"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=96a7e487-aa33-44f5-b63a-52e4af6b58c2} UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=96a7e487-aa33-44f5-b63a-52e4af6b58c2}, 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":"96a7e487-aa33-44f5-b63a-52e4af6b58c2"},"value":{"__schemaVersion":2,"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] testNoopJavascriptOutgoingMapping Duration: 2.193043ms UnmodifiableExternalMessage [headers={content-type=text/plain, correlation-id=6fbd989e-2127-48c2-93ba-a14241f0dd8d}, 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: 1.61E-4ms HEADERS: ImmutableDittoHeaders [{content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, response-required=false, correlation-id=cbbe080c-ea1f-4927-bcdf-c7eba44ccf96}] CREATE THING RESPONSE :CreateThingResponse [dittoHeaders=ImmutableDittoHeaders [{subject={{topic:action-subject}}, response-required=false, correlation-id=cbbe080c-ea1f-4927-bcdf-c7eba44ccf96}], 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=cbbe080c-ea1f-4927-bcdf-c7eba44ccf96}]]] 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":"cbbe080c-ea1f-4927-bcdf-c7eba44ccf96"},"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=cbbe080c-ea1f-4927-bcdf-c7eba44ccf96} UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, response-required=false, correlation-id=cbbe080c-ea1f-4927-bcdf-c7eba44ccf96}, 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":"cbbe080c-ea1f-4927-bcdf-c7eba44ccf96"},"value":{"thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}},"status":201}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]] testDefaultJavascriptOutgoingMappingWithStatus Duration: 1.979734ms [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.697 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.758 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.770089ms ensureEndlessLoopGetsAborted aborted after: 502.718283ms [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 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.344 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.009 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.076 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.007 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.387 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.048 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.071 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.232 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.036 s - in org.eclipse.ditto.services.connectivity.mapping.DittoMessageMapperTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapperTest 07:13:00.856 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Invalid value in header : -5625. 07:13:00.858 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Header is not convertible to type long. 07:13:00.898 [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]] 07:13:00.899 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Thing ID 'Invalid Value' is not valid! 07:13:00.900 [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]] 07:13:00.904 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : The placeholder '{{ header:thing-id }}' could not be resolved. 07:13:00.905 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Property of feature ConnectionStatus for thing configNamespace:configDeviceId adjusted by mapping 07:13:00.907 [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"] 07:13:00.910 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Header is not convertible to type long. 07:13:00.911 [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]] 07:13:00.912 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Header is not set. 07:13:00.913 [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]] 07:13:00.915 [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]] 07:13:00.917 [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.127 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.171 s - in org.eclipse.ditto.services.connectivity.mapping.ConnectivityCachingSignalEnrichmentProviderTest [INFO] Running org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapperTest 07:13:01.111 [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 }}"}}} 07:13:01.111 [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 [{}]] 07:13:01.121 [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}]] 07:13:01.127 [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 }}"}}} 07:13:01.134 [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 }}"}}} 07:13:01.135 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Configured with Thing template: {"thingId":"some:validThingId!","policyId":"some:validPolicyId!","attributes":{"Info":{"gatewayId":"some:validGatewayId!"}}} 07:13:01.135 [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 [{}]] 07:13:01.136 [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 }}}]] 07:13:01.137 [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 }}"}}} 07:13:01.137 [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 [{}]] 07:13:01.139 [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}]] 07:13:01.140 [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 [{}]] 07:13:01.190 [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}]] 07:13:01.192 [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 }}"}}} 07:13:01.192 [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 [{}]] 07:13:01.193 [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}]] 07:13:01.195 [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 }}"}}} 07:13:01.196 [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 [{}]] 07:13:01.197 [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}]] 07:13:01.198 [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 }}"}}} 07:13:01.199 [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.115 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.541 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.038 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.013 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/work