Started by an SCM change
Running as SYSTEM
Agent basic-p3q00 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations: {}
labels:
jenkins: "slave"
jenkins/label: ""
name: "basic-p3q00"
spec:
containers:
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.ditto.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "basic-p3q00"
- 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-p3q00"
- 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-p3q00 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 33a9dc2795674dd21758251ff6ae14ad60e350c1 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 33a9dc2795674dd21758251ff6ae14ad60e350c1 # timeout=10
Commit message: "Merge pull request #939 from bosch-io/bugfix/http_status_codes"
> git rev-list --no-walk ff1308331919c5b14182968ad6c2a07c1661adfc # 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.739 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.156 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.66 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.027 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.018 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.084 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.002 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.012 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.106 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 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.051 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.117 s - in org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
[INFO] Running org.eclipse.ditto.json.ValueListJsonHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.json.ValueListJsonHandlerTest
[INFO] Running org.eclipse.ditto.json.ImmutableJsonNullTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.json.ImmutableJsonNullTest
[INFO] Running org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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.217 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.112 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.01 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.043 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.043 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.029 s - in org.eclipse.ditto.json.ImmutableJsonPointerTest
[INFO] Running org.eclipse.ditto.json.JsonObjectMergerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.json.JsonObjectMergerTest
[INFO] Running org.eclipse.ditto.json.FieldMapJsonHandlerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.068 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.092 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.05 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.04 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.039 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.064 s - in org.eclipse.ditto.json.JavaValueFieldDefinitionTest
[INFO] Running org.eclipse.ditto.json.JsonCollectorsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.json.JsonCollectorsTest
[INFO] Running org.eclipse.ditto.json.JsonFactoryTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 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.056 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.005 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.017 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.167 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.115 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.038 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.007 s - in org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest
[INFO] Running org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest
[INFO] Running org.eclipse.ditto.json.cbor.CborJsonTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 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 138 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/exceptions/DittoRuntimeException.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/exceptions/DittoRuntimeException.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 68 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/assertions/DittoRuntimeAssert.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/assertions/DittoRuntimeAssert.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: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 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.531 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.023 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.612 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.002 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.066 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.177 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.395 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.04 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 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 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.051 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.097 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.036 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.329 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.301 s - in org.eclipse.ditto.model.base.headers.DittoDurationTest
[INFO] Running org.eclipse.ditto.model.base.headers.NonEmptyValueValidatorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.headers.NonEmptyValueValidatorTest
[INFO] Running org.eclipse.ditto.model.base.headers.IntValueValidatorTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.headers.IntValueValidatorTest
[INFO] Running org.eclipse.ditto.model.base.headers.EntityTagValueValidatorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.086 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.006 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.005 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.005 s - in org.eclipse.ditto.model.base.headers.TimeoutValueValidatorTest
[INFO] Running org.eclipse.ditto.model.base.headers.DittoHeaderDefinitionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ditto.model.base.headers.DittoHeaderDefinitionTest
[INFO] Running org.eclipse.ditto.model.base.exceptions.DittoHeadersTooLargeExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.002 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.005 s - in org.eclipse.ditto.model.base.exceptions.TooManyRequestsExceptionTest
[INFO] Running org.eclipse.ditto.model.base.exceptions.SignalEnrichmentFailedExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.base.exceptions.SignalEnrichmentFailedExceptionTest
[INFO] Running org.eclipse.ditto.model.base.exceptions.DittoRuntimeExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.eclipse.ditto.model.base.exceptions.DittoRuntimeExceptionTest
[INFO] Running org.eclipse.ditto.model.base.exceptions.InvalidRqlExpressionExceptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.base.exceptions.InvalidRqlExpressionExceptionTest
[INFO] Running org.eclipse.ditto.model.base.acks.ImmutableAcknowledgementLabelTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.model.base.acks.ImmutableAcknowledgementLabelTest
[INFO] Running org.eclipse.ditto.model.base.acks.AcknowledgementRequestsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.base.acks.AcknowledgementRequestsTest
[INFO] Running org.eclipse.ditto.model.base.acks.DittoAcknowledgementLabelTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 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.01 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.072 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.01 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.001 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.094 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.072 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.001 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.015 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.015 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.091 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.001 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.01 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.067 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.002 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.002 s - in org.eclipse.ditto.model.base.common.ConditionCheckerTest
[INFO] Running org.eclipse.ditto.model.base.common.HttpStatusTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.ditto.model.base.common.HttpStatusTest
[INFO] Running org.eclipse.ditto.model.base.common.PlaceholdersTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.base.common.PlaceholdersTest
[INFO] Running org.eclipse.ditto.model.base.common.HttpStatusCodeOutOfRangeExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.base.common.HttpStatusCodeOutOfRangeExceptionTest
[INFO] Running org.eclipse.ditto.model.base.common.HttpStatusCategoryTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.base.common.HttpStatusCategoryTest
[INFO] Running org.eclipse.ditto.model.base.json.JsonSchemaVersionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.base.json.JsonSchemaVersionTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 512, 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 143 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 46 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/SubjectExpiryInvalidException.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-ci/model/policies/src/main/java/org/eclipse/ditto/model/policies/SubjectExpiryInvalidException.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 23 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: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 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.047 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.072 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.094 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.093 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.025 s - in org.eclipse.ditto.model.policies.ImmutableResourcesTest
[INFO] Running org.eclipse.ditto.model.policies.ImmutableSubjectExpiryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.ditto.model.policies.ImmutableSubjectExpiryTest
[INFO] Running org.eclipse.ditto.model.policies.ImmutableSubjectTypeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.model.policies.ImmutableSubjectTypeTest
[INFO] Running org.eclipse.ditto.model.policies.ImmutablePolicyEntryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 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.056 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.01 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.002 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.101 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.058 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.016 s - in org.eclipse.ditto.model.policies.ImmutableResourceKeyTest
[INFO] Running org.eclipse.ditto.model.policies.PoliciesResourceTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.policies.PoliciesResourceTypeTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 140, 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 56 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.848 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.449 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.06 s - in org.eclipse.ditto.model.things.NullFeaturePropertiesTest
[INFO] Running org.eclipse.ditto.model.things.ImmutableThingToJsonVersionMismatchTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.002 s - in org.eclipse.ditto.model.things.ImmutableFeatureFromCopyBuilderTest
[INFO] Running org.eclipse.ditto.model.things.NullAttributesTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ditto.model.things.NullAttributesTest
[INFO] Running org.eclipse.ditto.model.things.PolicyIdMissingExceptionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.model.things.PolicyIdMissingExceptionTest
[INFO] Running org.eclipse.ditto.model.things.ImmutableThingFromCopyBuilderTest
[INFO] Tests run: 114, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 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.812 s - in org.eclipse.ditto.model.things.ThingIdTest
[INFO] Running org.eclipse.ditto.model.things.AttributesModelFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.model.things.AttributesModelFactoryTest
[INFO] Running org.eclipse.ditto.model.things.ImmutableAclEntryTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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.059 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.738 s - in org.eclipse.ditto.model.things.ImmutableFeaturesTest
[INFO] Running org.eclipse.ditto.model.things.ImmutableFeatureFromScratchBuilderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.things.ImmutableFeatureFromScratchBuilderTest
[INFO] Running org.eclipse.ditto.model.things.ImmutableThingDefinitionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.007 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.052 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.001 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.012 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.013 s - in org.eclipse.ditto.model.things.ThingsJsonTest
[INFO] Running org.eclipse.ditto.model.things.ThingsModelFactoryTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.model.things.ThingsModelFactoryTest
[INFO] Running org.eclipse.ditto.model.things.ImmutableDefinitionIdentifierTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 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.012 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.131 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/MessageSendingFailedException.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/MessageSendingFailedException.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.806 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.073 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.213 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.091 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.036 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.052 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.529 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.02 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.034 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.032 s - in org.eclipse.ditto.model.connectivity.ImmutableMeasurementTest
[INFO] Running org.eclipse.ditto.model.connectivity.ImmutableConnectionTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s - in org.eclipse.ditto.model.connectivity.ImmutableConnectionTest
[INFO] Running org.eclipse.ditto.model.connectivity.ImmutableSourceMetricsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ditto.model.connectivity.ImmutableSourceMetricsTest
[INFO] Running org.eclipse.ditto.model.connectivity.ConnectionTypeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.081 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.102 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.046 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.006 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.055 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.047 s - in org.eclipse.ditto.model.connectivity.ImmutableReplyTargetTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 127, 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/Message.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/Message.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.393 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.92 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.016 s - in org.eclipse.ditto.model.messages.DittoMessageSubjectValueValidatorTest
[INFO] Running org.eclipse.ditto.model.messages.MessageHeadersBuilderTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 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.186 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.001 s - in org.eclipse.ditto.model.messages.MessagesModelFactoryTest
[INFO] Running org.eclipse.ditto.model.messages.ImmutableMessageHeadersTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 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.003 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.003 s - in org.eclipse.ditto.model.messages.DittoMessageDirectionValueValidatorTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 84, 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.539 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.53 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.179 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.52 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.233 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.009 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.495 s - in org.eclipse.ditto.model.enforcers.tree.ResourceNodeTest
[INFO] Running org.eclipse.ditto.model.enforcers.tree.TreeBasedPolicyEnforcerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.model.enforcers.tree.TreeBasedPolicyEnforcerTest
[INFO] Running org.eclipse.ditto.model.enforcers.trie.TrieBasedPolicyEnforcerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.model.enforcers.trie.TrieBasedPolicyEnforcerTest
[INFO] Running org.eclipse.ditto.model.enforcers.trie.PermissionSubjectsMapTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.017 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.06 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.743 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.175 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.304 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.124 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.091 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.447 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.018 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.017 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.065 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.016 s - in org.eclipse.ditto.model.thingsearch.ImmutableSearchQueryBuilderTest
[INFO] Running org.eclipse.ditto.model.thingsearch.SearchModelFactoryTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ditto.model.thingsearch.SearchModelFactoryTest
[INFO] Running org.eclipse.ditto.model.thingsearch.ImmutableLimitOptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 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.014 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.07 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.062 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.057 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.016 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-sources5263000765615068760/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 12.8 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.4 s
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-rql-parser ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/rql-parser/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.model.rqlparser.RqlPredicateParserTest
[INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.805 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 5.5 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.8 s
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-thingsearch-parser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-thingsearch-parser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/test-classes
[INFO]
[INFO] --- scala-maven-plugin:4.4.0:testCompile (test-compile) @ ditto-model-thingsearch-parser ---
[INFO] Using incremental compilation using Mixed compile order
[INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.3.5-bin_2.13.3__55.0-1.3.5_20200330T000931.jar
[INFO] Compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/test-classes ...
[WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
1 warning.
[INFO] Done compiling.
[INFO] compile in 1.2 s
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-thingsearch-parser ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/thingsearch-parser/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.model.thingsearchparser.options.rql.RqlOptionsParserTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.734 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.198 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.581 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.017 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.129 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.202 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.077 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.59 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/CommandResponseJsonDeserializer.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/CommandResponseJsonDeserializer.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.524 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.005 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.029 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.059 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.034 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 57 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.663 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.011 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.897 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.258 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] /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/src/main/java/org/eclipse/ditto/signals/acks/things/ThingAcknowledgementFactory.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-ci/signals/acks/things/src/main/java/org/eclipse/ditto/signals/acks/things/ThingAcknowledgementFactory.java: Recompile with -Xlint:deprecation for details.
[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.886 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.057 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.2 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.215 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.448 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.02 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.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyPreconditionFailedExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.SubjectNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.SubjectNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyCommandToModifyExceptionRegistryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyCommandToModifyExceptionRegistryTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyEntryNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyEntryNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyUnavailableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyUnavailableExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.SubjectsNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.002 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.003 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.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.SubjectNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.PolicyModificationInvalidExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.policies.exceptions.PolicyModificationInvalidExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.exceptions.ResourcesNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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 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.002 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.687 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.058 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.096 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.076 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.06 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.028 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.02 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.083 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.102 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.076 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.02 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.064 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.025 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.02 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.072 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.075 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.04 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.054 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.034 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.044 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.024 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.03 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.055 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.023 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.028 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.047 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.022 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.048 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectsResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectsResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 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.028 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.034 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.06 s - in org.eclipse.ditto.signals.commands.policies.query.RetrieveSubjectResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyEntryResponseTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyEntryResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.policies.query.RetrievePolicyTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.036 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.058 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.654 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeatureNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertyNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertyNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.AttributesNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.AttributesNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.AttributePointerInvalidExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ditto.signals.commands.things.exceptions.AttributePointerInvalidExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingConflictExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingConflictExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingUnavailableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.012 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.005 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.001 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.046 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.004 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingNotCreatableExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeaturePropertiesNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.002 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.082 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingNotDeletableExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeaturesNotModifiableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeaturesNotModifiableExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingIdNotExplicitlySettableExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingIdNotExplicitlySettableExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeaturesNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.FeaturesNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingDefinitionNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingDefinitionNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.FeatureNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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 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.001 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.002 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.068 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.004 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.003 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.007 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingCommandToModifyExceptionRegistryTest
[INFO] Running org.eclipse.ditto.signals.commands.things.exceptions.ThingPreconditionFailedExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.things.exceptions.ThingPreconditionFailedExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.query.RetrieveFeatureTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 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.038 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.394 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.076 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.022 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.073 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.071 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.041 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.026 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.137 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.036 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.054 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.054 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.024 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.04 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.024 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.026 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.054 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.031 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.09 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.034 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.047 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.028 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.028 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.023 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.058 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.031 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.065 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.089 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.056 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.029 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.016 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.063 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.028 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.05 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.038 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.025 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.196 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.041 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.027 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.072 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.018 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.022 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.051 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyAttributeResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDesiredPropertyResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureDesiredPropertyResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteThingDefinitionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.024 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.022 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.024 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.066 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.018 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.029 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.036 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.041 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.033 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertiesTest
[INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertiesResponseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertiesResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyPolicyIdTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 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.023 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.027 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.041 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.036 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureDefinitionTest
[INFO] Running org.eclipse.ditto.signals.commands.things.modify.ModifyThingResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ditto.signals.commands.things.modify.ModifyThingResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertyResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 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.023 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.023 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.063 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.082 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.02 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.055 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.049 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.025 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.024 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.04 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.097 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.018 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.006 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.113 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.097 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.096 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.062 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.032 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.051 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 18 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/AbstractMessageCommandResponse.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/AbstractMessageCommandResponse.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.35 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.417 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.036 s - in org.eclipse.ditto.signals.commands.messages.acks.MessageCommandAckRequestSetterDefaultHeaderTest
[INFO] Running org.eclipse.ditto.signals.commands.messages.SendMessageAcceptedResponseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 s - in org.eclipse.ditto.signals.commands.messages.SendMessageAcceptedResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.messages.SendClaimMessageTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s - in org.eclipse.ditto.signals.commands.messages.SendClaimMessageTest
[INFO] Running org.eclipse.ditto.signals.commands.messages.SendFeatureMessageTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.ditto.signals.commands.messages.SendFeatureMessageTest
[INFO] Running org.eclipse.ditto.signals.commands.messages.SendThingMessageTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 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.517 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.25 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.08 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.058 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.07 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.073 s - in org.eclipse.ditto.signals.events.policies.ResourcesModifiedTest
[INFO] Running org.eclipse.ditto.signals.events.policies.PolicyModifiedTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.ditto.signals.events.policies.PolicyModifiedTest
[INFO] Running org.eclipse.ditto.signals.events.policies.PolicyEntryCreatedTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 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.04 s - in org.eclipse.ditto.signals.events.policies.ResourceCreatedTest
[INFO] Running org.eclipse.ditto.signals.events.policies.SubjectCreatedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 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.026 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.086 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.07 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.051 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.283 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.152 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.077 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.084 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.068 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.043 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.074 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.037 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.069 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.038 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.057 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.056 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.033 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.066 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.023 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.041 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.058 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.028 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.067 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.028 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.032 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.058 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.029 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.06 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.024 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.057 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.03 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.033 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.045 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.032 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.055 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.038 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.079 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.039 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.054 s - in org.eclipse.ditto.signals.events.things.FeatureModifiedTest
[INFO] Running org.eclipse.ditto.signals.events.things.FeatureDesiredPropertiesCreatedTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ditto.signals.events.things.FeatureDesiredPropertiesCreatedTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 289, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-signals-events-things ---
[INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**"
[INFO]
[INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-signals-events-things ---
[WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/classes/META-INF (add {maven-resources} if you want to include the maven resources)
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ ditto-signals-events-things ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/ditto-signals-events-things-0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-signals-events-things ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-signals-events-things ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-signals-events-things ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Signals :: Events :: Things' with 43 classes
[INFO]
[INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-signals-events-things ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/japicmp/japicmp.html'.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-signals-events-things ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/ditto-signals-events-things-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-things/0-SNAPSHOT/ditto-signals-events-things-0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-things/0-SNAPSHOT/ditto-signals-events-things-0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/signals/events/things/target/ditto-signals-events-things-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-signals-events-things/0-SNAPSHOT/ditto-signals-events-things-0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-signals-events-things ---
[INFO] Installing org/eclipse/ditto/ditto-signals-events-things/0-SNAPSHOT/ditto-signals-events-things-0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ---------< org.eclipse.ditto:ditto-signals-events-thingsearch >---------
[INFO] Building Eclipse Ditto :: Signals :: Events :: Thing Search 0-SNAPSHOT [39/114]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-events-thingsearch ---
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-events-thingsearch ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-events-thingsearch ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-events-thingsearch ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO]
[INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-events-thingsearch ---
[WARNING]
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING]
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING]
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-events-thingsearch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/src/main/resources
[INFO] Copying 0 resource
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-events-thingsearch ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-events-thingsearch:bundle:0-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-events-thingsearch ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/classes
[INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/src/main/java/org/eclipse/ditto/signals/events/thingsearch/ThingsOutOfSync.java: /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/src/main/java/org/eclipse/ditto/signals/events/thingsearch/ThingsOutOfSync.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/src/main/java/org/eclipse/ditto/signals/events/thingsearch/ThingsOutOfSync.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-events-thingsearch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-events-thingsearch ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-events-thingsearch ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/events/thingsearch/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.signals.events.thingsearch.SubscriptionHasNextPageTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.12 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.076 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.095 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.028 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.084 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 131 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/PayloadBuilder.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/PayloadBuilder.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.226 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.901 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.391 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.253 s - in org.eclipse.ditto.protocoladapter.ImmutableMessagePathTest
[INFO] Running org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest
[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(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(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(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 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(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 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(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(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(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(ThingErrorResponse,Channel)) with channel 'twin' for signal ThingErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingErrorResponse,Channel)) with channel 'live' for signal ThingErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(ThingErrorResponse,Channel)) with channel 'none' for signal ThingErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingErrorResponse and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(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(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(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(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(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(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(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(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 PolicyQueryCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommand and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyQueryCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyQueryCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyQueryCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal PolicyQueryCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal PolicyQueryCommand and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'twin' for signal PolicyQueryCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'live' for signal PolicyQueryCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'none' for signal PolicyQueryCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommandResponse and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyQueryCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyQueryCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyQueryCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyQueryCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyQueryCommandResponse and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'twin' for signal PolicyQueryCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'live' for signal PolicyQueryCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'none' for signal PolicyQueryCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommand and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyModifyCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyModifyCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyModifyCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal PolicyModifyCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command)) for signal PolicyModifyCommand and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'twin' for signal PolicyModifyCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'live' for signal PolicyModifyCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Command,Channel)) with channel 'none' for signal PolicyModifyCommand and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommandResponse and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyModifyCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyModifyCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyModifyCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyModifyCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyModifyCommandResponse and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'twin' for signal PolicyModifyCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'live' for signal PolicyModifyCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'none' for signal PolicyModifyCommandResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyErrorResponse and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse)) for signal PolicyErrorResponse and headers [ditto-channel=live]
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'twin' for signal PolicyErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'live' for signal PolicyErrorResponse and headers []
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocoladapter.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
[main] INFO org.eclipse.ditto.protocoladapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(CommandResponse,Channel)) with channel 'none' for signal PolicyErrorResponse and headers []
[INFO] Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.541 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.376 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.005 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.205 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.216 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.01 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.197 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.148 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.004 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.054 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.063 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.137 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.002 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.1 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.061 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 s - in org.eclipse.ditto.protocoladapter.policies.PolicyQueryCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocoladapter.policies.ParametrizedPolicyQueryCommandAdapterTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ditto.protocoladapter.policies.ParametrizedPolicyQueryCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocoladapter.policies.PolicyModifyCommandAdapterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ditto.protocoladapter.policies.PolicyModifyCommandAdapterTest
[INFO] Running org.eclipse.ditto.protocoladapter.policies.PolicyErrorResponseAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.074 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.003 s - in org.eclipse.ditto.protocoladapter.DittoEncodingHelperTest
[INFO] Running org.eclipse.ditto.protocoladapter.UnknownTopicPathExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.protocoladapter.UnknownTopicPathExceptionTest
[INFO] Running org.eclipse.ditto.protocoladapter.ProtocolFactoryTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.protocoladapter.ProtocolFactoryTest
[INFO] Running org.eclipse.ditto.protocoladapter.DittoAckRequestsFilterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.06 s - in org.eclipse.ditto.protocoladapter.ImmutableJsonifiableAdaptableTest
[INFO] Running org.eclipse.ditto.protocoladapter.ImmutableTopicPathBuilderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ditto.protocoladapter.ImmutableTopicPathBuilderTest
[INFO] Running org.eclipse.ditto.protocoladapter.HeaderEntryFiltersTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.943 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 123 classes
[INFO]
[INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-protocol-adapter ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/japicmp/japicmp.html'.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-protocol-adapter ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/target/ditto-protocol-adapter-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol-adapter/0-SNAPSHOT/ditto-protocol-adapter-0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/protocol-adapter/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol-adapter/0-SNAPSHOT/ditto-protocol-adapter-0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-protocol-adapter ---
[INFO] Installing org/eclipse/ditto/ditto-protocol-adapter/0-SNAPSHOT/ditto-protocol-adapter-0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] -------------< org.eclipse.ditto:ditto-model-placeholders >-------------
[INFO] Building Eclipse Ditto :: Model :: Placeholders 0-SNAPSHOT [41/114]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-model-placeholders ---
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-model-placeholders ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-model-placeholders ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-model-placeholders ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO]
[INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-model-placeholders ---
[WARNING]
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING]
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING]
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-model-placeholders ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/main/resources
[INFO] Copying 0 resource
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-model-placeholders ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-model-placeholders:bundle:0-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-model-placeholders ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/classes
[INFO] /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/main/java/org/eclipse/ditto/model/placeholders/ImmutableTopicPathPlaceholder.java: /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/main/java/org/eclipse/ditto/model/placeholders/ImmutableTopicPathPlaceholder.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/main/java/org/eclipse/ditto/model/placeholders/ImmutableTopicPathPlaceholder.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-model-placeholders ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-model-placeholders ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/test-classes
[INFO] /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/test/java/org/eclipse/ditto/model/placeholders/PipelineFunctionSubstringBeforeTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-ci/model/placeholders/src/test/java/org/eclipse/ditto/model/placeholders/PipelineFunctionSubstringBeforeTest.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-model-placeholders ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.model.placeholders.ImmutableFunctionExpressionTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.975 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.034 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.05 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.457 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.031 s - in org.eclipse.ditto.model.placeholders.ExpressionResolverTest
[INFO] Running org.eclipse.ditto.model.placeholders.ImmutableFeaturePlaceholderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.ditto.model.placeholders.ImmutableFeaturePlaceholderTest
[INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionSubstringBeforeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.003 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.093 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.069 s - in org.eclipse.ditto.model.placeholders.ImmutableEntityPlaceholderTest
[INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionDefaultTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ditto.model.placeholders.PipelineFunctionDefaultTest
[INFO] Running org.eclipse.ditto.model.placeholders.ImmutableHeadersPlaceholderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.ditto.model.placeholders.ImmutableHeadersPlaceholderTest
[INFO] Running org.eclipse.ditto.model.placeholders.ImmutablePlaceholderResolverTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 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.064 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.126 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.079 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.012 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.001 s - in org.eclipse.ditto.model.placeholders.ImmutableConnectionPlaceholderTest
[INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionLowerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.placeholders.PipelineFunctionLowerTest
[INFO] Running org.eclipse.ditto.model.placeholders.PipelineFunctionSubstringAfterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.model.placeholders.PipelineFunctionSubstringAfterTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-model-placeholders ---
[INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**"
[INFO]
[INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-model-placeholders ---
[WARNING] Include-Resource: overriding licenses/BSD-2-Clause.txt=target/classes/META-INF/licenses/BSD-2-Clause.txt,licenses/BSD-3-Clause.txt=target/classes/META-INF/licenses/BSD-3-Clause.txt,licenses/CC0.txt=target/classes/META-INF/licenses/CC0.txt,licenses/LGPL-2.1.txt=target/classes/META-INF/licenses/LGPL-2.1.txt,licenses/Apache-2.0.txt=target/classes/META-INF/licenses/Apache-2.0.txt,licenses/EPL-1.0.txt=target/classes/META-INF/licenses/EPL-1.0.txt,licenses/MIT.txt=target/classes/META-INF/licenses/MIT.txt,licenses/MPL-2.0.txt=target/classes/META-INF/licenses/MPL-2.0.txt with META-INF=/home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/classes/META-INF (add {maven-resources} if you want to include the maven resources)
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-model-placeholders ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-model-placeholders ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-model-placeholders ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Model :: Placeholders' with 62 classes
[INFO]
[INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-model-placeholders ---
[INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/japicmp/japicmp.diff'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/japicmp/japicmp.html'.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-model-placeholders ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/placeholders/target/ditto-model-placeholders-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-placeholders/0-SNAPSHOT/ditto-model-placeholders-0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/model/placeholders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-model-placeholders/0-SNAPSHOT/ditto-model-placeholders-0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-model-placeholders ---
[INFO] Installing org/eclipse/ditto/ditto-model-placeholders/0-SNAPSHOT/ditto-model-placeholders-0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ----------< org.eclipse.ditto:ditto-signals-commands-common >-----------
[INFO] Building Eclipse Ditto :: Signals :: Commands :: Common 0-SNAPSHOT [42/114]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-signals-commands-common ---
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-signals-commands-common ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ ditto-signals-commands-common ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-signals-commands-common ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO]
[INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-signals-commands-common ---
[WARNING]
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING]
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING]
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-signals-commands-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/src/main/resources
[INFO] Copying 0 resource
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-signals-commands-common ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-signals-commands-common:bundle:0-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-signals-commands-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/classes
[INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/src/main/java/org/eclipse/ditto/signals/commands/common/ShutdownReason.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/src/main/java/org/eclipse/ditto/signals/commands/common/ShutdownReason.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-signals-commands-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-signals-commands-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-signals-commands-common ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/signals/commands/common/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.signals.commands.common.PurgeNamespaceReasonTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 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.185 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.087 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.03 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.069 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.094 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.029 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.006 s - in org.eclipse.ditto.signals.commands.common.ShutdownReasonFactoryTest
[INFO] Running org.eclipse.ditto.signals.commands.common.ShutdownTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.ditto.signals.commands.common.ShutdownTest
[INFO] Running org.eclipse.ditto.signals.commands.common.RetrieveConfigTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 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.184 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.095 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.073 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.047 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.057 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.025 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.101 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.021 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.051 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.047 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.058 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.022 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.021 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.054 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.023 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.019 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.053 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.019 s - in org.eclipse.ditto.signals.commands.connectivity.modify.OpenConnectionResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.ModifyConnectionResponseTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ditto.signals.commands.connectivity.modify.ModifyConnectionResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.CheckConnectionLogsActiveTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 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.029 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.055 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.02 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.021 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.042 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.022 s - in org.eclipse.ditto.signals.commands.connectivity.modify.TestConnectionResponseTest
[INFO] Running org.eclipse.ditto.signals.commands.connectivity.modify.ResetConnectionLogsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ditto.signals.commands.connectivity.modify.ResetConnectionLogsTest
[INFO] Running org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionNotAccessibleExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionNotAccessibleExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionFailedExceptionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionFailedExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionSignalIllegalExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.signals.commands.connectivity.exceptions.ConnectionSignalIllegalExceptionTest
[INFO] Running org.eclipse.ditto.signals.commands.connectivity.ConnectivityErrorResponseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 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/AggregatedDevOpsCommandResponse.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/AggregatedDevOpsCommandResponse.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.206 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.007 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.105 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.907 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.05 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.028 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.078 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.051 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.053 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.085 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturesLiveCommandImplTest
[INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilderImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertiesLiveCommandAnswerBuilderImplTest
[INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeatureDesiredPropertiesLiveCommandAnswerBuilderImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 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.047 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.068 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.035 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.069 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyAttributesLiveCommandImplTest
[INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilderImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDefinitionLiveCommandAnswerBuilderImplTest
[INFO] Running org.eclipse.ditto.signals.commands.live.modify.DeleteFeaturesLiveCommandAnswerBuilderImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 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.041 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.063 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.018 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.018 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.07 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.045 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.045 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.035 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.052 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.043 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.024 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.046 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.022 s - in org.eclipse.ditto.signals.commands.live.modify.DeleteFeatureDesiredPropertiesLiveCommandImplTest
[INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ditto.signals.commands.live.modify.ModifyLiveCommandFactoryTest
[INFO] Running org.eclipse.ditto.signals.commands.live.modify.ModifyFeaturePropertyLiveCommandAnswerBuilderImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 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.024 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.029 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.061 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.046 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.053 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.025 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.058 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.034 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.061 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.025 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.058 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.033 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.067 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.032 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.063 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.029 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.028 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.037 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.029 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.018 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.022 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.035 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.018 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.021 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 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.014 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.057 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.029 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.019 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.047 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.027 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.021 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.049 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.038 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.071 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.093 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.04 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.109 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.064 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.053 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.025 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.083 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.078 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.105 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.168 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.041 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.029 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.028 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.515 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.17 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.283 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.036 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.044 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.115 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.009 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.058 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.003 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.013 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.138 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.407 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.024 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.922 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.996 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.001 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.23 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.007 s - in org.eclipse.ditto.services.utils.metrics.instruments.gauge.KamonGaugeTest
[INFO] Running org.eclipse.ditto.services.utils.metrics.instruments.counter.KamonCounterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ditto.services.utils.metrics.instruments.counter.KamonCounterTest
[INFO] Running org.eclipse.ditto.services.utils.metrics.instruments.histogram.KamonHistogramTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ditto.services.utils.metrics.instruments.histogram.KamonHistogramTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-utils-metrics ---
[INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**"
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-utils-metrics ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/ditto-services-utils-metrics-0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-utils-metrics ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-utils-metrics ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-utils-metrics ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Utils :: Metrics' with 15 classes
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-utils-metrics ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/target/ditto-services-utils-metrics-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-metrics/0-SNAPSHOT/ditto-services-utils-metrics-0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/utils/metrics/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-utils-metrics/0-SNAPSHOT/ditto-services-utils-metrics-0-SNAPSHOT.pom
[INFO]
[INFO] ---------< org.eclipse.ditto:ditto-services-models-streaming >----------
[INFO] Building Eclipse Ditto :: Services :: Models :: Streaming 0-SNAPSHOT [55/114]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-models-streaming ---
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-models-streaming ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-models-streaming ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO]
[INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-models-streaming ---
[WARNING]
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING]
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING]
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-models-streaming ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/resources
[INFO] Copying 0 resource
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-models-streaming ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-models-streaming:jar:0-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-models-streaming ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/classes
[INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java: /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/main/java/org/eclipse/ditto/services/models/streaming/SudoStreamPids.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-models-streaming ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-models-streaming ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-models-streaming ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/models/streaming/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.services.models.streaming.StreamedSnapshotTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 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.236 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.104 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.048 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 45 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.7 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 45 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 45 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.6 s
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default) @ ditto-services-utils-akka ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 45 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 17 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 17 Java sources to /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/test-classes ...
[INFO] NoPosition: Note: /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java uses or overrides a deprecated API.
[INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
[INFO] NoPosition: Note: /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/src/test/java/org/eclipse/ditto/services/utils/akka/controlflow/MergeSortedAsPairTest.java uses unchecked or unsafe operations.
[INFO] NoPosition: Note: Recompile with -Xlint:unchecked for details.
[INFO] Done compiling.
[INFO] compile in 2.0 s
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-akka ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/akka/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.services.utils.akka.controlflow.ResumeSourceTest
[INFO] [01/15/2021 12:53:44.036] [default-akka.actor.default-dispatcher-5] [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] [01/15/2021 12:53:44.058] [default-akka.actor.default-dispatcher-5] [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.166 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.798 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.076 s - in org.eclipse.ditto.services.utils.akka.controlflow.TransistorTest
[INFO] Running org.eclipse.ditto.services.utils.akka.controlflow.TimeMeasuringFlowTest
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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 s - in org.eclipse.ditto.services.utils.akka.controlflow.TimeMeasuringFlowTest
[INFO] Running org.eclipse.ditto.services.utils.akka.logging.ImmutableDittoLoggerTest
[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.085 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.043 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.204 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.015 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.493 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.036 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.087 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: 118, 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 71 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.022 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.073 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.116 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.129 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.077 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.161 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.019 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.013 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.902 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.647 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.033 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.209 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.848 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.005 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.04 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.19 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.971 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.061 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.792 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.105 s - in org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexFactoryTest
[INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.indices.IndexOperationsTest
12:54:13,642 |-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]
12:54:13,711 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
12:54:13,713 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
12:54:13,715 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:54:13,725 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
12:54:13,732 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:54:13,759 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:54:13,759 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR]
12:54:13,759 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:54:13,763 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.ditto] to INFO
12:54:13,763 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
12:54:13,763 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
12:54:13,764 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT]
12:54:13,764 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
12:54:13,765 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6a97517 - Registering current configuration as safe fallback point
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 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.336 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.009 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.296 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.051 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.025 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.235 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.052 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.293 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.19 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.013 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.139 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.044 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.017 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.035 s - in org.eclipse.ditto.services.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest
[INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.SnapshotStreamingActorTest
2021-01-15 12:54:18,822 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
2021-01-15 12:54:18,823 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
2021-01-15 12:54:19,442 WARN [] a.s.i.s.SinkRefStageImpl SinkRefStageImpl(akka://AkkaTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now.
2021-01-15 12:54:19,641 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
2021-01-15 12:54:19,642 WARN [] a.s.Materializer akka.stream.Log(akka://AkkaTestSystem/system/Materializers/StreamSupervisor-5) - [outbound connection to [akka://AkkaTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.188 s - in org.eclipse.ditto.services.utils.persistence.mongo.SnapshotStreamingActorTest
[INFO] Running org.eclipse.ditto.services.utils.persistence.mongo.DefaultPersistenceStreamingActorTest
2021-01-15 12:54:19,836 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
2021-01-15 12:54:19,837 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
2021-01-15 12:54:20,000 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.301 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.264 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.023 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.001 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.049 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 9 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.638 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.287 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.088 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.417 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.039 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.071 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.211 s - in org.eclipse.ditto.services.base.config.limits.DefaultLimitsConfigTest
[INFO] Running org.eclipse.ditto.services.base.actors.DittoRootActorControlTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.ditto.services.base.actors.DittoRootActorControlTest
[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-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-jar-plugin:3.0.2:test-jar (default) @ ditto-services-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/base/target/ditto-services-base-0-SNAPSHOT-tests.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] Installing /home/jenkins/agent/workspace/ditto-ci/services/base/target/ditto-services-base-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-base/0-SNAPSHOT/ditto-services-base-0-SNAPSHOT-tests.jar
[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.255 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.206 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.305 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.079 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.023 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.075 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: 2.405 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.381 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] [01/15/2021 12:54:41.023] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:33303] with UID [-6930261414241721714]
[INFO] [01/15/2021 12:54:41.047] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:54:41.233] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Registered cluster JMX MBean [akka:type=Cluster,port=33303]
[INFO] [01/15/2021 12:54:41.233] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Started up successfully
[INFO] [01/15/2021 12:54:41.309] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:54:41.309] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:54:41.924] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36501] with UID [-2490171297844257140]
[INFO] [01/15/2021 12:54:41.925] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:54:41.930] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Registered cluster JMX MBean [akka:type=Cluster,port=36501]
[INFO] [01/15/2021 12:54:41.930] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Started up successfully
[INFO] [01/15/2021 12:54:41.933] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:54:41.933] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:54:42.006] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Node [akka://actorSystem@127.0.0.1:33303] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:54:42.009] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:54:42.020] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Leader is moving node [akka://actorSystem@127.0.0.1:33303] to [Up]
[INFO] [akkaMemberChanged][01/15/2021 12:54:42.424] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Node [akka://actorSystem@127.0.0.1:36501] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:54:42.462] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Welcome from [akka://actorSystem@127.0.0.1:33303]
[INFO] [akkaMemberChanged][01/15/2021 12:54:43.342] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Leader is moving node [akka://actorSystem@127.0.0.1:36501] to [Up]
[INFO] [01/15/2021 12:54:44.054] [actorSystem-akka.actor.default-dispatcher-4] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:33303)))>
[INFO] [akkaMemberChanged][01/15/2021 12:54:44.096] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Marked address [akka://actorSystem@127.0.0.1:33303] as [Leaving]
[INFO] [akkaMemberChanged][01/15/2021 12:54:44.396] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Leader is moving node [akka://actorSystem@127.0.0.1:33303] to [Exiting]
[INFO] [01/15/2021 12:54:44.398] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Exiting completed
[INFO] [01/15/2021 12:54:44.401] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Shutting down...
[INFO] [01/15/2021 12:54:44.403] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33303] - Successfully shut down
[INFO] [01/15/2021 12:54:44.502] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Exiting confirmed [akka://actorSystem@127.0.0.1:33303]
[INFO] [01/15/2021 12:54:44.506] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:33303/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:54:44.507] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:33303/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[WARN] [01/15/2021 12:54:44.529] [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:36501], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
[WARN] [01/15/2021 12:54:44.529] [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:36501], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
[INFO] [01/15/2021 12:54:44.538] [actorSystem-akka.remote.default-remote-dispatcher-5] [akka://actorSystem@127.0.0.1:33303/system/remoting-terminator] Remoting shut down.
[INFO] [akkaMemberChanged][01/15/2021 12:54:44.605] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Marked address [akka://actorSystem@127.0.0.1:36501] as [Leaving]
[INFO] [01/15/2021 12:54:44.985] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:54:44.986] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Leader is moving node [akka://actorSystem@127.0.0.1:36501] to [Exiting]
[INFO] [akkaMemberChanged][01/15/2021 12:54:44.987] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Leader is removing confirmed Exiting node [akka://actorSystem@127.0.0.1:33303]
[INFO] [01/15/2021 12:54:44.987] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Exiting completed
[INFO] [01/15/2021 12:54:44.987] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Shutting down...
[INFO] [01/15/2021 12:54:44.987] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36501] - Successfully shut down
[INFO] [akkaDeadLetter][01/15/2021 12:54:44.989] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/system/clusterEventBusListener] Message [akka.cluster.ClusterEvent$MemberRemoved] to Actor[akka://actorSystem/system/clusterEventBusListener#1681270347] 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][01/15/2021 12:54:44.989] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/system/clusterEventBusListener] Message [akka.cluster.ClusterEvent$MemberExited] to Actor[akka://actorSystem/system/clusterEventBusListener#1681270347] 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] [01/15/2021 12:54:44.991] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:36501/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:54:44.991] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:36501/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/15/2021 12:54:46.006] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka://actorSystem@127.0.0.1:36501/system/remoting-terminator] Remoting shut down.
[INFO] [01/15/2021 12:54:46.039] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44278] with UID [3946648460821763122]
[INFO] [01/15/2021 12:54:46.039] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:54:46.043] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Registered cluster JMX MBean [akka:type=Cluster,port=44278]
[INFO] [01/15/2021 12:54:46.043] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Started up successfully
[INFO] [01/15/2021 12:54:46.044] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:54:46.045] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:54:46.110] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:42765] with UID [6647463755408952288]
[INFO] [01/15/2021 12:54:46.111] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:54:46.114] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Registered cluster JMX MBean [akka:type=Cluster,port=42765]
[INFO] [01/15/2021 12:54:46.114] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Started up successfully
[INFO] [01/15/2021 12:54:46.115] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:54:46.116] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:54:46.133] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Node [akka://actorSystem@127.0.0.1:44278] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:54:46.133] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:54:46.133] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Leader is moving node [akka://actorSystem@127.0.0.1:44278] to [Up]
[INFO] [akkaMemberChanged][01/15/2021 12:54:46.209] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Node [akka://actorSystem@127.0.0.1:42765] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:54:46.212] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Welcome from [akka://actorSystem@127.0.0.1:44278]
[INFO] [akkaMemberChanged][01/15/2021 12:54:47.055] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Leader is moving node [akka://actorSystem@127.0.0.1:42765] to [Up]
[INFO] [01/15/2021 12:54:47.151] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:42765)))>
[INFO] [01/15/2021 12:54:47.151] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:42765)))>
[INFO] [akkaMemberChanged][01/15/2021 12:54:47.676] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Marked address [akka://actorSystem@127.0.0.1:44278] as [Leaving]
[INFO] [01/15/2021 12:54:48.075] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - is no longer leader
[INFO] [01/15/2021 12:54:48.153] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:54:48.153] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Leader is moving node [akka://actorSystem@127.0.0.1:44278] to [Exiting]
[INFO] [01/15/2021 12:54:48.157] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Exiting completed
[INFO] [01/15/2021 12:54:48.158] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Shutting down...
[INFO] [01/15/2021 12:54:48.158] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44278] - Successfully shut down
[INFO] [01/15/2021 12:54:48.159] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member
[INFO] [akkaDeadLetter][01/15/2021 12:54:48.160] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/system/cluster/core/daemon] Message [akka.cluster.GossipEnvelope] from Actor[akka://actorSystem@127.0.0.1:42765/system/cluster/core/daemon#1066949968] to Actor[akka://actorSystem/system/cluster/core/daemon#-484461676] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/system/cluster/core/daemon#-484461676] 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][01/15/2021 12:54:48.160] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/system/cluster/core/publisher] Message [akka.cluster.InternalClusterAction$PublishChanges] from Actor[akka://actorSystem/system/cluster/core/daemon#-484461676] to Actor[akka://actorSystem/system/cluster/core/publisher#269107464] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/system/cluster/core/publisher#269107464] 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][01/15/2021 12:54:48.160] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/ack-replicator] Message [akka.cluster.ddata.Replicator$Update] to Actor[akka://actorSystem/user/ack-replicator#-1069164965] was not delivered. [3] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/user/ack-replicator#-1069164965] 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] [01/15/2021 12:54:48.162] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Exiting confirmed [akka://actorSystem@127.0.0.1:44278]
[ERROR] [01/15/2021 12:54:48.163] [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#-1069164965]] 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#-1069164965]] had already been terminated. Message of type [akka.cluster.ddata.Replicator$Update].
[INFO] [01/15/2021 12:54:48.164] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:44278/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:54:48.164] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:44278/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[WARN] [01/15/2021 12:54:48.172] [actorSystem-akka.remote.default-remote-dispatcher-6] [akka.stream.Log(akka://actorSystem/system/Materializers/StreamSupervisor-7)] [outbound connection to [akka://actorSystem@127.0.0.1:42765], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
[WARN] [01/15/2021 12:54:48.172] [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:42765], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
[INFO] [01/15/2021 12:54:48.175] [actorSystem-akka.remote.default-remote-dispatcher-6] [akka://actorSystem@127.0.0.1:44278/system/remoting-terminator] Remoting shut down.
[INFO] [akkaMemberChanged][01/15/2021 12:54:48.187] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Marked address [akka://actorSystem@127.0.0.1:42765] as [Leaving]
[INFO] [akkaMemberChanged][01/15/2021 12:54:49.174] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Leader is moving node [akka://actorSystem@127.0.0.1:42765] to [Exiting]
[INFO] [akkaMemberChanged][01/15/2021 12:54:49.174] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Leader is removing confirmed Exiting node [akka://actorSystem@127.0.0.1:44278]
[INFO] [01/15/2021 12:54:49.174] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Exiting completed
[INFO] [01/15/2021 12:54:49.174] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Shutting down...
[INFO] [01/15/2021 12:54:49.174] [actorSystem-akka.actor.default-dispatcher-22] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member
[INFO] [01/15/2021 12:54:49.174] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42765] - Successfully shut down
[INFO] [akkaDeadLetter][01/15/2021 12:54:49.175] [actorSystem-akka.actor.default-dispatcher-22] [akka://actorSystem/system/clusterEventBusListener] Message [akka.cluster.ClusterEvent$MemberRemoved] to Actor[akka://actorSystem/system/clusterEventBusListener#1863714269] 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][01/15/2021 12:54:49.175] [actorSystem-akka.actor.default-dispatcher-22] [akka://actorSystem/system/clusterEventBusListener] Message [akka.cluster.ClusterEvent$MemberExited] to Actor[akka://actorSystem/system/clusterEventBusListener#1863714269] 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] [01/15/2021 12:54:49.176] [actorSystem-akka.actor.default-dispatcher-22] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member
[INFO] [akkaDeadLetter][01/15/2021 12:54:49.177] [actorSystem-akka.actor.default-dispatcher-21] [akka://actorSystem/system/cluster/core/publisher] Message [akka.cluster.InternalClusterAction$PublishChanges] from Actor[akka://actorSystem/system/cluster/core/daemon#1066949968] to Actor[akka://actorSystem/system/cluster/core/publisher#-117481836] was not delivered. [3] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/system/cluster/core/publisher#-117481836] 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] [01/15/2021 12:54:49.178] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:42765/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:54:49.178] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:42765/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/15/2021 12:54:50.195] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:42765/system/remoting-terminator] Remoting shut down.
[INFO] [01/15/2021 12:54:50.224] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:43959] with UID [8831183766235850791]
[INFO] [01/15/2021 12:54:50.225] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:54:50.228] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Registered cluster JMX MBean [akka:type=Cluster,port=43959]
[INFO] [01/15/2021 12:54:50.228] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Started up successfully
[INFO] [01/15/2021 12:54:50.230] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:54:50.230] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:54:50.258] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36314] with UID [1552877916227728275]
[INFO] [01/15/2021 12:54:50.259] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:54:50.297] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Registered cluster JMX MBean [akka:type=Cluster,port=36314]
[INFO] [01/15/2021 12:54:50.297] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Started up successfully
[INFO] [01/15/2021 12:54:50.299] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:54:50.299] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:54:50.310] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Node [akka://actorSystem@127.0.0.1:43959] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:54:50.310] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:54:50.310] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Leader is moving node [akka://actorSystem@127.0.0.1:43959] to [Up]
[INFO] [akkaMemberChanged][01/15/2021 12:54:50.333] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Node [akka://actorSystem@127.0.0.1:36314] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:54:50.336] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Welcome from [akka://actorSystem@127.0.0.1:43959]
[INFO] [akkaMemberChanged][01/15/2021 12:54:51.243] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Leader is moving node [akka://actorSystem@127.0.0.1:36314] to [Up]
[INFO] [01/15/2021 12:54:51.334] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$a/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:36314)))>
[INFO] [akkaMemberChanged][01/15/2021 12:54:51.366] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Marked address [akka://actorSystem@127.0.0.1:43959] as [Leaving]
[INFO] [01/15/2021 12:54:52.262] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - is no longer leader
[INFO] [01/15/2021 12:54:52.337] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:54:52.337] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Leader is moving node [akka://actorSystem@127.0.0.1:43959] to [Exiting]
[INFO] [01/15/2021 12:54:52.340] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Exiting completed
[INFO] [01/15/2021 12:54:52.340] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Shutting down...
[INFO] [01/15/2021 12:54:52.340] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43959] - Successfully shut down
[INFO] [01/15/2021 12:54:52.342] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member
[INFO] [01/15/2021 12:54:52.342] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Removing declared acks on removed member
[INFO] [akkaDeadLetter][01/15/2021 12:54:52.342] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/ack-replicator] Message [akka.cluster.ddata.Replicator$Internal$GossipTick$] from Actor[akka://actorSystem/user/ack-replicator#1764990311] to Actor[akka://actorSystem/user/ack-replicator#1764990311] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/user/ack-replicator#1764990311] 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'.
[ERROR] [01/15/2021 12:54:52.342] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$a/ackUpdater1] Failed to remove declared acks on removed cluster member
java.util.concurrent.CompletionException: akka.pattern.AskTimeoutException: Recipient [Actor[akka://actorSystem/user/ack-replicator#1764990311]] 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#1764990311]] had already been terminated. Message of type [akka.cluster.ddata.Replicator$Update].
[INFO] [01/15/2021 12:54:52.343] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:43959/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:54:52.343] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:43959/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/15/2021 12:54:52.345] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Exiting confirmed [akka://actorSystem@127.0.0.1:43959]
[WARN] [01/15/2021 12:54:52.349] [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:36314], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
[WARN] [01/15/2021 12:54:52.349] [actorSystem-akka.remote.default-remote-dispatcher-8] [akka.stream.Log(akka://actorSystem/system/Materializers/StreamSupervisor-13)] [outbound connection to [akka://actorSystem@127.0.0.1:36314], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
[INFO] [01/15/2021 12:54:52.351] [actorSystem-akka.remote.default-remote-dispatcher-7] [akka://actorSystem@127.0.0.1:43959/system/remoting-terminator] Remoting shut down.
[INFO] [akkaMemberChanged][01/15/2021 12:54:52.363] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Marked address [akka://actorSystem@127.0.0.1:36314] as [Leaving]
[INFO] [akkaMemberChanged][01/15/2021 12:54:53.357] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Leader is moving node [akka://actorSystem@127.0.0.1:36314] to [Exiting]
[INFO] [akkaMemberChanged][01/15/2021 12:54:53.357] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Leader is removing confirmed Exiting node [akka://actorSystem@127.0.0.1:43959]
[INFO] [01/15/2021 12:54:53.357] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Exiting completed
[INFO] [01/15/2021 12:54:53.357] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Shutting down...
[INFO] [01/15/2021 12:54:53.357] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36314] - Successfully shut down
[INFO] [akkaDeadLetter][01/15/2021 12:54:53.359] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/system/cluster/core/publisher] Message [akka.cluster.InternalClusterAction$PublishChanges] from Actor[akka://actorSystem/system/cluster/core/daemon#1208847861] to Actor[akka://actorSystem/system/cluster/core/publisher#-1888235008] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[akka://actorSystem/system/cluster/core/publisher#-1888235008] 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] [01/15/2021 12:54:53.359] [actorSystem-akka.remote.default-remote-dispatcher-6] [akka://actorSystem@127.0.0.1:36314/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:54:53.359] [actorSystem-akka.remote.default-remote-dispatcher-6] [akka://actorSystem@127.0.0.1:36314/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/15/2021 12:54:54.378] [actorSystem-akka.remote.default-remote-dispatcher-6] [akka://actorSystem@127.0.0.1:36314/system/remoting-terminator] Remoting shut down.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.195 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.372 s - in org.eclipse.ditto.services.utils.pubsub.config.DefaultPubSubConfigTest
[INFO] Running org.eclipse.ditto.services.utils.pubsub.PubSubFactoryTest
[INFO] [01/15/2021 12:54:55.806] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36454] with UID [-1177409939671350534]
[INFO] [01/15/2021 12:54:55.806] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:54:55.809] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - Registered cluster JMX MBean [akka:type=Cluster,port=36454]
[INFO] [01/15/2021 12:54:55.809] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - Started up successfully
[INFO] [01/15/2021 12:54:55.811] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:54:55.811] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:54:55.836] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36015] with UID [-8329611730779749736]
[INFO] [01/15/2021 12:54:55.836] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36015] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:54:55.839] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36015] - Registered cluster JMX MBean [akka:type=Cluster,port=36015]
[INFO] [01/15/2021 12:54:55.839] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36015] - Started up successfully
[INFO] [01/15/2021 12:54:55.841] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36015] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:54:55.841] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36015] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:54:55.899] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - Node [akka://actorSystem@127.0.0.1:36454] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:54:55.899] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:54:55.899] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - Leader is moving node [akka://actorSystem@127.0.0.1:36454] to [Up]
[INFO] [01/15/2021 12:54:55.909] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$a/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:36454)))>
[INFO] [01/15/2021 12:54:55.910] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$b/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:54:55.926] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - Node [akka://actorSystem@127.0.0.1:36015] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:54:55.928] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36015] - Welcome from [akka://actorSystem@127.0.0.1:36454]
[INFO] [akkaMemberChanged][01/15/2021 12:54:56.824] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - Leader is moving node [akka://actorSystem@127.0.0.1:36015] to [Up]
[INFO] [01/15/2021 12:54:56.887] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$w/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:36015)))>
[INFO] [01/15/2021 12:54:57.842] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36454] - is no longer leader
[INFO] [01/15/2021 12:54:57.875] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36015] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [01/15/2021 12:55:01.999] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:43891] with UID [-962193096876381937]
[INFO] [01/15/2021 12:55:02.000] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:02.003] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - Registered cluster JMX MBean [akka:type=Cluster,port=43891]
[INFO] [01/15/2021 12:55:02.003] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - Started up successfully
[INFO] [01/15/2021 12:55:02.004] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:02.005] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:55:02.033] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:33944] with UID [-555936345078127100]
[INFO] [01/15/2021 12:55:02.034] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33944] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:02.036] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33944] - Registered cluster JMX MBean [akka:type=Cluster,port=33944]
[INFO] [01/15/2021 12:55:02.036] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33944] - Started up successfully
[INFO] [01/15/2021 12:55:02.037] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33944] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:02.037] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33944] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:55:02.049] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - Node [akka://actorSystem@127.0.0.1:43891] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:55:02.050] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:55:02.050] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - Leader is moving node [akka://actorSystem@127.0.0.1:43891] to [Up]
[INFO] [01/15/2021 12:55:02.096] [actorSystem-akka.actor.default-dispatcher-4] [akka://actorSystem/user/$$y/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:43891)))>
[INFO] [01/15/2021 12:55:02.097] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$z/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:55:02.114] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - Node [akka://actorSystem@127.0.0.1:33944] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:55:02.116] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33944] - Welcome from [akka://actorSystem@127.0.0.1:43891]
[INFO] [akkaMemberChanged][01/15/2021 12:55:03.017] [actorSystem-akka.actor.internal-dispatcher-6] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - Leader is moving node [akka://actorSystem@127.0.0.1:33944] to [Up]
[INFO] [01/15/2021 12:55:04.036] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43891] - is no longer leader
[INFO] [01/15/2021 12:55:04.072] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33944] - is the new leader among reachable nodes (more leaders may exist)
[ERROR] [01/15/2021 12:55:05.217] [actorSystem-akka.actor.default-dispatcher-4] [akka://actorSystem/user/$$y/dc-default-sub-supervisor/subscriber1] Notifying SubUpdater of AckUpdater termination:
[ERROR] [01/15/2021 12:55:05.217] [actorSystem-akka.actor.default-dispatcher-24] [akka://actorSystem/user/$$y/dc-default-ack-supervisor] All local declared acknowledgement labels lost.
[INFO] [01/15/2021 12:55:06.237] [actorSystem-akka.actor.default-dispatcher-24] [akka://actorSystem/user/$$y/dc-default-ack-supervisor/ackUpdater2] Got Some(akka://actorSystem@127.0.0.1:33944)))>
[INFO] [01/15/2021 12:55:12.260] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:46513] with UID [8520925415585055741]
[INFO] [01/15/2021 12:55:12.260] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:12.262] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - Registered cluster JMX MBean [akka:type=Cluster,port=46513]
[INFO] [01/15/2021 12:55:12.262] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - Started up successfully
[INFO] [01/15/2021 12:55:12.264] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:12.264] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:55:12.286] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:43146] with UID [5730923223827478081]
[INFO] [01/15/2021 12:55:12.286] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43146] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:12.288] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43146] - Registered cluster JMX MBean [akka:type=Cluster,port=43146]
[INFO] [01/15/2021 12:55:12.288] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43146] - Started up successfully
[INFO] [01/15/2021 12:55:12.290] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43146] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:12.290] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43146] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:55:12.300] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - Node [akka://actorSystem@127.0.0.1:46513] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:55:12.300] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:55:12.301] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - Leader is moving node [akka://actorSystem@127.0.0.1:46513] to [Up]
[INFO] [01/15/2021 12:55:12.303] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$A/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:46513)))>
[INFO] [01/15/2021 12:55:12.306] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$B/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:55:12.317] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - Node [akka://actorSystem@127.0.0.1:43146] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:55:12.319] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43146] - Welcome from [akka://actorSystem@127.0.0.1:46513]
[INFO] [akkaMemberChanged][01/15/2021 12:55:13.279] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - Leader is moving node [akka://actorSystem@127.0.0.1:43146] to [Up]
[INFO] [01/15/2021 12:55:13.376] [actorSystem-akka.actor.default-dispatcher-22] [akka://actorSystem/user/$$A/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:43146)))>
[INFO] [01/15/2021 12:55:14.299] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46513] - is no longer leader
[INFO] [01/15/2021 12:55:14.328] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:43146] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [01/15/2021 12:55:23.539] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:33047] with UID [-3627126135545053649]
[INFO] [01/15/2021 12:55:23.540] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33047] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:23.542] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33047] - Registered cluster JMX MBean [akka:type=Cluster,port=33047]
[INFO] [01/15/2021 12:55:23.542] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33047] - Started up successfully
[INFO] [01/15/2021 12:55:23.544] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33047] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:23.544] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33047] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:55:23.563] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:34069] with UID [1948404317642388953]
[INFO] [01/15/2021 12:55:23.563] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34069] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:23.565] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34069] - Registered cluster JMX MBean [akka:type=Cluster,port=34069]
[INFO] [01/15/2021 12:55:23.565] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34069] - Started up successfully
[INFO] [01/15/2021 12:55:23.566] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34069] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:23.566] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34069] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:55:23.600] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33047] - Node [akka://actorSystem@127.0.0.1:33047] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:55:23.601] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33047] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:55:23.601] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33047] - Leader is moving node [akka://actorSystem@127.0.0.1:33047] to [Up]
[INFO] [01/15/2021 12:55:23.603] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$C/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:33047)))>
[INFO] [01/15/2021 12:55:23.605] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$D/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:55:23.618] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33047] - Node [akka://actorSystem@127.0.0.1:34069] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:55:23.620] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34069] - Welcome from [akka://actorSystem@127.0.0.1:33047]
[INFO] [akkaMemberChanged][01/15/2021 12:55:24.554] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33047] - Leader is moving node [akka://actorSystem@127.0.0.1:34069] to [Up]
[INFO] [01/15/2021 12:55:24.612] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$C/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:33047)))>
[INFO] [01/15/2021 12:55:34.820] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44451] with UID [-5298944803005835206]
[INFO] [01/15/2021 12:55:34.820] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44451] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:34.822] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44451] - Registered cluster JMX MBean [akka:type=Cluster,port=44451]
[INFO] [01/15/2021 12:55:34.822] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44451] - Started up successfully
[INFO] [01/15/2021 12:55:34.823] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44451] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:34.823] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44451] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:55:34.845] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:41483] with UID [-2139208130211379924]
[INFO] [01/15/2021 12:55:34.846] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41483] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:34.848] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41483] - Registered cluster JMX MBean [akka:type=Cluster,port=41483]
[INFO] [01/15/2021 12:55:34.848] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41483] - Started up successfully
[INFO] [01/15/2021 12:55:34.850] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41483] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:34.850] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41483] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:55:34.898] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44451] - Node [akka://actorSystem@127.0.0.1:44451] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:55:34.898] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44451] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:55:34.898] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44451] - Leader is moving node [akka://actorSystem@127.0.0.1:44451] to [Up]
[INFO] [01/15/2021 12:55:34.900] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$E/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:44451)))>
[INFO] [01/15/2021 12:55:34.903] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$F/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:55:34.913] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44451] - Node [akka://actorSystem@127.0.0.1:41483] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:55:34.915] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41483] - Welcome from [akka://actorSystem@127.0.0.1:44451]
[INFO] [akkaMemberChanged][01/15/2021 12:55:35.843] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44451] - Leader is moving node [akka://actorSystem@127.0.0.1:41483] to [Up]
[INFO] [01/15/2021 12:55:39.968] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:45406] with UID [-8994707593239385349]
[INFO] [01/15/2021 12:55:39.968] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:39.970] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - Registered cluster JMX MBean [akka:type=Cluster,port=45406]
[INFO] [01/15/2021 12:55:39.970] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - Started up successfully
[INFO] [01/15/2021 12:55:39.971] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:39.971] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:55:39.989] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36748] with UID [-3294126168426062722]
[INFO] [01/15/2021 12:55:39.989] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36748] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:39.991] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36748] - Registered cluster JMX MBean [akka:type=Cluster,port=36748]
[INFO] [01/15/2021 12:55:39.991] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36748] - Started up successfully
[INFO] [01/15/2021 12:55:39.992] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36748] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:39.992] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36748] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:55:39.999] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - Node [akka://actorSystem@127.0.0.1:45406] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:55:39.999] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:55:40.000] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - Leader is moving node [akka://actorSystem@127.0.0.1:45406] to [Up]
[INFO] [01/15/2021 12:55:40.003] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$G/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:45406)))>
[INFO] [01/15/2021 12:55:40.004] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$H/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:55:40.016] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - Node [akka://actorSystem@127.0.0.1:36748] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:55:40.017] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36748] - Welcome from [akka://actorSystem@127.0.0.1:45406]
[INFO] [akkaMemberChanged][01/15/2021 12:55:40.982] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - Leader is moving node [akka://actorSystem@127.0.0.1:36748] to [Up]
[INFO] [01/15/2021 12:55:41.017] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$G/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:36748)))>
[INFO] [01/15/2021 12:55:42.001] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45406] - is no longer leader
[INFO] [01/15/2021 12:55:42.023] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36748] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [01/15/2021 12:55:47.144] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:35886] with UID [5771129387415453546]
[INFO] [01/15/2021 12:55:47.145] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35886] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:47.146] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35886] - Registered cluster JMX MBean [akka:type=Cluster,port=35886]
[INFO] [01/15/2021 12:55:47.146] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35886] - Started up successfully
[INFO] [01/15/2021 12:55:47.149] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35886] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:47.149] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35886] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:55:47.166] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44442] with UID [-6747202303417527771]
[INFO] [01/15/2021 12:55:47.166] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44442] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:47.168] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44442] - Registered cluster JMX MBean [akka:type=Cluster,port=44442]
[INFO] [01/15/2021 12:55:47.168] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44442] - Started up successfully
[INFO] [01/15/2021 12:55:47.170] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44442] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:47.170] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44442] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:55:47.177] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35886] - Node [akka://actorSystem@127.0.0.1:35886] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:55:47.177] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35886] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:55:47.177] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35886] - Leader is moving node [akka://actorSystem@127.0.0.1:35886] to [Up]
[INFO] [01/15/2021 12:55:47.196] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$I/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:35886)))>
[INFO] [01/15/2021 12:55:47.196] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$J/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:55:47.205] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35886] - Node [akka://actorSystem@127.0.0.1:44442] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:55:47.206] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44442] - Welcome from [akka://actorSystem@127.0.0.1:35886]
[INFO] [akkaMemberChanged][01/15/2021 12:55:48.168] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35886] - Leader is moving node [akka://actorSystem@127.0.0.1:44442] to [Up]
[INFO] [01/15/2021 12:55:48.234] [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, httpStatus=HttpStatus [code=409, category=CLIENT_ERROR], description='Please ensure all other subscribers with the declared acknowledgement labels are offline.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
[INFO] [01/15/2021 12:55:50.262] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44283] with UID [-827024669126784438]
[INFO] [01/15/2021 12:55:50.262] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44283] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:50.264] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44283] - Registered cluster JMX MBean [akka:type=Cluster,port=44283]
[INFO] [01/15/2021 12:55:50.264] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44283] - Started up successfully
[INFO] [01/15/2021 12:55:50.265] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44283] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:50.265] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44283] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:55:50.290] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44929] with UID [-5486922611890012135]
[INFO] [01/15/2021 12:55:50.291] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44929] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:50.292] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44929] - Registered cluster JMX MBean [akka:type=Cluster,port=44929]
[INFO] [01/15/2021 12:55:50.292] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44929] - Started up successfully
[INFO] [01/15/2021 12:55:50.294] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44929] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:50.294] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44929] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:55:50.301] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44283] - Node [akka://actorSystem@127.0.0.1:44283] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:55:50.301] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44283] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:55:50.301] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44283] - Leader is moving node [akka://actorSystem@127.0.0.1:44283] to [Up]
[INFO] [01/15/2021 12:55:50.304] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$K/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:44283)))>
[INFO] [01/15/2021 12:55:50.305] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$L/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:55:50.319] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44283] - Node [akka://actorSystem@127.0.0.1:44929] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:55:50.320] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44929] - Welcome from [akka://actorSystem@127.0.0.1:44283]
[INFO] [akkaMemberChanged][01/15/2021 12:55:51.276] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44283] - Leader is moving node [akka://actorSystem@127.0.0.1:44929] to [Up]
[INFO] [01/15/2021 12:55:53.375] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37113] with UID [-3417891607162345944]
[INFO] [01/15/2021 12:55:53.375] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37113] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:53.377] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37113] - Registered cluster JMX MBean [akka:type=Cluster,port=37113]
[INFO] [01/15/2021 12:55:53.377] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37113] - Started up successfully
[INFO] [01/15/2021 12:55:53.378] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37113] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:53.378] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37113] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:55:53.396] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:39982] with UID [-4634463272156298935]
[INFO] [01/15/2021 12:55:53.396] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39982] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:53.398] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39982] - Registered cluster JMX MBean [akka:type=Cluster,port=39982]
[INFO] [01/15/2021 12:55:53.398] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39982] - Started up successfully
[INFO] [01/15/2021 12:55:53.399] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39982] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:53.399] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39982] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:55:53.405] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37113] - Node [akka://actorSystem@127.0.0.1:37113] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:55:53.406] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37113] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:55:53.406] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37113] - Leader is moving node [akka://actorSystem@127.0.0.1:37113] to [Up]
[INFO] [01/15/2021 12:55:53.409] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$M/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:37113)))>
[INFO] [01/15/2021 12:55:53.408] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$N/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:55:53.419] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37113] - Node [akka://actorSystem@127.0.0.1:39982] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:55:53.420] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:39982] - Welcome from [akka://actorSystem@127.0.0.1:37113]
[INFO] [akkaMemberChanged][01/15/2021 12:55:54.389] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37113] - Leader is moving node [akka://actorSystem@127.0.0.1:39982] to [Up]
[INFO] [01/15/2021 12:55:59.510] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:33967] with UID [5867865748252526280]
[INFO] [01/15/2021 12:55:59.511] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33967] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:59.513] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33967] - Registered cluster JMX MBean [akka:type=Cluster,port=33967]
[INFO] [01/15/2021 12:55:59.513] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33967] - Started up successfully
[INFO] [01/15/2021 12:55:59.514] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33967] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:59.514] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33967] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:55:59.531] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:35572] with UID [8772292831055082947]
[INFO] [01/15/2021 12:55:59.532] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35572] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:55:59.533] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35572] - Registered cluster JMX MBean [akka:type=Cluster,port=35572]
[INFO] [01/15/2021 12:55:59.533] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35572] - Started up successfully
[INFO] [01/15/2021 12:55:59.534] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35572] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:55:59.534] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35572] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:55:59.544] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33967] - Node [akka://actorSystem@127.0.0.1:33967] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:55:59.545] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33967] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:55:59.545] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33967] - Leader is moving node [akka://actorSystem@127.0.0.1:33967] to [Up]
[INFO] [01/15/2021 12:55:59.547] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$O/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:33967)))>
[INFO] [01/15/2021 12:55:59.547] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/user/$$P/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:55:59.602] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33967] - Node [akka://actorSystem@127.0.0.1:35572] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:55:59.603] [actorSystem-akka.actor.internal-dispatcher-9] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:35572] - Welcome from [akka://actorSystem@127.0.0.1:33967]
[INFO] [akkaMemberChanged][01/15/2021 12:56:00.524] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:33967] - Leader is moving node [akka://actorSystem@127.0.0.1:35572] to [Up]
[INFO] [01/15/2021 12:56:02.605] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:40027] with UID [7091288531857261771]
[INFO] [01/15/2021 12:56:02.606] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:02.607] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - Registered cluster JMX MBean [akka:type=Cluster,port=40027]
[INFO] [01/15/2021 12:56:02.607] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - Started up successfully
[INFO] [01/15/2021 12:56:02.608] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:02.608] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:56:02.625] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37055] with UID [3237792771824943239]
[INFO] [01/15/2021 12:56:02.625] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37055] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:02.627] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37055] - Registered cluster JMX MBean [akka:type=Cluster,port=37055]
[INFO] [01/15/2021 12:56:02.627] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37055] - Started up successfully
[INFO] [01/15/2021 12:56:02.628] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37055] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:02.628] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37055] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:56:02.635] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - Node [akka://actorSystem@127.0.0.1:40027] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:56:02.637] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$R/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [01/15/2021 12:56:02.635] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:56:02.635] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - Leader is moving node [akka://actorSystem@127.0.0.1:40027] to [Up]
[INFO] [01/15/2021 12:56:02.639] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$Q/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:40027)))>
[INFO] [akkaMemberChanged][01/15/2021 12:56:02.651] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - Node [akka://actorSystem@127.0.0.1:37055] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:56:02.695] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37055] - Welcome from [akka://actorSystem@127.0.0.1:40027]
[INFO] [akkaMemberChanged][01/15/2021 12:56:03.620] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - Leader is moving node [akka://actorSystem@127.0.0.1:37055] to [Up]
[INFO] [01/15/2021 12:56:03.684] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$Q/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:37055)))>
[INFO] [01/15/2021 12:56:04.640] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:40027] - is no longer leader
[INFO] [01/15/2021 12:56:04.660] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37055] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [01/15/2021 12:56:07.744] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:46684] with UID [5136140484351641309]
[INFO] [01/15/2021 12:56:07.745] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:07.746] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - Registered cluster JMX MBean [akka:type=Cluster,port=46684]
[INFO] [01/15/2021 12:56:07.746] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - Started up successfully
[INFO] [01/15/2021 12:56:07.747] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:07.747] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:56:07.763] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44002] with UID [-7948969206668245762]
[INFO] [01/15/2021 12:56:07.764] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44002] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:07.765] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44002] - Registered cluster JMX MBean [akka:type=Cluster,port=44002]
[INFO] [01/15/2021 12:56:07.765] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44002] - Started up successfully
[INFO] [01/15/2021 12:56:07.766] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44002] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:07.766] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44002] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:56:07.773] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - Node [akka://actorSystem@127.0.0.1:46684] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:56:07.773] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:56:07.773] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - Leader is moving node [akka://actorSystem@127.0.0.1:46684] to [Up]
[INFO] [01/15/2021 12:56:07.775] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$S/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:46684)))>
[INFO] [01/15/2021 12:56:07.776] [actorSystem-akka.actor.default-dispatcher-11] [akka://actorSystem/user/$$T/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:56:07.803] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - Node [akka://actorSystem@127.0.0.1:44002] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:56:07.804] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44002] - Welcome from [akka://actorSystem@127.0.0.1:46684]
[INFO] [akkaMemberChanged][01/15/2021 12:56:08.767] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - Leader is moving node [akka://actorSystem@127.0.0.1:44002] to [Up]
[INFO] [01/15/2021 12:56:08.843] [actorSystem-akka.actor.default-dispatcher-25] [akka://actorSystem/user/$$S/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:44002)))>
[INFO] [01/15/2021 12:56:09.787] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:46684] - is no longer leader
[INFO] [01/15/2021 12:56:09.798] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44002] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [01/15/2021 12:56:18.998] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:34452] with UID [-313424828930902367]
[INFO] [01/15/2021 12:56:18.998] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34452] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:18.999] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34452] - Registered cluster JMX MBean [akka:type=Cluster,port=34452]
[INFO] [01/15/2021 12:56:18.999] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34452] - Started up successfully
[INFO] [01/15/2021 12:56:19.001] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34452] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:19.001] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34452] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:56:19.021] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:34660] with UID [-7060650680180565630]
[INFO] [01/15/2021 12:56:19.022] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34660] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:19.023] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34660] - Registered cluster JMX MBean [akka:type=Cluster,port=34660]
[INFO] [01/15/2021 12:56:19.023] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34660] - Started up successfully
[INFO] [01/15/2021 12:56:19.025] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34660] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:19.025] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34660] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:56:19.032] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34452] - Node [akka://actorSystem@127.0.0.1:34452] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:56:19.032] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34452] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:56:19.033] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34452] - Leader is moving node [akka://actorSystem@127.0.0.1:34452] to [Up]
[INFO] [01/15/2021 12:56:19.035] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$U/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:34452)))>
[INFO] [01/15/2021 12:56:19.039] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$V/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:56:19.047] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34452] - Node [akka://actorSystem@127.0.0.1:34660] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:56:19.048] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34660] - Welcome from [akka://actorSystem@127.0.0.1:34452]
[INFO] [akkaMemberChanged][01/15/2021 12:56:20.013] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:34452] - Leader is moving node [akka://actorSystem@127.0.0.1:34660] to [Up]
[INFO] [01/15/2021 12:56:20.071] [actorSystem-akka.actor.default-dispatcher-12] [akka://actorSystem/user/$$U/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:34452)))>
[INFO] [01/15/2021 12:56:24.137] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:44078] with UID [-2802601113802834036]
[INFO] [01/15/2021 12:56:24.137] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:24.138] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - Registered cluster JMX MBean [akka:type=Cluster,port=44078]
[INFO] [01/15/2021 12:56:24.138] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - Started up successfully
[INFO] [01/15/2021 12:56:24.141] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:24.141] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:56:24.156] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:42628] with UID [-8468748192588086093]
[INFO] [01/15/2021 12:56:24.156] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42628] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:24.157] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42628] - Registered cluster JMX MBean [akka:type=Cluster,port=42628]
[INFO] [01/15/2021 12:56:24.157] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42628] - Started up successfully
[INFO] [01/15/2021 12:56:24.158] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42628] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:24.158] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42628] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:56:24.165] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - Node [akka://actorSystem@127.0.0.1:44078] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:56:24.165] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:56:24.165] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - Leader is moving node [akka://actorSystem@127.0.0.1:44078] to [Up]
[INFO] [01/15/2021 12:56:24.168] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$W/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:44078)))>
[INFO] [01/15/2021 12:56:24.168] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$X/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:56:24.177] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - Node [akka://actorSystem@127.0.0.1:42628] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:56:24.194] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42628] - Welcome from [akka://actorSystem@127.0.0.1:44078]
[INFO] [akkaMemberChanged][01/15/2021 12:56:25.151] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - Leader is moving node [akka://actorSystem@127.0.0.1:42628] to [Up]
[INFO] [01/15/2021 12:56:26.172] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:44078] - is no longer leader
[INFO] [01/15/2021 12:56:26.190] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:42628] - is the new leader among reachable nodes (more leaders may exist)
[WARN] [01/15/2021 12:56:27.314] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$W/dc-default-sub-supervisor] Killing children on request. DO NOT do this in production!
[ERROR] [01/15/2021 12:56:27.315] [actorSystem-akka.actor.default-dispatcher-22] [akka://actorSystem/user/$$W/dc-default-sub-supervisor] Child actor terminated. Removing subscriber from DData:
[INFO] [01/15/2021 12:56:34.374] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37671] with UID [-3263948149979102853]
[INFO] [01/15/2021 12:56:34.375] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37671] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:34.376] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37671] - Registered cluster JMX MBean [akka:type=Cluster,port=37671]
[INFO] [01/15/2021 12:56:34.376] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37671] - Started up successfully
[INFO] [01/15/2021 12:56:34.377] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37671] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:34.377] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37671] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:56:34.394] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:41175] with UID [1111112322300096571]
[INFO] [01/15/2021 12:56:34.395] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41175] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:34.396] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41175] - Registered cluster JMX MBean [akka:type=Cluster,port=41175]
[INFO] [01/15/2021 12:56:34.396] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41175] - Started up successfully
[INFO] [01/15/2021 12:56:34.397] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41175] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:34.397] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41175] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:56:34.403] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37671] - Node [akka://actorSystem@127.0.0.1:37671] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:56:34.403] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37671] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:56:34.403] [actorSystem-akka.actor.internal-dispatcher-4] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37671] - Leader is moving node [akka://actorSystem@127.0.0.1:37671] to [Up]
[INFO] [01/15/2021 12:56:34.405] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$Z/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [01/15/2021 12:56:34.406] [actorSystem-akka.actor.default-dispatcher-5] [akka://actorSystem/user/$$Y/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:37671)))>
[INFO] [akkaMemberChanged][01/15/2021 12:56:34.416] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37671] - Node [akka://actorSystem@127.0.0.1:41175] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:56:34.417] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:41175] - Welcome from [akka://actorSystem@127.0.0.1:37671]
[INFO] [akkaMemberChanged][01/15/2021 12:56:35.387] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37671] - Leader is moving node [akka://actorSystem@127.0.0.1:41175] to [Up]
[INFO] [01/15/2021 12:56:35.422] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$Y/dc-default-pub-supervisor/pubUpdater1] Got Some(akka://actorSystem@127.0.0.1:37671)))>
[INFO] [01/15/2021 12:56:39.509] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:38886] with UID [-5003028894972499045]
[INFO] [01/15/2021 12:56:39.509] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38886] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:39.511] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38886] - Registered cluster JMX MBean [akka:type=Cluster,port=38886]
[INFO] [01/15/2021 12:56:39.511] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38886] - Started up successfully
[INFO] [01/15/2021 12:56:39.512] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38886] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:39.512] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38886] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:56:39.528] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:36908] with UID [-6619544191754815673]
[INFO] [01/15/2021 12:56:39.529] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36908] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:39.530] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36908] - Registered cluster JMX MBean [akka:type=Cluster,port=36908]
[INFO] [01/15/2021 12:56:39.530] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36908] - Started up successfully
[INFO] [01/15/2021 12:56:39.534] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36908] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:39.534] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36908] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:56:39.538] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38886] - Node [akka://actorSystem@127.0.0.1:38886] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:56:39.538] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38886] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:56:39.538] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38886] - Leader is moving node [akka://actorSystem@127.0.0.1:38886] to [Up]
[INFO] [01/15/2021 12:56:39.540] [actorSystem-akka.actor.default-dispatcher-6] [akka://actorSystem/user/$$0/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:38886)))>
[INFO] [01/15/2021 12:56:39.541] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$1/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [akkaMemberChanged][01/15/2021 12:56:39.550] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38886] - Node [akka://actorSystem@127.0.0.1:36908] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:56:39.551] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:36908] - Welcome from [akka://actorSystem@127.0.0.1:38886]
[INFO] [akkaMemberChanged][01/15/2021 12:56:40.525] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:38886] - Leader is moving node [akka://actorSystem@127.0.0.1:36908] to [Up]
[INFO] [01/15/2021 12:56:41.053] [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, httpStatus=HttpStatus [code=409, category=CLIENT_ERROR], description='Please ensure all other subscribers with the declared acknowledgement labels are offline.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
[INFO] [01/15/2021 12:56:42.603] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:37491] with UID [-3717819028539732832]
[INFO] [01/15/2021 12:56:42.604] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37491] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:42.605] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37491] - Registered cluster JMX MBean [akka:type=Cluster,port=37491]
[INFO] [01/15/2021 12:56:42.605] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37491] - Started up successfully
[INFO] [01/15/2021 12:56:42.607] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37491] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:42.607] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37491] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:56:42.621] [main] [ArteryTcpTransport(akka://actorSystem)] Remoting started with transport [Artery tcp]; listening on address [akka://actorSystem@127.0.0.1:45958] with UID [7996105640794969896]
[INFO] [01/15/2021 12:56:42.621] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45958] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:56:42.623] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45958] - Registered cluster JMX MBean [akka:type=Cluster,port=45958]
[INFO] [01/15/2021 12:56:42.623] [main] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45958] - Started up successfully
[INFO] [01/15/2021 12:56:42.624] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45958] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:56:42.624] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45958] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaMemberChanged][01/15/2021 12:56:42.630] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37491] - Node [akka://actorSystem@127.0.0.1:37491] is JOINING itself (with roles [dc-default]) and forming new cluster
[INFO] [01/15/2021 12:56:42.630] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37491] - is the new leader among reachable nodes (more leaders may exist)
[INFO] [akkaMemberChanged][01/15/2021 12:56:42.631] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37491] - Leader is moving node [akka://actorSystem@127.0.0.1:37491] to [Up]
[INFO] [01/15/2021 12:56:42.632] [actorSystem-akka.actor.default-dispatcher-4] [akka://actorSystem/user/$$3/dc-default-ack-supervisor/ackUpdater1] Got
[INFO] [01/15/2021 12:56:42.634] [actorSystem-akka.actor.default-dispatcher-10] [akka://actorSystem/user/$$2/dc-default-ack-supervisor/ackUpdater1] Got Some(akka://actorSystem@127.0.0.1:37491)))>
[INFO] [akkaMemberChanged][01/15/2021 12:56:42.642] [actorSystem-akka.actor.internal-dispatcher-2] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37491] - Node [akka://actorSystem@127.0.0.1:45958] is JOINING, roles [dc-default]
[INFO] [01/15/2021 12:56:42.643] [actorSystem-akka.actor.internal-dispatcher-3] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:45958] - Welcome from [akka://actorSystem@127.0.0.1:37491]
[INFO] [akkaMemberChanged][01/15/2021 12:56:43.618] [actorSystem-akka.actor.internal-dispatcher-5] [Cluster(akka://actorSystem)] Cluster Node [akka://actorSystem@127.0.0.1:37491] - Leader is moving node [akka://actorSystem@127.0.0.1:45958] to [Up]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 109.922 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 84 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.389 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.208 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.134 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.063 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.064 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.321 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.096 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.03 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.159 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.028 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.055 s - in org.eclipse.ditto.services.models.policies.PolicyTagTest
[INFO] Running org.eclipse.ditto.services.models.policies.PoliciesValidatorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.024 s - in org.eclipse.ditto.services.models.policies.PolicyReferenceTagTest
[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-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.281 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.041 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.082 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.112 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.009 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.52 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.004 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.932 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.346 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.198 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.51 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.04 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.025 s - in org.eclipse.ditto.services.models.connectivity.MappedInboundExternalMessageTest
[INFO] Running org.eclipse.ditto.services.models.connectivity.InboundSignalTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.917 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.179 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.009 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] [01/15/2021 12:57:05.029] [default-akka.actor.default-dispatcher-6] [akka://default/user/$a] MessageAggregator: not handled:
[WARN] [01/15/2021 12:57:05.029] [default-akka.actor.default-dispatcher-6] [akka://default/user/$a] MessageAggregator: not handled:
[WARN] [01/15/2021 12:57:05.029] [default-akka.actor.default-dispatcher-6] [akka://default/user/$a] MessageAggregator: not handled:
[ERROR] [01/15/2021 12:57:05.121] [default-akka.actor.default-dispatcher-7] [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.031 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.55 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.337 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.353 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.829 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.068 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.003 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.005 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.01 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.005 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.019 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.05 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.009 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyPolicyEntriesSubstitutionStrategyTest
[INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyPolicySubstitutionStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifyPolicySubstitutionStrategyTest
[INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifySubjectsSubstitutionStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.strategies.ModifySubjectsSubstitutionStrategyTest
[INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.references.PolicyIdReferencePlaceholderResolverTest
12:57:14.730 [ERROR] o.e.d.s.c.e.p.r.PolicyIdReferencePlaceholderResolver - Did not retrieve expected RetrieveThingResponse when resolving policy ID placeholder reference : someThingUnexpected
12:57:14.961 [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, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], 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, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.313 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.006 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.062 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.HeaderBasedPlaceholderSubstitutionAlgorithmTest
[INFO] Running org.eclipse.ditto.services.concierge.enforcement.placeholders.PlaceholderSubstitutionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ditto.services.concierge.enforcement.placeholders.PlaceholderSubstitutionTest
[INFO] Running org.eclipse.ditto.services.concierge.enforcement.EnforcementSchedulerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.849 s - in org.eclipse.ditto.services.concierge.enforcement.EnforcementSchedulerTest
[INFO] Running org.eclipse.ditto.services.concierge.enforcement.ThingCommandEnforcementTest
12:57:20.934 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:20.955 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - PolicyIdInvalidException: Policy ID 'invalid-policy-id' is not valid!
12:57:21.103 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.115 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.116 [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, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Recreate/create the Policy with ID 'not:accessible' in order to get access to the Thing again.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=rejectUpdateByPolicyNotAccessibleException, version=2}]]
12:57:21.117 [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.
12:57:21.258 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.259 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.275 [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.
12:57:21.299 [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).
12:57:21.500 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.501 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.508 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.516 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.648 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.648 [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.
12:57:21.649 [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.
12:57:21.737 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.740 [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).
12:57:21.833 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.835 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.935 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.950 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:21.952 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.050 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.051 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.053 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.057 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.156 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.162 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.162 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.250 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.256 [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).
12:57:22.256 [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).
12:57:22.341 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.345 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.345 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.441 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.441 [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.
12:57:22.442 [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.
12:57:22.522 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.524 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.526 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.529 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.599 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.602 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.602 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.669 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.671 [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).
12:57:22.745 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.746 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.747 [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.
12:57:22.749 [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).
12:57:22.827 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.828 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.829 [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, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Recreate/create the Policy with ID 'not:accessible' in order to get access to the Thing again.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=rejectQueryByPolicyNotAccessibleException, version=2}]]
12:57:22.829 [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.
12:57:22.898 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.901 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.902 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.903 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.906 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:22.906 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:23.247 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:23.249 [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: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.89 s - in org.eclipse.ditto.services.concierge.enforcement.ThingCommandEnforcementTest
[INFO] Running org.eclipse.ditto.services.concierge.enforcement.PolicyCommandEnforcementTest
12:57:23.515 [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.
12:57:23.742 [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.
12:57:23.896 [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"'.
12:57:23.896 [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"'.
12:57:24.047 [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.
12:57:24.127 [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.
12:57:24.204 [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.
12:57:24.283 [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.
12:57:24.437 [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.
12:57:24.588 [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.
12:57:24.897 [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.742 s - in org.eclipse.ditto.services.concierge.enforcement.PolicyCommandEnforcementTest
[INFO] Running org.eclipse.ditto.services.concierge.enforcement.PreEnforcementTest
12:57:25.126 [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)
12:57:25.127 [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)
12:57:25.184 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.185 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.186 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.196 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 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.005 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.09 s - in org.eclipse.ditto.services.concierge.enforcement.EnforcerRetrieverTest
[INFO] Running org.eclipse.ditto.services.concierge.enforcement.MultiStageCommandTest
12:57:25.365 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.367 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.369 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.448 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.449 [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.
12:57:25.449 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.450 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotCreatableException: The Thing with ID 'thing:cc61c985-8f9f-4b12-9dad-cfbf4fe04337' could not be created because creation of its implicit Policy ID 'thing:cc61c985-8f9f-4b12-9dad-cfbf4fe04337' failed.
12:57:25.505 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.505 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.508 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.559 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.560 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.561 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.630 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.630 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.633 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.633 [ERROR] o.e.d.s.c.e.ThingCommandEnforcement - Timeout before building JsonView
akka.pattern.AskTimeoutException: thing timeout
12:57:25.633 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingUnavailableException: The Thing with ID 'thing:47ce86ee-8392-46ea-819d-f472a965e81c' is not available, please try again later.
12:57:25.635 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.636 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.636 [INFO ] o.e.d.s.c.e.ThingCommandEnforcement - No authorized response when retrieving inlined policy for thing : {}
akka.pattern.AskTimeoutException: policy timeout
12:57:25.694 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.695 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.697 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.697 [INFO ] o.e.d.s.c.e.EnforcerActor - before building JsonView - ThingNotAccessibleException: The Thing with ID 'thing:1f7b198f-3664-407b-99c5-62c410185c7a' could not be found or requester had insufficient permissions to access it.
12:57:25.697 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotAccessibleException: The Thing with ID 'thing:1f7b198f-3664-407b-99c5-62c410185c7a' could not be found or requester had insufficient permissions to access it.
12:57:25.699 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.757 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.757 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.759 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.760 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.822 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.822 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.824 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.878 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.881 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.881 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.936 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.939 [INFO ] o.e.d.s.c.e.EnforcerActor - error before creating thing with initial policy - ThingNotModifiableException: The Thing with ID 'thing:f7ecb557-df0a-4085-bee3-8a4fb3374d2f' could not be modified as the requester had insufficient permissions (WRITE is required).
12:57:25.939 [INFO ] o.e.d.s.c.e.EnforcerActor - Error thrown during enforcement - ThingNotModifiableException: The Thing with ID 'thing:f7ecb557-df0a-4085-bee3-8a4fb3374d2f' 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.639 s - in org.eclipse.ditto.services.concierge.enforcement.MultiStageCommandTest
[INFO] Running org.eclipse.ditto.services.concierge.enforcement.LiveSignalEnforcementTest
12:57:25.991 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.992 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:25.995 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was authorized:
12:57:26.056 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.057 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.059 [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]]
12:57:26.059 [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'!
12:57:26.112 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.112 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.113 [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.
12:57:26.115 [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).
12:57:26.167 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.168 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.227 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.228 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.229 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Command was authorized:
12:57:26.232 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Command was authorized:
12:57:26.291 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.295 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.344 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.345 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.399 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.400 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.400 [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.
12:57:26.402 [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).
12:57:26.454 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.455 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.456 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was NOT authorized:
12:57:26.456 [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'!
12:57:26.513 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.514 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.514 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was NOT authorized:
12:57:26.514 [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'!
12:57:26.567 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.567 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.568 [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]]
12:57:26.569 [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'!
12:57:26.625 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.626 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.626 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Event was authorized:
12:57:26.677 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.678 [INFO ] o.e.d.s.c.e.MockEntitiesActor - Got signal
12:57:26.679 [INFO ] o.e.d.s.c.e.EnforcerActor - Live Command was authorized:
12:57:26.681 [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.742 s - in org.eclipse.ditto.services.concierge.enforcement.LiveSignalEnforcementTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 145, 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] [01/15/2021 12:57:30.112] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.129.13.98:37726] with UID [3394773904199909568]
[INFO] [01/15/2021 12:57:30.138] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:37726] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:57:30.324] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:37726] - Registered cluster JMX MBean [akka:type=Cluster]
[INFO] [01/15/2021 12:57:30.324] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:37726] - Started up successfully
[INFO] [01/15/2021 12:57:30.403] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:37726] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:57:30.403] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:37726] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:57:30.812] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:37726] - Exiting completed
[INFO] [01/15/2021 12:57:30.813] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:37726] - Shutting down...
[INFO] [01/15/2021 12:57:30.814] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:37726] - Successfully shut down
[INFO] [akkaDeadLetter][01/15/2021 12:57:30.814] [BlockedNamespacesTest-akka.actor.default-dispatcher-4] [akka://BlockedNamespacesTest/system/cluster/core/daemon] Message [akka.cluster.ClusterUserAction$Leave] to Actor[akka://BlockedNamespacesTest/system/cluster/core/daemon#-115581292] 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] [01/15/2021 12:57:30.827] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-5] [akka://BlockedNamespacesTest@10.129.13.98:37726/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:57:30.828] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-5] [akka://BlockedNamespacesTest@10.129.13.98:37726/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/15/2021 12:57:30.847] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-5] [akka://BlockedNamespacesTest@10.129.13.98:37726/system/remoting-terminator] Remoting shut down.
[INFO] [01/15/2021 12:57:30.942] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.129.13.98:34067] with UID [-1627169239677598604]
[INFO] [01/15/2021 12:57:30.943] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:34067] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:57:30.947] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:34067] - Registered cluster JMX MBean [akka:type=Cluster]
[INFO] [01/15/2021 12:57:30.947] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:34067] - Started up successfully
[INFO] [01/15/2021 12:57:30.950] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:34067] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:57:30.950] [BlockedNamespacesTest-akka.actor.internal-dispatcher-3] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:34067] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaDeadLetter][01/15/2021 12:57:31.030] [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#-1093308197] 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] [01/15/2021 12:57:31.031] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:34067] - Exiting completed
[INFO] [01/15/2021 12:57:31.031] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:34067] - Shutting down...
[INFO] [01/15/2021 12:57:31.031] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:34067] - Successfully shut down
[INFO] [01/15/2021 12:57:31.034] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-9] [akka://BlockedNamespacesTest@10.129.13.98:34067/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:57:31.035] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-9] [akka://BlockedNamespacesTest@10.129.13.98:34067/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/15/2021 12:57:31.037] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-9] [akka://BlockedNamespacesTest@10.129.13.98:34067/system/remoting-terminator] Remoting shut down.
[INFO] [01/15/2021 12:57:31.114] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.129.13.98:45458] with UID [-6663502877197223221]
[INFO] [01/15/2021 12:57:31.115] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:45458] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:57:31.119] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:45458] - Registered cluster JMX MBean [akka:type=Cluster]
[INFO] [01/15/2021 12:57:31.119] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:45458] - Started up successfully
[INFO] [01/15/2021 12:57:31.122] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:45458] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:57:31.123] [BlockedNamespacesTest-akka.actor.internal-dispatcher-9] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:45458] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [01/15/2021 12:57:31.231] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.129.13.98:38374] with UID [6599622183311153191]
[INFO] [01/15/2021 12:57:31.232] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:38374] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:57:31.235] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:38374] - Registered cluster JMX MBean [akka:type=Cluster]
[INFO] [01/15/2021 12:57:31.235] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:38374] - Started up successfully
[INFO] [01/15/2021 12:57:31.237] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:38374] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:57:31.237] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:38374] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaDeadLetter][01/15/2021 12:57:33.399] [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#-1102647402] 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] [01/15/2021 12:57:33.399] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:38374] - Exiting completed
[INFO] [01/15/2021 12:57:33.400] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:38374] - Shutting down...
[INFO] [01/15/2021 12:57:33.400] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:38374] - Successfully shut down
[INFO] [01/15/2021 12:57:33.403] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.129.13.98:38374/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:57:33.403] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.129.13.98:38374/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/15/2021 12:57:33.405] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.129.13.98:38374/system/remoting-terminator] Remoting shut down.
[INFO] [01/15/2021 12:57:33.451] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.129.13.98:41477] with UID [7773660467368735708]
[INFO] [01/15/2021 12:57:33.452] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:41477] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:57:33.455] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:41477] - Registered cluster JMX MBean [akka:type=Cluster]
[INFO] [01/15/2021 12:57:33.455] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:41477] - Started up successfully
[INFO] [01/15/2021 12:57:33.495] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:41477] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:57:33.496] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:41477] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaDeadLetter][01/15/2021 12:57:33.519] [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#-772296485] 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] [01/15/2021 12:57:33.520] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:41477] - Exiting completed
[INFO] [01/15/2021 12:57:33.520] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:41477] - Shutting down...
[INFO] [01/15/2021 12:57:33.520] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:41477] - Successfully shut down
[INFO] [01/15/2021 12:57:33.522] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.129.13.98:41477/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:57:33.522] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-7] [akka://BlockedNamespacesTest@10.129.13.98:41477/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/15/2021 12:57:33.524] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-8] [akka://BlockedNamespacesTest@10.129.13.98:41477/system/remoting-terminator] Remoting shut down.
[INFO] [01/15/2021 12:57:33.549] [main] [ArteryTcpTransport(akka://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [akka://BlockedNamespacesTest@10.129.13.98:43034] with UID [2027551321053047575]
[INFO] [01/15/2021 12:57:33.550] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:43034] - Starting up, Akka version [2.6.9] ...
[INFO] [01/15/2021 12:57:33.553] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:43034] - Registered cluster JMX MBean [akka:type=Cluster]
[INFO] [01/15/2021 12:57:33.553] [main] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:43034] - Started up successfully
[INFO] [01/15/2021 12:57:33.595] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:43034] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[INFO] [01/15/2021 12:57:33.595] [BlockedNamespacesTest-akka.actor.internal-dispatcher-2] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:43034] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
[INFO] [akkaDeadLetter][01/15/2021 12:57:33.618] [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#-1241497248] 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] [01/15/2021 12:57:33.619] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:43034] - Exiting completed
[INFO] [01/15/2021 12:57:33.619] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:43034] - Shutting down...
[INFO] [01/15/2021 12:57:33.619] [BlockedNamespacesTest-akka.actor.internal-dispatcher-4] [Cluster(akka://BlockedNamespacesTest)] Cluster Node [akka://BlockedNamespacesTest@10.129.13.98:43034] - Successfully shut down
[INFO] [01/15/2021 12:57:33.620] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-6] [akka://BlockedNamespacesTest@10.129.13.98:43034/system/remoting-terminator] Shutting down remote daemon.
[INFO] [01/15/2021 12:57:33.620] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-6] [akka://BlockedNamespacesTest@10.129.13.98:43034/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [01/15/2021 12:57:33.622] [BlockedNamespacesTest-akka.remote.default-remote-dispatcher-6] [akka://BlockedNamespacesTest@10.129.13.98:43034/system/remoting-terminator] Remoting shut down.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.471 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 5 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.416 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.076 s - in org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalEventRegistryTest
[INFO] Running org.eclipse.ditto.services.concierge.starter.actors.ConciergeRootActorTest
12:57:36,465 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
12:57:36,465 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
12:57:36,465 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/classes/logback.xml]
12:57:36,547 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
12:57:36,548 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
12:57:36,572 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:57:36,603 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
12:57:36,608 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:57:36,638 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:57:36,638 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR]
12:57:36,639 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:57:36,641 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [akka.management.cluster.bootstrap.contactpoint.HttpClusterBootstrapRoutes] to WARN
12:57:36,642 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [akka.management.cluster.bootstrap.internal.BootstrapCoordinator] to WARN
12:57:36,643 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.ditto] to INFO
12:57:36,643 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
12:57:36,643 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
12:57:36,644 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT]
12:57:36,644 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
12:57:36,645 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6c24f61d - Registering current configuration as safe fallback point
2021-01-15 12:57:36,648 INFO [] o.e.d.s.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in environment.
2021-01-15 12:57:37,717 INFO [] a.e.s.Slf4jLogger - Slf4jLogger started
2021-01-15 12:57:38,243 INFO [] a.r.a.t.ArteryTcpTransport ArteryTcpTransport(akka://ConciergeRootActorTest) - Remoting started with transport [Artery tcp]; listening on address [akka://ConciergeRootActorTest@127.0.0.1:42892] with UID [-705993351563758107]
2021-01-15 12:57:38,267 INFO [] akka.cluster.Cluster Cluster(akka://ConciergeRootActorTest) - Cluster Node [akka://ConciergeRootActorTest@127.0.0.1:42892] - Starting up, Akka version [2.6.9] ...
2021-01-15 12:57:38,428 INFO [] akka.cluster.Cluster Cluster(akka://ConciergeRootActorTest) - Cluster Node [akka://ConciergeRootActorTest@127.0.0.1:42892] - Registered cluster JMX MBean [akka:type=Cluster]
2021-01-15 12:57:38,428 INFO [] akka.cluster.Cluster Cluster(akka://ConciergeRootActorTest) - Cluster Node [akka://ConciergeRootActorTest@127.0.0.1:42892] - Started up successfully
2021-01-15 12:57:38,530 INFO [] akka.cluster.Cluster Cluster(akka://ConciergeRootActorTest) - Cluster Node [akka://ConciergeRootActorTest@127.0.0.1:42892] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining
2021-01-15 12:57:38,539 INFO [] a.c.s.SplitBrainResolver akka://ConciergeRootActorTest/system/cluster/core/daemon/downingProvider - SBR started. Config: stableAfter: 8000 ms, strategy: KeepMajority, selfUniqueAddress: UniqueAddress(akka://ConciergeRootActorTest@127.0.0.1:42892,-705993351563758107), selfDc: default
2021-01-15 12:57:40,009 INFO [] o.m.driver.cluster - Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2021-01-15 12:57:40,116 INFO [] o.m.driver.cluster - Exception in monitor thread while connecting to server localhost:27017
com.mongodb.MongoSocketOpenException: Exception opening socket
at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:117)
at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:129)
at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:219)
at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.ConnectException: Connection refused
at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:252)
at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
... 1 common frames omitted
2021-01-15 12:57:40,898 INFO [] o.m.driver.cluster - Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2021-01-15 12:57:40,902 INFO [] o.m.driver.cluster - Exception in monitor thread while connecting to server localhost:27017
com.mongodb.MongoSocketOpenException: Exception opening socket
at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:117)
at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:129)
at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:282)
at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.ConnectException: Connection refused
at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:252)
... 7 common frames omitted
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.618 s - in org.eclipse.ditto.services.concierge.starter.actors.ConciergeRootActorTest
[INFO] Running org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalCommandRegistryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.008 s - in org.eclipse.ditto.services.concierge.starter.ConciergeServiceGlobalErrorRegistryTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto-services-concierge-starter ---
[INFO] Unpacking /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/classes/META-INF with includes "" and excludes "NOTICE-THIRD-PARTY.md,3rd-party-dependencies/**,META-INF/**"
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ ditto-services-concierge-starter ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/ditto-services-concierge-starter-0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-shade-plugin:3.1.0:shade (default) @ ditto-services-concierge-starter ---
[INFO] Including org.eclipse.ditto:ditto-services-concierge-common:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-concierge-enforcement:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-base:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.atteo.classindex:classindex:jar:3.8 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-enforcers:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-policies:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-things:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-thingsearch:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-commands-policies:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-base:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-events-policies:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-protocol-adapter:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-acks-things:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-events-things:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-events-thingsearch:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-cache:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-concierge-actors:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-commands-cleanup:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-events-base:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-akka:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-models-streaming:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including com.typesafe.akka:akka-persistence_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-base:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-commands-things:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-commands-messages:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-messages:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-commands-namespaces:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-commands-common:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.28 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-actor_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:0.9.0 in the shaded jar.
[INFO] Including com.lightbend.akka.management:akka-management_2.13:jar:1.0.8 in the shaded jar.
[INFO] Including com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:jar:1.0.8 in the shaded jar.
[INFO] Including com.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.8 in the shaded jar.
[INFO] Including com.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.3 in the shaded jar.
[INFO] Including nl.grons:metrics4-akka_a25_2.13:jar:4.1.9 in the shaded jar.
[INFO] Including nl.grons:metrics4-scala_2.13:jar:4.1.9 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-core:jar:3.12.6 in the shaded jar.
[INFO] Including org.mongodb:bson:jar:3.12.6 in the shaded jar.
[INFO] Including io.kamon:kamon-core_2.13:jar:2.1.4 in the shaded jar.
[INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.1.4 in the shaded jar.
[INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.1.4 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.10.5 in the shaded jar.
[INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.10.5 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-namespaces:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-config:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-models-base:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-acks-base:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including com.typesafe:config:jar:1.4.0 in the shaded jar.
[INFO] Including com.lightbend.akka.management:akka-lease-kubernetes_2.13:jar:1.0.8 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-coordination_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-devops:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-devops:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-commands-devops:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-health:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:2.9.0 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-async:jar:3.12.6 in the shaded jar.
[INFO] Including org.scala-lang:scala-reflect:jar:2.13.3 in the shaded jar.
[INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:2.9.0 in the shaded jar.
[INFO] Including org.mongodb:mongo-java-driver:jar:3.12.6 in the shaded jar.
[INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:1.13.1 in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.3 in the shaded jar.
[INFO] Including com.github.scullxbones:akka-persistence-mongo-scala_2.13:jar:3.0.3 in the shaded jar.
[INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.8.5 in the shaded jar.
[INFO] Including io.netty:netty-buffer:jar:4.1.50.Final in the shaded jar.
[INFO] Including io.netty:netty-common:jar:4.1.50.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.50.Final in the shaded jar.
[INFO] Including io.netty:netty-resolver:jar:4.1.50.Final in the shaded jar.
[INFO] Including io.netty:netty-codec:jar:4.1.50.Final in the shaded jar.
[INFO] Including io.netty:netty-transport:jar:4.1.50.Final in the shaded jar.
[INFO] Including com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-models-concierge:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-commands-thingsearch:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-rql:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-models-things:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-models-policies:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-models-thingsearch:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-query:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-rql-parser:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-services-models-connectivity:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-placeholders:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-model-connectivity:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-commands-connectivity:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-events-connectivity:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.ditto:ditto-signals-commands-base:jar:0-SNAPSHOT in the shaded jar.
[INFO] Including com.typesafe.akka:akka-slf4j_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.13.3 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-cluster_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-remote_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-pki_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including com.hierynomus:asn-one:jar:0.4.0 in the shaded jar.
[INFO] Including org.agrona:agrona:jar:1.4.1 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-cluster-sharding_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-distributed-data_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:7.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:7.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-analysis:jar:7.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:7.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm-util:jar:7.2 in the shaded jar.
[INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
[INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
[INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-cluster-tools_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-http_2.13:jar:10.2.0 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-http-core_2.13:jar:10.2.0 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-parsing_2.13:jar:10.2.0 in the shaded jar.
[INFO] Including com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.13:jar:1.0.8 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-discovery_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-http-spray-json_2.13:jar:10.2.0 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-stream_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including com.typesafe.akka:akka-protobuf-v3_2.13:jar:2.6.9 in the shaded jar.
[INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.4.1 in the shaded jar.
[INFO] Including org.scala-lang.modules:scala-parser-combinators_2.13:jar:1.1.2 in the shaded jar.
[INFO] Including io.spray:spray-json_2.13:jar:1.3.5 in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] bson-3.12.6.jar, mongo-java-driver-3.12.6.jar define 394 overlapping classes:
[WARNING] - org.bson.BSONCallbackAdapter
[WARNING] - org.bson.codecs.BsonDBPointerCodec
[WARNING] - org.bson.codecs.OverridableUuidRepresentationCodec
[WARNING] - org.bson.codecs.pojo.Convention
[WARNING] - org.bson.util.CopyOnWriteMap$Hash
[WARNING] - org.bson.codecs.DocumentCodec$1
[WARNING] - org.bson.json.ShellUndefinedConverter
[WARNING] - org.bson.codecs.pojo.CollectionPropertyCodecProvider
[WARNING] - org.bson.types.ObjectId
[WARNING] - org.bson.codecs.configuration.MapOfCodecsProvider
[WARNING] - 384 more...
[WARNING] ditto-signals-events-thingsearch-0-SNAPSHOT.jar, ditto-signals-events-base-0-SNAPSHOT.jar, ditto-signals-events-things-0-SNAPSHOT.jar define 11 overlapping classes:
[WARNING] - org.eclipse.ditto.signals.events.base.EventRegistry
[WARNING] - org.eclipse.ditto.signals.events.base.GlobalEventRegistry$1
[WARNING] - org.eclipse.ditto.signals.events.base.EventJsonDeserializer$FactoryMethodFunction
[WARNING] - org.eclipse.ditto.signals.events.base.EventJsonDeserializer
[WARNING] - org.eclipse.ditto.signals.events.base.Event
[WARNING] - org.eclipse.ditto.signals.events.base.package-info
[WARNING] - org.eclipse.ditto.signals.events.base.CustomizedGlobalEventRegistry
[WARNING] - org.eclipse.ditto.signals.events.base.Event$JsonFields
[WARNING] - org.eclipse.ditto.signals.events.base.GlobalEventRegistry$EventParsingStrategyFactory
[WARNING] - org.eclipse.ditto.signals.events.base.AbstractEventRegistry
[WARNING] - 1 more...
[WARNING] mongodb-driver-core-3.12.6.jar, mongo-java-driver-3.12.6.jar define 1091 overlapping classes:
[WARNING] - com.mongodb.internal.validator.CollectibleDocumentFieldNameValidator
[WARNING] - com.mongodb.internal.connection.ProtocolHelper
[WARNING] - com.mongodb.internal.connection.UsageTrackingInternalConnection$4
[WARNING] - com.mongodb.operation.BaseFindAndModifyOperation
[WARNING] - com.mongodb.bulk.UpdateRequest
[WARNING] - com.mongodb.ReadConcernLevel
[WARNING] - com.mongodb.internal.connection.IndexMap$HashBased
[WARNING] - com.mongodb.client.model.GraphLookupOptions
[WARNING] - com.mongodb.internal.connection.ConcurrentPool$ItemFactory
[WARNING] - com.mongodb.Block
[WARNING] - 1081 more...
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-services-concierge-starter ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-services-concierge-starter ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-services-concierge-starter ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Services :: Concierge :: Starter' with 8 classes
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-services-concierge-starter ---
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/ditto-services-concierge-starter-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-starter/0-SNAPSHOT/ditto-services-concierge-starter-0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-starter/0-SNAPSHOT/ditto-services-concierge-starter-0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-ci/services/concierge/starter/target/ditto-services-concierge-starter-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-services-concierge-starter/0-SNAPSHOT/ditto-services-concierge-starter-0-SNAPSHOT-allinone.jar
[INFO]
[INFO] ----------< org.eclipse.ditto:ditto-services-utils-protocol >-----------
[INFO] Building Eclipse Ditto :: Services :: Utils :: Protocol 0-SNAPSHOT [79/114]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-services-utils-protocol ---
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-services-utils-protocol ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-services-utils-protocol ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO]
[INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto-services-utils-protocol ---
[WARNING]
[WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
[WARNING]
[WARNING] licenseMerges will be overridden by licenseMergesFile.
[WARNING]
[INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-services-utils-protocol ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/src/main/resources
[INFO] Copying 0 resource
[INFO]
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-services-utils-protocol ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-services-utils-protocol:jar:0-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-services-utils-protocol ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-services-utils-protocol ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-services-utils-protocol ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-services-utils-protocol ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/services/utils/protocol/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ditto.services.utils.protocol.config.DefaultProtocolConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.988 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.171 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.284 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.266 s - in org.eclipse.ditto.services.models.acks.AcknowledgementForwarderActorTest
[INFO] Running org.eclipse.ditto.services.models.acks.AcknowledgementAggregatorActorTest
[INFO] [01/15/2021 12:57:56.729] [default-akka.actor.default-dispatcher-5] [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] [01/15/2021 12:57:56.812] [default-akka.actor.default-dispatcher-4] [akka://default/system/testProbe-3/$a][x-correlation-id:keepCommandHeaders] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of .
[INFO] [01/15/2021 12:57:56.864] [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] [01/15/2021 12:57:56.885] [default-akka.actor.default-dispatcher-7] [akka://default/system/testProbe-4/$a][x-correlation-id:errorResponseLive] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
[INFO] [01/15/2021 12:57:57.043] [default-akka.actor.default-dispatcher-6] [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] [01/15/2021 12:57:57.069] [default-akka.actor.default-dispatcher-6] [akka://default/system/testProbe-5/$a][x-correlation-id:errorResponseTwin] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
[INFO] [01/15/2021 12:57:57.115] [default-akka.actor.default-dispatcher-6] [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] [01/15/2021 12:57:57.150] [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] [01/15/2021 12:57:57.209] [default-akka.actor.default-dispatcher-6] [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.551 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.476 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.604 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.251 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.69 s - in org.eclipse.ditto.services.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest
[INFO] Running org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacadeTest
12:58:04.913 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
12:58:05.235 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
12:58:05.356 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
12:58:05.620 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
12:58:06.676 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
12:58:06.681 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
12:58:06.725 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
12:58:06.729 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
12:58:06.769 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
Jan 15, 2021 12:58:06 PM 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, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=e6fe41db-7194-4038-887e-32126dc27200}]]
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, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=e6fe41db-7194-4038-887e-32126dc27200}]]
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)
12:58:06.833 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
12:58:06.894 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
Jan 15, 2021 12:58:16 PM 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#-1586303562), 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#-1586303562), 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.
12:58:18.002 [main] DEBUG org.eclipse.ditto.services.models.signalenrichment.CachingSignalEnrichmentFacade - Looking up cache entry for
Jan 15, 2021 12:58:18 PM 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@29eeaa63
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@29eeaa63
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.232 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.18 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.071 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.051 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.079 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/ConnectionStatusMessageMapper.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/ConnectionStatusMessageMapper.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=91d3d3bc-1f99-4448-ae41-740196f9a06a}]]]
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=26a0da58-7d30-4fbd-b13b-efe8e247eaf8}]]]
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=878d9a1b-4965-4745-8d70-f9237db2353a}]]]
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=7b3ab979-feaa-4b02-aed0-00ca0c5413d0}]]]
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=0307d92b-89a3-4756-bf79-5dde35f0674e}]]]
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=8a1710e6-9b89-4c66-bab3-b9ea50bc4f07}]]]
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.03 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=HttpStatus [code=204, category=SUCCESS], revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=8e709f51-e29c-46d1-8eec-3e1ca0ce0cd3}]]]
testPlainJavascriptIncomingMapping Duration: 0.922646ms
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=HttpStatus [code=204, category=SUCCESS], revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=a0cdb1d7-dea6-460d-a0db-0bdb03c8d2a0}]]]
testPlainJavascriptIncomingMapping Duration: 0.695078ms
testEmptyJavascriptIncomingMapping Duration: 0.056371ms
testEmptyJavascriptOutgoingMapping Duration: 2.719959ms
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=f5e002cf-6554-4829-bc5a-1ac81036f0d3}]]]
testBinaryJavascriptIncomingMapping Duration: 1.55E-4ms
UnmodifiableExternalMessage [headers={content-type=application/octet-stream, correlation-id=d8bcaa35-70ba-41d5-ad86-f82839b077e2}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=BYTES, textPayload=null, bytePayload= (32bytes)', internalHeaders=ImmutableDittoHeaders [{}]]
testBinaryJavascriptOutgoingMapping Duration: 0.015255ms
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=864aa25b-cf24-496e-b17b-85943c241d44, version=2, content-type=application/vnd.eclipse.ditto+json}]]]
testNoopJavascriptIncomingMapping Duration: 1.286707ms
{content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=05824934-9c8b-47d8-bd23-412d538c25ff}
UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=05824934-9c8b-47d8-bd23-412d538c25ff}, 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":{"correlation-id":"05824934-9c8b-47d8-bd23-412d538c25ff","subject":"{{topic:action-subject}}","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
testNoopJavascriptOutgoingMapping Duration: 1.002919ms
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=42804ef5-955a-4f00-ab77-9f3ca2fe2154}]]]
testPlainJavascriptIncomingMapping Duration: 0.599899ms
HEADERS: ImmutableDittoHeaders [{correlation-id=21b16590-4e2b-4963-ae10-c74e4e130a87, subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json}]
CREATE THING :CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{correlation-id=21b16590-4e2b-4963-ae10-c74e4e130a87, subject={{topic:action-subject}}}], 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 [{correlation-id=21b16590-4e2b-4963-ae10-c74e4e130a87, subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json}]]]
ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"21b16590-4e2b-4963-ae10-c74e4e130a87","subject":"{{topic:action-subject}}","content-type":"application/vnd.eclipse.ditto+json"},"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=21b16590-4e2b-4963-ae10-c74e4e130a87}
UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, correlation-id=21b16590-4e2b-4963-ae10-c74e4e130a87}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","path":"/","headers":{"correlation-id":"21b16590-4e2b-4963-ae10-c74e4e130a87","subject":"{{topic:action-subject}}","content-type":"application/vnd.eclipse.ditto+json"},"value":{"__schemaVersion":2,"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
testNoopJavascriptOutgoingMapping Duration: 1.672763ms
UnmodifiableExternalMessage [headers={content-type=text/plain, correlation-id=a25ac569-f00f-45e8-8fa1-0efcb0b50bf9}, 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.6E-4ms
HEADERS: ImmutableDittoHeaders [{correlation-id=7913ba9c-a3a9-41d1-8faf-fd1fb78489ba, subject={{topic:action-subject}}, response-required=false, content-type=application/vnd.eclipse.ditto+json}]
CREATE THING RESPONSE :CreateThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=7913ba9c-a3a9-41d1-8faf-fd1fb78489ba, subject={{topic:action-subject}}, response-required=false}], responseType=things.responses:createThing, httpStatus=HttpStatus [code=201, category=SUCCESS], thingCreated=ImmutableThing [thingId=org.eclipse.ditto:foo-bar-plain, 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=HttpStatus [code=201, category=SUCCESS], revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=7913ba9c-a3a9-41d1-8faf-fd1fb78489ba, subject={{topic:action-subject}}, response-required=false, content-type=application/vnd.eclipse.ditto+json}]]]
ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"7913ba9c-a3a9-41d1-8faf-fd1fb78489ba","subject":"{{topic:action-subject}}","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"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=7913ba9c-a3a9-41d1-8faf-fd1fb78489ba}
UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, response-required=false, correlation-id=7913ba9c-a3a9-41d1-8faf-fd1fb78489ba}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","path":"/","headers":{"correlation-id":"7913ba9c-a3a9-41d1-8faf-fd1fb78489ba","subject":"{{topic:action-subject}}","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"value":{"thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}},"status":201}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
testDefaultJavascriptOutgoingMappingWithStatus Duration: 1.694759ms
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.656 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.728 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.734465ms
ensureEndlessLoopGetsAborted aborted after: 503.115587ms
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 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.329 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.603 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.067 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.009 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.365 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.087 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.091 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.245 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.008 s - in org.eclipse.ditto.services.connectivity.mapping.DittoMessageMapperTest
[INFO] Running org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapperTest
12:58:33.853 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Invalid value in header : -5625.
12:58:33.856 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Header is not convertible to type long.
12:58:33.865 [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]]
12:58:33.867 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Thing ID 'Invalid Value' is not valid!
12:58:33.894 [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]]
12:58:33.900 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : The placeholder '{{ header:thing-id }}' could not be resolved.
12:58:33.901 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Property of feature ConnectionStatus for thing configNamespace:configDeviceId adjusted by mapping
12:58:33.902 [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"]
12:58:33.907 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Header is not convertible to type long.
12:58:33.908 [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]]
12:58:33.909 [main] INFO org.eclipse.ditto.services.connectivity.mapping.ConnectionStatusMessageMapper - Error occurred during mapping: : Header is not set.
12:58:33.910 [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]]
12:58:33.912 [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]]
12:58:33.915 [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.164 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.175 s - in org.eclipse.ditto.services.connectivity.mapping.ConnectivityCachingSignalEnrichmentProviderTest
[INFO] Running org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapperTest
12:58:34.119 [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 }}"}}}
12:58:34.119 [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 [{}]]
12:58:34.129 [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 [{test-header=this-is-a-test-header, other-test-header=headerNamespace:headerGatewayId, content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, if-none-match=*}]]
12:58:34.135 [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 }}"}}}
12:58:34.142 [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 }}"}}}
12:58:34.144 [main] DEBUG org.eclipse.ditto.services.connectivity.mapping.ImplicitThingCreationMessageMapper - Configured with Thing template: {"thingId":"some:validThingId!","policyId":"some:validPolicyId!","attributes":{"Info":{"gatewayId":"some:validGatewayId!"}}}
12:58:34.144 [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 [{}]]
12:58:34.144 [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 [{test-header=this-is-a-test-header, empty-test-header={{ header:gateway_id | fn:filter(header:foobar, 'eq', 'bar') }}, other-test-header={{ header:gateway_id }}, content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, if-none-match=*}]]
12:58:34.146 [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 }}"}}}
12:58:34.146 [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 [{}]]
12:58:34.148 [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 [{test-header=this-is-a-test-header, other-test-header=headerNamespace:headerGatewayId, content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, if-none-match=*}]]
12:58:34.148 [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 [{}]]
12:58:34.150 [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 [{test-header=this-is-a-test-header, other-test-header=headerNamespace:headerGatewayId, content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, if-none-match=*}]]
12:58:34.151 [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 }}"}}}
12:58:34.151 [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 [{}]]
12:58:34.152 [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 [{test-header=this-is-a-test-header, other-test-header=headerNamespace:headerGatewayId, content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, if-none-match=*}]]
12:58:34.154 [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 }}"}}}
12:58:34.155 [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 [{}]]
12:58:34.156 [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 [{test-header=this-is-a-test-header, other-test-header=headerNamespace:headerGatewayId, content-type=application/vnd.eclipse.ditto+json, allow-policy-lockout=true, if-none-match=*}]]
12:58:34.157 [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 }}"}}}
12:58:34.158 [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.1 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